@charset "UTF-8";

main {
    background-color: #000000;
}

.custom-link {
  color: #000000; /* 黒いリンク */
}

.ly_policy_wrap {
    margin-top: -20px;
}

.ly_policy_inner {
    max-width: min(100% - 80px, 1030px);
    background-color: #fff;
    margin-inline: auto;
}
@media screen and (max-width:768px) {
    .ly_policy_inner {
        max-width: min(100%, 1030px);
    }
}

.bl_policy_ttl_sect {
    display: flex;
    flex-direction: column;
    gap: 44px;
    max-width: min(100% - 176px, 1030px);
    border-bottom: 1px solid #000;
    margin-inline: auto;
    text-align: center;
    padding: 72px 0;
}

.policy_ttl_lv1 {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #775aff;
}

.ttl_sub {
    font-size: 35px;
    line-height: 1.6;
    color: #775aff;
}

@media screen and (max-width:768px) {
    .bl_policy_ttl_sect {
        gap: 28px;
        max-width: min(100% - 32px, 1030px);
        padding: 48px 0;
    }
    .policy_ttl_lv1 {
        font-size: 22px;
    }

    .ttl_sub {
        font-size: 18px;
    }
}

.sp_media540 {
    display: none;
}

@media screen and (max-width:540px) {
    .sp_media540 {
        display: inline;
    }
}

.bl_policy_item_sect {
    max-width: min(100% - 176px, 1030px);
    border-bottom: 1px solid #000;
    margin-inline: auto;
    padding: 44px 0 68px;
}

.bl_policy_item_sect:last-child {
    border-bottom: none;
}

.policy_ttl_lv2 {
    font-size: 30px;
    font-weight: 600;
}

.bl_policy_item {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 36px;
}

.policy_ttl_lv3 {
    font-size: 20px;
    font-weight: 600;
}

.txt_def {
    font-size: 18px;
    line-height: 1.8;
}

#consentArea {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 20px 0;
  padding-bottom: 5px;
}

.consent_btn {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 13px 0;
  width: 100%;
  max-width: 150px;
  display: block;
  background-color: transparent;
  border: 1px solid #7138fa;
  border-radius: 35px;
  transition: background-color 0.5s, color 0.5s;
  margin-left: 12px;
  margin-right: 12px;
  cursor: pointer;
}


@media screen and (max-width:768px) {
    .bl_policy_item_sect {
        max-width: min(100% - 32px, 1030px);
        padding: 28px 0 68px;
    }

    .bl_policy_item_sect:last-child {
        border-bottom: none;
    }

    .policy_ttl_lv2 {
        font-size: 22px;
    }

    .bl_policy_item {
        gap: 20px;
        margin-top: 28px;
    }

    .policy_ttl_lv3 {
        font-size: 17px;
    }

    .txt_def {
        font-size: 15px;
        line-height: 1.6;
    }
}
