@charset "UTF-8";
#c-underage-purchase {
  top: 60px;
  position: relative;
}

.c-underage-purchase {
  width: 100%;
  max-width: 1086px;
  padding: 0 23px;
  margin: 0 auto;
  overflow: hidden;
}
.c-underage-purchase__title {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 70px;
  padding: 13px 0;
  color: #000;
}
.c-underage-purchase__desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 34px;
  margin-bottom: 32px;
}
.c-underage-purchase__list {
  margin-bottom: 28px;
}
.c-underage-purchase__list-item + .c-underage-purchase__list-item {
  margin-top: 28px;
}
.c-underage-purchase__list-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6363636364;
  position: relative;
  padding-left: 18px;
}
.c-underage-purchase__list-title::before {
  content: "";
  width: 4px;
  height: 18px;
  background-color: #484848;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-underage-purchase__list-title .dot {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.04em;
  top: -3px;
  margin-left: 4px;
  position: relative;
}
.c-underage-purchase__list-desc {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  margin-top: 12px;
}
.c-underage-purchase__list-note {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.875;
  margin-top: 12px;
}
.c-underage-purchase__form {
  display: flex;
  justify-content: center;
  background-color: #E6E6E6;
  padding: 22px 0 30px;
  margin-top: 40px;
}
.c-underage-purchase__form .item {
  display: flex;
  flex-direction: column;
  width: 25.8653846154%;
  min-width: 200px;
  flex-shrink: 0;
  margin: 0 3.8461538462%;
}
.c-underage-purchase__form .tit {
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.c-underage-purchase__form .img {
  margin-top: 14px;
  height: 231px;
  padding: 0 17px;
  overflow: hidden;
}
.c-underage-purchase__form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px;
  background-color: #323232;
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
}
.c-underage-purchase__form .btn:hover .c-img {
  transition: 0.3s all ease;
}
.c-underage-purchase__form .icon {
  width: 25px;
  margin-right: 13px;
  margin-left: 0;
}
.c-underage-purchase__p1 {
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 36px;
}
.c-underage-purchase__p2 {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.c-underage-purchase__dl {
  margin-top: 32px;
}
.c-underage-purchase__dl .dt {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}
.c-underage-purchase__dl .dd {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-top: 6px;
}
.c-underage-purchase__dl .link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-underage-purchase__tel {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 11px;
}
.c-underage-purchase__tel a {
  color: #323232;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-underage-purchase__detail {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #323232;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 28px;
  cursor: pointer;
}

.c-table {
  margin-bottom: 45px;
}
.c-table table {
  width: 100%;
}
.c-table th,
.c-table td {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  background-color: #fff;
}
.c-table thead th {
  width: 16.6506256015%;
  background-color: #777777;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
  padding: 15px;
}
.c-table thead .col-01 {
  width: auto;
  background-color: transparent;
  border-width: 0 1px 1px 0;
}
.c-table tbody th {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4117647059;
  letter-spacing: 0.05em;
  background-color: #E6E6E6;
  padding: 10px;
  height: 80px;
  vertical-align: middle;
}
.c-table tbody td {
  position: relative;
}
.c-table tbody .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-table tbody .icon-yes {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #484848;
}
.c-table tbody .icon-no {
  width: 22px;
  height: 4px;
  background-color: #484848;
  border-radius: 4px;
}
.c-table tbody .dot {
  font-size: 10px;
  top: -5px;
  position: relative;
  display: inline-block;
}
.c-table .note {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-top: 13px;
}

.js-underage-purchase {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 100px;
}
.js-underage-purchase .c-underage-purchase__title {
  background: #FFF;
  border: none;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
  padding: 10px;
}
.js-underage-purchase .c-underage-purchase__desc {
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.81818;
  letter-spacing: 0.06em;
  padding-left: 30px;
  padding-right: 20px;
  margin-top: 38px;
  margin-bottom: 38px;
}
.js-underage-purchase .c-underage-purchase__content {
  padding-left: 30px;
  padding-right: 30px;
}
.js-underage-purchase .c-underage-purchase__list {
  margin-bottom: 50px;
}
.js-underage-purchase .c-underage-purchase__list-item {
  border: 1px solid #FFF;
  padding-bottom: 19px;
}
.js-underage-purchase .c-underage-purchase__list-title {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  padding: 31px 44px 15px;
  cursor: pointer;
  position: relative;
}
.js-underage-purchase .c-underage-purchase__list-title::before {
  content: none;
}
.js-underage-purchase .c-underage-purchase__list-title::after {
  content: "";
  width: 15px;
  height: 15px;
  right: 41px;
  top: 40px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M0 7.5H15' stroke='white'/%3E%3Cpath d='M7.5 15L7.5 0' stroke='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.js-underage-purchase .c-underage-purchase__list-title.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M0 7.5H15' stroke='white'/%3E%3C/svg%3E%0A");
}
.js-underage-purchase .c-underage-purchase__list-title .dot {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  top: 0px;
  margin-left: 9px;
}
.js-underage-purchase .c-underage-purchase__list-box {
  display: none;
  padding: 0 44px 14px;
}
.js-underage-purchase .c-underage-purchase__list-desc {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77778;
  margin-top: 0;
}
.js-underage-purchase .c-underage-purchase__list-note {
  color: #BFBFBF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71429;
  letter-spacing: 0;
  margin-top: 10px;
}
.js-underage-purchase .c-underage-purchase__list-note .li {
  margin-top: 5px;
}
.js-underage-purchase .c-underage-purchase__link {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-decoration-thickness: auto;
  text-underline-offset: 1px;
  text-underline-position: from-font;
}
.js-underage-purchase .c-table {
  margin-bottom: 37px;
}
.js-underage-purchase .c-table th,
.js-underage-purchase .c-table td {
  border-color: #BFBFBF;
}
.js-underage-purchase .c-table thead th {
  width: 16.6666666667%;
  height: 55px;
  background: #000;
  padding: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 1.61111;
  letter-spacing: 0.07em;
}
.js-underage-purchase .c-table thead .col-01 {
  width: auto;
  background-color: transparent;
  border-width: 0 1px 1px 0;
}
.js-underage-purchase .c-table tbody th {
  background: #000;
  color: #FFF;
  font-size: 16px;
  line-height: 1.5;
}
.js-underage-purchase .c-table tbody .icon-yes {
  border-color: #000;
}
.js-underage-purchase .c-table tbody .icon-no {
  background-color: #000;
}
.js-underage-purchase .c-table tbody .dot {
  font-size: 10px;
  top: -5px;
  position: relative;
  display: inline-block;
}
.js-underage-purchase .c-table .note {
  margin-top: 25px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  #c-underage-purchase {
    top: 50px;
  }
  .c-underage-purchase__list-title::before {
    top: 3px;
    bottom: 5px;
    transform: none;
    height: auto;
  }
  .c-underage-purchase__form .btn {
    font-size: 15px;
  }
  .c-table thead th {
    padding: 0;
    height: 40px;
    font-size: 17px;
  }
  .c-table tbody th {
    font-size: 16px;
  }
  .js-underage-purchase {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
  }
  .js-underage-purchase.c-underage-purchase {
    padding-bottom: 45px;
  }
  .js-underage-purchase .c-underage-purchase__title {
    padding: 3px;
    font-size: 16px;
    font-weight: 500;
  }
  .js-underage-purchase .c-underage-purchase__desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66667;
    letter-spacing: 0.03em;
    margin-top: 14px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 0;
  }
  .js-underage-purchase .c-underage-purchase__content {
    padding-left: 5px;
    padding-right: 5px;
  }
  .js-underage-purchase .c-underage-purchase__list {
    margin-bottom: 20px;
  }
  .js-underage-purchase .c-underage-purchase__list-item {
    border: 1px solid #FFF;
    padding-bottom: 6px;
    margin-top: 15px;
  }
  .js-underage-purchase .c-underage-purchase__list-title {
    padding: 15px 19px 9px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .js-underage-purchase .c-underage-purchase__list-title::after {
    content: "";
    width: 11px;
    height: 12px;
    right: 14px;
    top: 19px;
  }
  .js-underage-purchase .c-underage-purchase__list-title .dot {
    letter-spacing: 0;
    top: 0px;
    margin-left: 5px;
    font-size: 10px;
  }
  .js-underage-purchase .c-underage-purchase__list-box {
    display: none;
    padding: 0 18px 12px 18px;
  }
  .js-underage-purchase .c-underage-purchase__list-desc {
    margin-top: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66667;
  }
  .js-underage-purchase .c-underage-purchase__list-note {
    margin-top: 7px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;
  }
  .js-underage-purchase .c-underage-purchase__list-note .li {
    margin-top: 5px;
  }
  .js-underage-purchase .c-underage-purchase__link {
    font-size: 12px;
    line-height: 1.83333;
    letter-spacing: 0;
  }
  .js-underage-purchase .c-table {
    margin-bottom: 26px;
  }
  .js-underage-purchase .c-table thead th {
    width: 16.7164179104%;
    height: 30px;
    font-size: 12px;
  }
  .js-underage-purchase .c-table tbody th {
    height: 53px;
    line-height: 1.4;
    font-size: 10px;
  }
  .js-underage-purchase .c-table tbody .icon-yes {
    width: 17px;
    height: 17px;
  }
  .js-underage-purchase .c-table tbody .icon-no {
    width: 15px;
    height: 3px;
    border-radius: 3px;
  }
  .js-underage-purchase .c-table tbody .dot {
    font-size: 6px;
    top: -4px;
  }
  .js-underage-purchase .c-table .note {
    margin-top: 8px;
    font-size: 10px;
  }
}
@media screen and (max-width: 500px) {
  .c-underage-purchase {
    width: 100%;
    padding: 0 4vw;
  }
  .c-underage-purchase__title {
    color: #000;
    text-align: center;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 13.3333333333vw;
    padding: 0;
    border: none;
  }
  .c-underage-purchase__desc {
    font-size: 3.2vw;
    font-weight: 600;
    line-height: 1.7142857143;
    margin-top: 4.5333333333vw;
    margin-bottom: 4.5333333333vw;
    letter-spacing: 0.05em;
  }
  .c-underage-purchase__list {
    margin-bottom: 4.2666666667vw;
  }
  .c-underage-purchase__list-item {
    margin-top: 5.3333333333vw;
  }
  .c-underage-purchase__list-title {
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.02em;
    position: relative;
    padding-left: 3.2vw;
  }
  .c-underage-purchase__list-title::before {
    content: "";
    width: 1.0666666667vw;
    height: 9.3333333333vw;
    background-color: #484848;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .c-underage-purchase__list-title .dot {
    font-size: 3.2vw;
    letter-spacing: 0;
    margin: 0;
    top: 0;
  }
  .c-underage-purchase__list-desc {
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1.7857142857;
    margin-top: 3.7333333333vw;
  }
  .c-underage-purchase__list-note {
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.9166666667;
    margin-top: 3.2vw;
  }
  .c-underage-purchase__form {
    display: flex;
    justify-content: center;
    background-color: #E6E6E6;
    padding: 3.7333333333vw 0 5.3333333333vw;
    margin: 4.2666666667vw -6.6666666667vw 0;
  }
  .c-underage-purchase__form .item {
    display: flex;
    flex-direction: column;
    width: 33.0666666667vw;
    min-width: auto;
    flex-shrink: 0;
    margin: 0 4.9333333333vw;
  }
  .c-underage-purchase__form .tit {
    color: #000;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
  .c-underage-purchase__form .img {
    height: auto;
    margin-top: 2.4vw;
    padding: 0 2.6666666667vw;
    overflow: hidden;
  }
  .c-underage-purchase__form .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11.7333333333vw;
    background-color: #323232;
    color: #FFF;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.04em;
    margin-top: 3.7333333333vw;
  }
  .c-underage-purchase__form .btn:hover .c-img {
    transition: 0.3s all ease;
  }
  .c-underage-purchase__form .icon {
    width: 3.2vw;
    margin-right: 1.0666666667vw;
  }
  .c-underage-purchase__p1 {
    color: #000;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-top: 3.7333333333vw;
  }
  .c-underage-purchase__p2 {
    color: #323232;
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.9166666667;
    margin-top: 0.5333333333vw;
    letter-spacing: 0;
  }
  .c-underage-purchase__dl {
    margin-top: 7.4666666667vw;
  }
  .c-underage-purchase__dl .dt {
    color: #000;
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.375;
    letter-spacing: 0.05em;
    margin-top: 4.5333333333vw;
  }
  .c-underage-purchase__dl .dd {
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 2.0833333333;
    margin-top: 0.5333333333vw;
  }
  .c-underage-purchase__dl .dd.cust {
    letter-spacing: 0.05em;
    line-height: 1.8333333333;
    margin-top: 1.0666666667vw;
    padding-bottom: 1.6vw;
  }
  .c-underage-purchase__dl .link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .c-underage-purchase__tel {
    font-size: 2.6666666667vw;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 2.4vw;
  }
  .c-underage-purchase__tel a {
    color: #323232;
    text-decoration: underline;
  }
  .c-underage-purchase__detail {
    display: block;
    font-size: 3.4666666667vw;
    line-height: normal;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #323232;
    text-decoration: underline;
    text-underline-offset: 2px;
    margin-top: 4.8vw;
    padding: 0 5.3333333333vw 0 1.6vw;
    cursor: pointer;
  }
  .c-table {
    margin-bottom: 0;
  }
  .c-table table {
    width: 100%;
  }
  .c-table th,
  .c-table td {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
  }
  .c-table thead th {
    width: 15.3333333333vw;
    background-color: #777777;
    color: #fff;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.06em;
    padding: 1.8666666667vw;
  }
  .c-table thead .col-01 {
    width: auto;
    background-color: transparent;
    border-width: 0 1px 1px 0;
  }
  .c-table tbody th {
    font-size: 2.6666666667vw;
    font-weight: 500;
    line-height: 1.4;
    background-color: #E6E6E6;
    vertical-align: middle;
    height: 14.1333333333vw;
    border-width: 0 0 1px 1px;
    padding: 0;
    letter-spacing: 0;
  }
  .c-table tbody td {
    position: relative;
  }
  .c-table tbody .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .c-table tbody .icon-yes {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    border-radius: 50%;
    border: 3px solid #484848;
  }
  .c-table tbody .icon-no {
    width: 4vw;
    height: 0.8vw;
    background-color: #484848;
    border-radius: 0.8vw;
  }
  .c-table tbody .dot {
    font-size: 1.6vw;
    position: relative;
    top: -0.8vw;
  }
  .c-table .note {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    margin-top: 1.6vw;
  }
}
.fw700 {
  font-weight: 700;
}

