@charset "UTF-8";
@keyframes textclip {
  from {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    opacity: 0;
    transform: rotateX(8deg) skew(8deg, 8deg);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transform: rotateX(0deg) skew(0deg, 0deg);
  }
}
@keyframes imageup {
  0% {
    -webkit-clip-path: polygon(0 98%, 2% 100%, 1% 100%, 0 100%, 0 99%);
    clip-path: polygon(0 98%, 2% 100%, 1% 100%, 0 100%, 0 99%);
  }
  10% {
    -webkit-clip-path: polygon(0 90%, 10% 100%, 5% 100%, 0 100%, 0 95%);
    clip-path: polygon(0 90%, 10% 100%, 5% 100%, 0 100%, 0 95%);
  }
  25% {
    -webkit-clip-path: polygon(0 50%, 50% 100%, 25% 100%, 0 100%, 0 25%);
    clip-path: polygon(0 50%, 50% 100%, 25% 100%, 0 100%, 0 25%);
  }
  40% {
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%, 0 0);
  }
  60% {
    -webkit-clip-path: polygon(50% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
  }
  85% {
    -webkit-clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main-privacy .page-title {
  height: auto;
}
.main-privacy .page-title-inner {
  margin-top: 0;
}
.post-link-box {
  width: 700px;
  max-width: 100%;
  margin: 45px auto 35px;
}
.post-link-box .btn-post-link {
  width: 100%;
  font-size: clamp(1px, 3.5897435897vw, 14px);
  padding: 12px 0;
  letter-spacing: 0.04em;
  font-weight: 300;
  position: relative;
  line-height: 1.57;
  background-color: #fff;
  border: 1px solid #dedede;
  color: #555;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.post-link-box .btn-post-link:hover {
  color: #b39a0c;
}
@media (min-width: 768px) {
  .post-link-box {
    margin: 55px auto 70px;
  }
  .post-link-box .btn-post-link {
    padding: 9px 0;
    letter-spacing: 0.1em;
  }
  .post-link-box .btn-post-link .arrow {
    width: 59px;
    background-color: #aaa;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin-top: 4px;
    position: relative;
    z-index: 2;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
  }
  .post-link-box .btn-post-link .arrow:before,
  .post-link-box .btn-post-link .arrow:after {
    background-color: #5e5e5e;
    content: "";
    width: 1px;
    height: 6px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: skew(60deg);
    transform-origin: right bottom;
  }
  .post-link-box .btn-post-link .asb-icon {
    right: 20px;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
  }
}
.post-link-box {
  margin-top: 130px;
  max-width: 88%;
}
@media (min-width: 768px) {
  .post-link-box {
    margin-top: 165px;
  }
}
.main-privacy .page-title:before {
  display: none;
}
.main-privacy .page-title-inner {
  color: #000;
}
@media (min-width: 1024px) {
  .main-privacy .page-title-inner {
    max-width: 88%;
    text-align: left;
    width: 1200px;
  }
}
.privacy {
  margin-bottom: 65px;
}
.privacy-item {
  margin-bottom: 59px;
}
.privacy-title {
  border-top: 2px solid #707070;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.privacy-content {
  border-bottom: 1px solid #dedede;
  border-top: 2px solid #707070;
  font-weight: 100;
  line-height: 2.15;
  padding-top: 20px;
  padding-bottom: 25px;
}
.privacy-content.last {
  border-bottom: 0 none;
  color: #000;
  padding-bottom: 3px;
}
.privacy-box {
  background-color: #fff;
  letter-spacing: 0.1em;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  word-wrap: break-word;
}
.privacy-box::-webkit-scrollbar-track {
  background-color: #fff;
}
.privacy-box::-webkit-scrollbar {
  width: 7px;
}
.privacy-box::-webkit-scrollbar-thumb {
  background-color: #858585;
  border-radius: 10px;
}
.privacy-box .title {
  font-weight: 700;
  margin-bottom: 30px;
}
.privacy-box a {
  color: inherit;
}
.privacy-box .mg-large,
.privacy-box .p-3-key3 {
  margin-bottom: 60px;
}
.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-1-key2,
.privacy-box .p-2-key2,
.privacy-box .p-2-key3,
.privacy-box .p-3-key3,
.privacy-box .p-4-key3,
.privacy-box .p-5-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 {
  margin-left: 20px;
}
.privacy-box .p-1-key2,
.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-key3,
.privacy-box .p-5-key8 {
  margin-top: 30px;
}
.privacy-box .p-3-key2 {
  margin: 30px 0;
}
.privacy-box .txt[class*="txt-1"] {
  font-weight: 700;
  margin-top: 30px;
}
.privacy-box .txt[class*="txt-1"].fisrt {
  margin-top: 0;
}
.privacy-box .txt.mt10 {
  margin-top: 10px;
}
.privacy-box .mt-medium {
  margin-top: 30px;
}
.privacy-download {
  margin-bottom: 20px;
}
.privacy-download .link {
  color: #b39a0c;
  display: block;
  text-decoration: underline;
}
.privacy-download .link:hover {
  text-decoration: none;
}
.privacy-confirm {
  margin-bottom: 17px;
}
.privacy-confirm-head {
  color: #000;
  font-weight: 600;
}
.privacy-confirm .note {
  margin-top: 12px;
}
.privacy-confirm .note-label {
  background-color: #b39a0c;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 20px;
  padding: 6px;
  text-align: center;
  width: 74px;
}
.privacy-confirm .note p {
  letter-spacing: 0.1em;
}
.privacy-confirm .verify {
  margin-top: 5px;
}
.privacy-confirm .verify-item {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.privacy-confirm .verify-item-img {
  display: block;
  width: 43px;
  margin-right: 10px;
}
.privacy-confirm .verify-item-img.passport {
  width: 31px;
}
.privacy-confirm .confirm-note {
  font-size: 13px;
  letter-spacing: 0.1em;
}
.privacy-list {
  margin-bottom: 20px;
}
.privacy-list .txt {
  color: #fff;
  background: #707070;
  text-align: center;
  font-weight: 500;
  padding: 7px;
  font-size: 12px;
  letter-spacing: 0;
}
@media (min-width: 374px) {
  .privacy-list .txt {
    letter-spacing: 0.1em;
  }
}
.privacy-list .content {
  background: rgba(221, 219, 216, 0.41);
  padding: 14px 17px;
}
.privacy-list .list-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.privacy-list .list-item {
  position: relative;
  padding-left: 10px;
}
.privacy-list .list-item.last {
  line-height: 1.9;
}
.privacy-list .list-item::before {
  background: #b39a0c;
  width: 4px;
  height: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
}
@media (min-width: 374px) {
  .privacy-list .list-item::before {
    top: 14px;
  }
}
.privacy-list .list-note {
  font-size: 13px;
  color: #555;
  margin-top: 5px;
}
.privacy-txt01 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .privacy-txt01 {
    letter-spacing: 0.1em;
    margin-top: 35px;
  }
}
.privacy-note {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .privacy {
    margin-bottom: -38px;
  }
  .privacy-item {
    margin-bottom: 170px;
    display: flex;
    display: -ms-flexbox;
  }
  .privacy-item.mb60 {
    margin-bottom: 60px;
  }
  .privacy-title {
    font-size: 17px;
    margin-right: 68px;
    padding-top: 22px;
    max-width: 22%;
    flex-basis: 233px;
    -webkit-flex-basis: 233px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
  }
  .privacy-content {
    color: #000;
    padding-bottom: 30px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
  }
  .privacy-content.last {
    letter-spacing: 0.1em;
  }
  .privacy-box {
    letter-spacing: 0.1em;
    max-height: 719px;
  }
  .privacy-download {
    margin-bottom: 56px;
  }
  .privacy-download .link {
    display: inline-block;
  }
  .privacy-download .text {
    margin-left: 48px;
  }
  .privacy-confirm {
    margin-bottom: 12px;
  }
  .privacy-confirm .note {
    margin-bottom: 12px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
  }
  .privacy-confirm .note-label {
    margin-right: 22px;
  }
  .privacy-confirm .confirm-note {
    font-size: 14px;
  }
  .privacy-confirm .verify {
    margin-top: 35px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
  }
  .privacy-confirm .verify-label {
    flex-basis: 114px;
    -webkit-flex-basis: 114px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex: 0;
  }
  .privacy-confirm .verify-list {
    display: flex;
    display: -ms-flexbox;
  }
  .privacy-confirm .verify-item {
    margin-right: 30px;
  }
  .privacy-confirm .verify-item.last {
    margin-right: 0;
  }
  .privacy-list {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .privacy-list ~ .sm-mg {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .privacy-list .txt {
    font-size: 14px;
  }
  .privacy-list .content {
    padding: 17px;
  }
  .privacy-list .list-box {
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    gap: 0 23px;
  }
  .privacy-list .list-note {
    font-size: 12px;
    max-width: 706px;
    width: 100%;
    margin: 12px auto 0;
    text-align: left;
    letter-spacing: 0.12em;
  }
  .privacy-list .last .list-box {
    gap: 0 23px;
  }
}
@media (max-width: 767px) {
  .privacy-confirm .note-label {
    margin-bottom: 9px;
  }
  .privacy-confirm .verify-item {
    margin-top: 10px;
  }
}
.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-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-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-num .first {
  margin-bottom: 60px;
}
.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;
}
.privacy-20a-ttl {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 4px;
  letter-spacing: 0.05em;
}
.privacy-20a-ttl .note {
  top: -1px;
  font-size: 13px;
  font-weight: 100;
  position: relative;
}
.privacy-20a-txt1 {
  line-height: 1.9;
}
.privacy-20a-txt2 {
  font-size: 12px;
  line-height: 2.1;
  margin-top: 1px;
  margin-bottom: -3px;
  letter-spacing: 0.08em;
}
.privacy-20a-img {
  max-width: 672px;
  width: 100%;
  display: block;
  margin-top: 32px;
  padding-bottom: 8px;
}
.privacy-20a-img .block-bg {
  background-color: rgba(0, 0, 0, 0);
}
.privacy-20a-consent {
  max-width: 672px;
  width: 100%;
  display: flex;
  background-color: #f4f4f4;
  margin-top: 34px;
  margin-bottom: 8px;
  padding: 5.6% 0 5% 6%;
}
.privacy-20a-consent-img {
  display: block;
  width: 32.6%;
  flex-shrink: 0;
}
.privacy-20a-consent-img .block-bg {
  background-color: rgba(0, 0, 0, 0);
}
.privacy-20a-consent-cont {
  flex: 1;
  text-align: center;
  align-self: center;
  padding-right: 0.5%;
}
.privacy-20a-consent-txt {
  font-size: 16px;
  font-weight: bold;
  color: #3c2e2e;
  margin-bottom: 6px;
}
.privacy-20a-consent-btn {
  margin: 3px auto 5px;
  width: 88%;
}
.privacy-20a-consent-btn .link {
  background-color: #af9b34;
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  word-break: keep-all;
}
@media (min-width: 374px) {
  .privacy-20a-consent-btn .link {
    padding: 10px;
    font-size: 14px;
  }
}
.privacy-20a-consent-btn .link:hover {
  opacity: 0.8;
}
.privacy-20a-consent-btn .icon {
  width: 17px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  .privacy-20a-ttl {
    margin-top: 3px;
    margin-bottom: 2px;
    letter-spacing: 0.1em;
  }
  .privacy-20a-txt1 {
    padding-right: 12px;
    line-height: 2;
  }
  .privacy-20a-txt2 {
    line-height: 1.6;
    margin-top: 7px;
    margin-bottom: 2px;
  }
  .privacy-20a-img {
    margin-top: 34px;
    padding-bottom: 2px;
  }
  .privacy-20a-consent {
    margin-top: 42px;
    margin-bottom: 10px;
    padding: 2% 0 0 4.5%;
  }
  .privacy-20a-consent-img {
    width: 34.7%;
  }
  .privacy-20a-consent-img .block-bg {
    background-color: rgba(0, 0, 0, 0);
  }
  .privacy-20a-consent-txt {
    font-size: 17px;
    margin-bottom: 17px;
  }
  .privacy-20a-consent-btn {
    margin: 0 auto 20px;
    width: 83%;
  }
  .privacy-20a-consent-btn .link {
    padding: 14px;
    letter-spacing: 0;
  }
  .privacy-20a-consent-btn .link:hover {
    opacity: 0.8;
  }
  .privacy-20a-consent-btn .icon {
    margin-right: 8px;
    top: -1px;
  }
}