.c-heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-heading h1 {
  font-size: 32px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
.c-heading span {
  margin-top: 9px;
  font-size: 19px;
  font-weight: bold;
}

.c-policy {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
.c-policy__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 40px;
  padding: 28px 0 30px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.c-policy__head {
  display: flex;
  width: 100%;
  max-width: 1086px;
  margin: 0 auto;
  padding: 0 23px;
}
.c-policy__title {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  white-space: nowrap;
  padding-right: 20px;
}
.c-policy__title h2 {
  font-size: 21px;
  font-weight: bold;
}
.c-policy__content {
  width: 100%;
  max-width: 606px;
  display: flex;
  flex-wrap: wrap;
  flex: 2;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.c-policy__content a {
  margin-bottom: 20px;
  border-bottom: 1px solid;
  line-height: 1.4;
  color: #555555;
}
.c-policy__content p,
.c-policy__content span {
  font-size: 18px;
  line-height: 2;
}
.c-policy__content.content-scroll {
  max-height: 530px;
  overflow-x: hidden;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.c-policy__content.content-scroll::-webkit-scrollbar {
  width: 9px;
}
.c-policy__content.content-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.c-policy__content.content-scroll::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 5px;
}
.c-policy__content.content-scroll::-webkit-scrollbar-thumb:hover {
  background: #D1D1D1;
}
.c-policy__content .note-text {
  font-weight: 400;
  line-height: 1.6;
  color: #555555;
}
.c-policy__note {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.c-policy__note .container {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  padding: 0;
}
.c-policy__note .note-heading {
  font-size: 21px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 18px auto 42px;
  font-weight: bold;
}
.c-policy__note .note-titles {
  width: 100%;
  max-width: 730px;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 80px;
  column-gap: 80px;
  margin: 0 auto 4px;
  position: relative;
}
.c-policy__note .note-titles .sticker-title {
  min-width: 98px;
  min-height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  background: #000000;
  font-size: 19px;
  font-weight: bold;
  color: white;
}
.c-policy__note .note-titles .note-title {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
}
.c-policy__note .note-titles .note-title p {
  font-size: 18px;
  font-weight: 500;
}
.c-policy__note .note-titles .note-title span {
  color: #555555;
}
.c-policy__note .c-policy__text {
  margin: 0 auto;
}
.c-policy__text {
  font-size: 18px;
  font-weight: 500;
}
.c-policy.policy-special .c-policy__item {
  padding: 0;
  border: 0;
  row-gap: 47px;
}
.c-policy.policy-special .c-policy__content {
  font-weight: 600;
}
.c-policy.policy-special .negative {
  padding: 40px 0 50px;
  background: #E6E6E6;
}

.c-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.c-panel__heading {
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  background: #606060;
  font-size: 18px;
  font-weight: 500;
  color: white;
  text-align: center;
}
.c-panel__body {
  display: flex;
  justify-content: center;
  padding: 27px 20px 30px;
  background: white;
}
.c-panel__content {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.c-panel__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 50px;
  font-size: 18px;
}
.c-panel__content li {
  padding-left: 14px;
  font-weight: 500;
  position: relative;
}
.c-panel__content li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #606060;
  position: absolute;
  top: 10px;
  left: 0;
}
.c-panel__content p {
  font-size: 14px;
  color: #555555;
}

.block-policy,
.block-policy2 {
  width: 100%;
}

.main-legalinformation {
  color: #323232;
  line-height: 1.42857;
}
.main-legalinformation .container {
  width: 100%;
  max-width: 1086px;
  padding: 0 23px;
}
.main-legalinformation .block-policy {
  margin-bottom: 94px;
}
.main-legalinformation .block-policy2 .container {
  max-width: 100%;
  padding: 0;
}
.main-legalinformation .block-policy2 .c-policy.policy-special .negative {
  width: 100%;
}
.main-legalinformation .block-policy2 .c-policy.policy-special .container {
  max-width: 1086px;
  margin: 0 auto;
  padding: 0 23px;
}
.main-legalinformation .block-policy2 .c-policy.policy-special .c-policy__text {
  max-width: 1086px;
  padding: 0 23px;
}

.block-mainvisual {
  width: 100%;
  margin-top: 118px;
  margin-bottom: 97px;
}

.main-legalinformation {
  width: 100%;
  display: inline-block;
  margin-bottom: 100px;
}

.privacy-box .mg-large {
  margin-bottom: 60px;
}
.privacy-box .p-3-key3 {
  margin-bottom: 60px;
  margin-left: 20px;
}
.privacy-box .no-mg {
  margin-bottom: 0;
}
.privacy-box .mg-medium,
.privacy-box .first,
.privacy-box .p-2-key0,
.privacy-box .p-3-key0 {
  margin-bottom: 30px;
}
.privacy-box .p-2-key1,
.privacy-box .p-2-key2,
.privacy-box .p-2-key3,
.privacy-box .p-4-key3,
.privacy-box .p-2-key4,
.privacy-box .p-2-key5,
.privacy-box .p-2-key6,
.privacy-box .p-2-key7,
.privacy-box .p-2-key8,
.privacy-box .p-3-key8,
.privacy-box .p-4-key8,
.privacy-box .p-2-key9,
.privacy-box .p-3-key9,
.privacy-box .p-2-key10,
.privacy-box .p-3-key10,
.privacy-box .p-2-key11,
.privacy-box .p-3-key11,
.privacy-box .p-1-key2,
.privacy-box .p-5-key3 {
  margin-left: 20px;
}
.privacy-box .p-1-key2,
.privacy-box .p-5-key3,
.privacy-box .p-1-key4,
.privacy-box .p-1-key5,
.privacy-box .p-1-key6,
.privacy-box .p-1-key7,
.privacy-box .p-1-key8,
.privacy-box .p-1-key9,
.privacy-box .p-1-key10,
.privacy-box .p-5-key8 {
  margin-top: 30px;
}
.privacy-box .p-3-key2 {
  margin: 30px 0;
}

.list-num {
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 25px;
}
.list-num > li {
  margin-bottom: 30px;
}
.list-num > li.no-mg {
  margin-bottom: 0;
}
.list-num .first {
  margin-bottom: 60px;
}

.list-num-0 {
  list-style-type: decimal;
  margin-bottom: 30px;
  padding-left: 25px;
}
.list-num-0 > li {
  margin-bottom: 0;
}

.list-num-1 {
  counter-reset: my-counter-1;
  margin-bottom: 30px;
}
.list-num-1 > li {
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  padding-left: 22px;
  position: relative;
}
.list-num-1 > li:before {
  counter-increment: my-counter-1;
  content: counters(my-counter-1, "") ")";
  position: absolute;
  left: 0;
  top: 0;
}
.list-num-1 > li.no-mg {
  margin-bottom: 0;
}
.list-num-1 .num {
  margin-right: 5px;
}

.list-num-2 {
  margin-bottom: 30px;
}
.list-num-2 .num {
  margin-right: 15px;
}

.list-num-3 > li {
  margin-bottom: 30px;
}
.list-num-3 > li.no-mg {
  margin-bottom: 0;
}
.list-num-3 .num {
  margin-right: 15px;
}
.list-num-3 > li:last-child {
  margin-bottom: 0;
}

.list-num-4 {
  counter-reset: my-counter-4;
}
.list-num-4 > li {
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.list-num-4 > li:before {
  counter-increment: my-counter-4;
  content: "(" counters(my-counter-4, "") ")";
  position: absolute;
  left: 0;
  top: 0;
}
.list-num-4 > li.two-num {
  padding-left: 38px;
}
.list-num-4 .num {
  margin-left: 10px;
  margin-right: 10px;
}

.list-dot {
  list-style-type: circle;
  padding-left: 20px;
}

.list-square {
  list-style-type: square;
  padding-left: 20px;
}

.list-disc {
  list-style-type: disc;
  padding-left: 22px;
}

@media screen and (max-width: 800px) {
  .c-heading h1 {
    font-size: 26px;
  }
  .c-heading span {
    margin-top: 3px;
    font-size: 14px;
  }
  .c-policy {
    row-gap: 46px;
  }
  .c-policy__item {
    flex-direction: column;
    gap: 18px;
    padding: 0 0 22px;
    border-top: unset;
  }
  .c-policy__item .scrollbar {
    width: 3px;
    height: 100%;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 1;
    overflow: hidden;
  }
  .c-policy__item .scrollbar .thumb {
    width: 100%;
    background-color: #D9D9D9;
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-policy__head {
    padding: 0;
    flex-direction: column;
    gap: 18px;
  }
  .c-policy__title {
    padding-bottom: 27px;
    padding-right: 0;
    border-bottom: 1px solid #E6E6E6;
    white-space: wrap;
  }
  .c-policy__title h2 {
    font-size: 19px;
    text-align: center;
  }
  .c-policy__content {
    font-size: 14px;
    line-height: 1.8;
  }
  .c-policy__content a {
    margin: 0 auto 11px;
    line-height: 1.4;
    font-weight: 500;
  }
  .c-policy__content p,
  .c-policy__content span {
    font-size: 14px;
    line-height: 1.8;
  }
  .c-policy__content.content-scroll {
    max-width: 100%;
    max-height: 350px;
    padding-right: 3px;
    -webkit-overflow-scrolling: touch;
    position: relative;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .c-policy__content.content-scroll::-webkit-scrollbar {
    width: 3px;
    border-radius: 2px;
  }
  .c-policy__content.content-scroll::-webkit-scrollbar-track {
    background: transparent;
  }
  .c-policy__content.content-scroll::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 2px;
  }
  .c-policy__content.content-scroll::-webkit-scrollbar-thumb:hover {
    background: #D1D1D1;
  }
  .c-policy__note {
    gap: 8px;
    margin-top: 15px;
  }
  .c-policy__note .container {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
  }
  .c-policy__note .note-heading {
    font-size: 17px;
    margin: 8px auto 18px;
  }
  .c-policy__note .note-titles {
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
    margin: 0 auto;
  }
  .c-policy__note .note-titles .sticker-title {
    padding: 8px 15px;
    font-size: 14px;
    min-width: unset;
    min-height: unset;
  }
  .c-policy__note .note-titles .note-title {
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
  }
  .c-policy__note .note-titles .note-title p {
    font-size: 14px;
    font-weight: 600;
  }
  .c-policy__text {
    font-size: 12px;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
  .c-policy.policy-special .c-policy__item {
    row-gap: 18px;
  }
  .c-policy.policy-special .c-policy__title {
    padding: 0;
    border: 0;
  }
  .c-policy.policy-special .c-policy__content p {
    line-height: 1.3;
  }
  .c-policy.policy-special .c-policy__content .note-text {
    line-height: 1.6;
  }
  .c-policy.policy-special .negative {
    padding: 20px 4vw 25px;
    background: #E6E6E6;
  }
  .c-panel__heading {
    min-height: 32px;
    padding: 10px 20px;
    font-size: 13px;
  }
  .c-panel__body {
    padding: 20px 15px 18px;
  }
  .c-panel__content {
    max-width: 100%;
    gap: 11px;
  }
  .c-panel__content ul {
    flex-direction: column;
    gap: 11px;
    font-size: 14px;
    line-height: 1.5;
  }
  .c-panel__content li {
    padding-left: 17px;
    font-weight: 600;
  }
  .c-panel__content li::before {
    content: "";
    width: 6px;
    height: 6px;
    top: 8px;
  }
  .c-panel__content p {
    font-size: 13px;
    line-height: 1.5;
  }
  .block-policy {
    padding: 0 15px;
  }
  .block-policy .container {
    max-width: 100%;
  }
  .block-policy2 .c-policy__title,
  .block-policy2 .c-policy__content {
    padding: 0 15px;
  }
  .block-policy2 .c-policy__text {
    margin: 0 auto;
  }
  .main-legalinformation {
    color: #323232;
  }
  .main-legalinformation .container {
    padding: 0;
  }
  .main-legalinformation .block-policy {
    margin-bottom: 46px;
  }
  .main-legalinformation .block-policy2 .c-policy.policy-special .container {
    padding: 0;
  }
  .main-legalinformation .block-policy2 .c-policy.policy-special .c-policy__text {
    padding: 0 15px;
  }
  .block-mainvisual {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 43px;
  }
  .main-legalinformation {
    margin-bottom: 75px;
  }
  .list-num {
    list-style-type: decimal;
    margin-bottom: 30px;
    padding-left: 25px;
  }
  .list-num > li {
    margin-bottom: 30px;
  }
  .list-num > li.no-mg {
    margin-bottom: 0;
  }
  .list-num .first {
    margin-bottom: 60px;
  }
  .list-num-0 {
    list-style-type: decimal;
    margin-bottom: 30px;
    padding-left: 25px;
  }
  .list-num-0 > li {
    margin-bottom: 0;
  }
  .list-num-1 {
    counter-reset: my-counter-1;
    margin-bottom: 30px;
  }
  .list-num-1 > li {
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    padding-left: 22px;
    position: relative;
  }
  .list-num-1 > li:before {
    counter-increment: my-counter-1;
    content: counters(my-counter-1, "") ")";
    position: absolute;
    left: 0;
    top: 0;
  }
  .list-num-1 > li.no-mg {
    margin-bottom: 0;
  }
  .list-num-1 .num {
    margin-right: 5px;
  }
  .list-num-2 {
    margin-bottom: 30px;
  }
  .list-num-2 .num {
    margin-right: 15px;
  }
  .list-num-3 > li {
    margin-bottom: 30px;
  }
  .list-num-3 > li.no-mg {
    margin-bottom: 0;
  }
  .list-num-3 .num {
    margin-right: 15px;
  }
  .list-num-3 > li:last-child {
    margin-bottom: 0;
  }
  .list-num-4 {
    counter-reset: my-counter-4;
  }
  .list-num-4 > li {
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
  }
  .list-num-4 > li:before {
    counter-increment: my-counter-4;
    content: "(" counters(my-counter-4, "") ")";
    position: absolute;
    left: 0;
    top: 0;
  }
  .list-num-4 > li.two-num {
    padding-left: 38px;
  }
  .list-num-4 .num {
    margin-left: 10px;
    margin-right: 10px;
  }
  .list-dot {
    list-style-type: circle;
    padding-left: 20px;
  }
  .list-square {
    list-style-type: square;
    padding-left: 20px;
  }
  .list-disc {
    list-style-type: disc;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .c-heading h1 {
    font-size: 6.9333333333vw;
  }
  .c-heading span {
    margin-top: 0.8vw;
    font-size: 3.7333333333vw;
  }
  .c-policy {
    row-gap: 12.2666666667vw;
  }
  .c-policy__item {
    gap: 4.8vw;
    padding: 0 0 5.8666666667vw;
  }
  .c-policy__item .scrollbar {
    width: 0.8vw;
    bottom: 5.3333333333vw;
  }
  .c-policy__head {
    gap: 4.8vw;
  }
  .c-policy__title {
    padding-bottom: 7.2vw;
  }
  .c-policy__title h2 {
    font-size: 5.0666666667vw;
  }
  .c-policy__content {
    font-size: 3.7333333333vw;
  }
  .c-policy__content a {
    margin: 0 auto 2.9333333333vw;
  }
  .c-policy__content p,
  .c-policy__content span {
    font-size: 3.7333333333vw;
  }
  .c-policy__content.content-scroll {
    max-height: 93.3333333333vw;
    padding-right: 0.8vw;
    /* width */
    /* Handle */
  }
  .c-policy__content.content-scroll::-webkit-scrollbar {
    width: 0.8vw;
    border-radius: 0.5333333333vw;
  }
  .c-policy__content.content-scroll::-webkit-scrollbar-thumb {
    border-radius: 0.5333333333vw;
  }
  .c-policy__note {
    gap: 2.1333333333vw;
    margin-top: 4vw;
  }
  .c-policy__note .container {
    gap: 5.8666666667vw;
  }
  .c-policy__note .note-heading {
    font-size: 4.5333333333vw;
    margin: 2.1333333333vw auto 4.8vw;
  }
  .c-policy__note .note-titles {
    row-gap: 3.2vw;
  }
  .c-policy__note .note-titles .sticker-title {
    padding: 2.1333333333vw 4vw;
    font-size: 3.7333333333vw;
  }
  .c-policy__note .note-titles .note-title {
    gap: 2.1333333333vw;
    font-size: 3.2vw;
  }
  .c-policy__note .note-titles .note-title p {
    font-size: 3.7333333333vw;
  }
  .c-policy__text {
    font-size: 3.2vw;
  }
  .c-policy.policy-special .c-policy__item {
    row-gap: 4.8vw;
  }
  .c-policy.policy-special .negative {
    padding: 5.3333333333vw 4vw 6.6666666667vw;
  }
  .c-panel__heading {
    min-height: 8.5333333333vw;
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .c-panel__body {
    padding: 5.3333333333vw 4vw 4.8vw;
  }
  .c-panel__content {
    gap: 2.9333333333vw;
  }
  .c-panel__content ul {
    gap: 2.9333333333vw;
    font-size: 3.7333333333vw;
  }
  .c-panel__content li {
    padding-left: 4.5333333333vw;
  }
  .c-panel__content li::before {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    top: 2.1333333333vw;
  }
  .c-panel__content p {
    font-size: 3.4666666667vw;
  }
  .block-policy {
    padding: 0 4vw;
  }
  .block-policy2 .c-policy__title,
  .block-policy2 .c-policy__content {
    padding: 0 4vw;
  }
  .main-legalinformation .block-policy {
    margin-bottom: 12.2666666667vw;
  }
  .main-legalinformation .block-policy2 .c-policy.policy-special .c-policy__text {
    padding: 0 4vw;
  }
  .block-mainvisual {
    margin-top: 10.6666666667vw;
    margin-bottom: 11.4666666667vw;
  }
  .main-legalinformation {
    margin-bottom: 20vw;
  }
  .privacy-box .mg-large {
    margin-bottom: 16vw;
  }
  .privacy-box .p-3-key3 {
    margin-bottom: 16vw;
    margin-left: 5.3333333333vw;
  }
  .privacy-box .mg-medium,
  .privacy-box .first,
  .privacy-box .p-2-key0,
  .privacy-box .p-3-key0 {
    margin-bottom: 8vw;
  }
  .privacy-box .p-2-key1,
  .privacy-box .p-2-key2,
  .privacy-box .p-2-key3,
  .privacy-box .p-4-key3,
  .privacy-box .p-2-key4,
  .privacy-box .p-2-key5,
  .privacy-box .p-2-key6,
  .privacy-box .p-2-key7,
  .privacy-box .p-2-key8,
  .privacy-box .p-3-key8,
  .privacy-box .p-4-key8,
  .privacy-box .p-2-key9,
  .privacy-box .p-3-key9,
  .privacy-box .p-2-key10,
  .privacy-box .p-3-key10,
  .privacy-box .p-2-key11,
  .privacy-box .p-3-key11,
  .privacy-box .p-1-key2,
  .privacy-box .p-5-key3 {
    margin-left: 5.3333333333vw;
  }
  .privacy-box .p-1-key2,
  .privacy-box .p-5-key3,
  .privacy-box .p-1-key4,
  .privacy-box .p-1-key5,
  .privacy-box .p-1-key6,
  .privacy-box .p-1-key7,
  .privacy-box .p-1-key8,
  .privacy-box .p-1-key9,
  .privacy-box .p-1-key10,
  .privacy-box .p-5-key8 {
    margin-top: 8vw;
  }
  .privacy-box .p-3-key2 {
    margin: 8vw 0;
  }
  .list-num {
    margin-bottom: 8vw;
    padding-left: 6.6666666667vw;
  }
  .list-num > li {
    margin-bottom: 8vw;
  }
  .list-num .first {
    margin-bottom: 16vw;
  }
  .list-num-0 {
    margin-bottom: 8vw;
    padding-left: 6.6666666667vw;
  }
  .list-num-1 {
    counter-reset: my-counter-1;
    margin-bottom: 8vw;
  }
  .list-num-1 > li {
    margin-bottom: 8vw;
    padding-left: 5.8666666667vw;
  }
  .list-num-1 .num {
    margin-right: 1.3333333333vw;
  }
  .list-num-2 {
    margin-bottom: 8vw;
  }
  .list-num-2 .num {
    margin-right: 4vw;
  }
  .list-num-3 > li {
    margin-bottom: 8vw;
  }
  .list-num-3 .num {
    margin-right: 4vw;
  }
  .list-num-4 > li {
    padding-left: 8vw;
  }
  .list-num-4 > li.two-num {
    padding-left: 10.1333333333vw;
  }
  .list-num-4 .num {
    margin-left: 2.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  .list-dot {
    padding-left: 5.3333333333vw;
  }
  .list-square {
    padding-left: 5.3333333333vw;
  }
  .list-disc {
    padding-left: 5.3333333333vw;
  }
}