@media screen and (min-width: 641px) {
  * {
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3' !important;
  }
  
  img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  
  body {
    color: #231815;
    background: url(../../img/lp06/pc_bg_img.jpg) no-repeat center/cover;
    background-attachment: fixed;
  }
  
  a {
    width: inherit;
    height: inherit;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  a:hover {
    opacity: 0.8;
  }
  
  .ly_inner {
    width: 640px;
    margin: 0 auto;
    background: #fff;
  }
  
  /*----------- header -----------*/
  .ly_header {
    height: 80px;
  }
  
  .bl_header_logo {
    width: 193px;
  }
  
  /*----------- form -----------*/
  .ly_form {
    padding: 0 0 120px;
  }
  
  .bl_form_txt {
    font-size: 26px;
    color: #504d48;
    line-height: 1.3571428571;
    margin: 41px auto 25px;
    width: 580px;
  }
  
  .ly_form form {
    margin: 0 auto;
  }
  
  .ly_form dl {
    width: 580px;
    margin: 0 auto;
  }
  
  .ly_form dl .error,
  .ly_form .error {
    display: block;
    width: 100%;
    color: #df3434;
    font-size: 14px;
    padding-bottom: 8px;
  }
  
  .ly_form .bl_privacypolicy_agree~p.error {
    padding-top: 20px;
    padding-left: 114px;
  }
  
  .ly_form dl {
    border-top: solid 1px #b7b7b7;
    padding: 40px 0;
  }
  
  .ly_form dl.etc {
    border-bottom: solid 1px #b7b7b7;
  }
  
  .ly_form dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.429;
    letter-spacing: 0.04em;
    color: #504d48;
    padding: 0;
  }
  
  .ly_form dt::after {
    content: "任意";
    background: #707070;
    color: #fff;
    font-size: 22.222px;
    letter-spacing: 0.08em;
    line-height: 1;
    width: 60px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 3px 0 5px;
    margin-top: 3px;
  }
  
  .ly_form dt label {
    font-weight: bold;
  }
  
  .ly_form dd {
    margin-top: 18px;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  
  .ly_form dl.req dt::after {
    content: "必須";
    color: white;
    background: #b60000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding:3px 0 5px;
    margin-top: 3px;
  }
  
  .ly_form input[type=text],
  .ly_form input[type=tel],
  .ly_form input[type=email],
  .ly_form textarea,
  .ly_form select {
    border: solid 2px #e5c2ab;
    border-radius: 4px;
    background-color: #fff9f5;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 20px;
    resize: none;
    cursor: pointer;
  }
  
  .ly_form select#pref {
    margin-bottom: 18px;
  }
  
  .ly_form input[type=text]::-webkit-input-placeholder,
  .ly_form input[type=tel]::-webkit-input-placeholder,
  .ly_form input[type=email]::-webkit-input-placeholder,
  .ly_form textarea::-webkit-input-placeholder,
  .ly_form select::-webkit-input-placeholder {
    color: #bababa;
  }
  
  .ly_form input[type=text]::-moz-placeholder,
  .ly_form input[type=tel]::-moz-placeholder,
  .ly_form input[type=email]::-moz-placeholder,
  .ly_form textarea::-moz-placeholder,
  .ly_form select::-moz-placeholder {
    color: #bababa;
  }
  
  .ly_form input[type=text]::-ms-input-placeholder,
  .ly_form input[type=email]::-ms-input-placeholder,
  .ly_form input[type=tel]::-ms-input-placeholder,
  .ly_form textarea::-ms-input-placeholder,
  .ly_form select::-ms-input-placeholder {
    color: #bababa;
  }
  
  .ly_form input[type=text]::placeholder,
  .ly_form input[type=email]::placeholder,
  .ly_form input[type=tel]::placeholder,
  .ly_form textarea::placeholder,
  .ly_form select::placeholder {
    color: #bababa;
  }

  
  .ly_form select {
    color: #282828;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../img/lp06/sp_form_arrow_button.png) no-repeat right 15px center/20px, rgb(255, 246, 237);
  }
  
  .ly_form select#time {
    width: 230px;
    margin-left: 10px;
  }
  
  .ly_form select:invalid {
    color: #231815;
  }
  
  .ly_form textarea {
    height: 200px;
  }
  
  .bl_form_note {
    color: rgb(56, 56, 56);
    font-size: 22px;
    line-height: 1.818;
    letter-spacing: 0.08em;
    margin: 15px 0 0;
  }
  
  .bl_formTable_desired {
    font-size: 26px;
    color: rgb(80, 77, 72);
    font-weight: bold;
    margin: 0 0 15px;
  }
  
  .bl_formTable_desired.__desired {
    margin-top: 25px;
  }
  
  .bl_formTable_desired__note {
    font-size: 22px;
    color: rgb(56, 56, 56);
    font-weight: 500;
    letter-spacing: normal;
  }
  
  .bl_formTable_postaltext {
    margin: 0 auto 35px;
    gap: 23px;
  }
  
  .bl_formTable_postaltext p {
    font-size: 30px;
    font-family: "Noto Sans JP";
    color: rgb(35, 24, 21);
    line-height: 1.333;
  }
  
  .ly_form input[type=text].p-postal-code {
    width: 317px;
  }
  
  .bl_privacypolicy {
    width: 580px;
    height: 200px;
    overflow-y: scroll;
    margin: 36px auto 0;
    border: solid 1px #dadada;
    border-radius: 5px;
  }
  
  .bl_privacypolicy_body {
    padding: 25px 35px 38px;
  }
  
  .bl_privacypolicy_list {
    margin-top: 8px;
    list-style: auto;
    list-style-position: inside;
  }
  
  .bl_privacypolicy_ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 2.1;
  }
  
  .bl_privacypolicy_txt,
  .bl_privacypolicy_list {
    font-size: 22px;
    line-height: 1.5;
  }
  
  .bl_privacypolicy_agree {
    display: table;
    font-size: 0;
    margin: 56px auto 0;
    position: relative;
  }
  
  .bl_privacypolicy_agree input[type=checkbox] {
    all:revert !important;
    position: absolute !important;
    opacity: 0 !important;
  }
  
  .bl_privacypolicy_agree input[type=checkbox]+label {
    cursor: pointer;
    display: block;
    font-size: 26px;
    font-weight: 500;
    width: 100%;
    padding-left: 50px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  
  .bl_privacypolicy_agree input[type=checkbox]+label span {
    font-weight: bold;
  }
  

  
  .bl_privacypolicy_agree input[type=checkbox]+label::before {
    content: "";
    background: #fff;
    border: 1px solid #bababa;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  
  .bl_privacypolicy_agree input[type=checkbox]+label::after {
    content: "";
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    display: block;
    opacity: 0;
    width: 12px;
    height: 22px;
    position: absolute;
    left: 12px;
    bottom: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  
  .bl_privacypolicy_agree input[type=checkbox]:checked+label::after {
    opacity: 1;
  }
  
  .bl_form_confirm {
    width: 500px;
    margin: 80px auto 0;
  }
  
  .bl_form_confirm input {
    border: none;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  
  .bl_form_confirm input.bl_form_confirmBtn {
    font-size: 0;
  }
  
  .bl_form_confirmBtn {
    width: 100%;
    height: 96px;
    background: url(../../img/lp06/sp_form_btn_next.png) no-repeat center/500px 96px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .bl_form_confirmBtn:hover {
    opacity: 0.8;
  }
  
  .bl_send_list {
    width: 560px;
    margin: 80px auto 0;
  }
  
  .bl_send_list input {
    border: none;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  
  input.bl_form_sendBtn {
    font-size: 0;
  }
  
  .bl_form_sendBtn {
    width: 100%;
    height: 96px;
    background: url(../../img/lp06/sp_form_btn_submit.png) no-repeat center/500px 96px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .bl_form_sendBtn:hover {
    opacity: 0.8;
  }
  
  .bl_form_prevBtn {
    font-size: 24px;
    line-height: 1.5833333333;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    margin: 52px auto 170px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .bl_form_prevBtn:hover {
    text-decoration: none;
    opacity: 1;
  }
  
  .bl_thanks_ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.333;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 50px auto;
  }
  
  .bl_thanks_txt {
    font-size: 26px;
    color: rgb(35, 24, 21);
    line-height: 1.538;
    letter-spacing: 0.04em;
    width: 540px;
    margin: 0 auto 57px;
  }
  
  .bl_thanks_top {
    text-align: center;
    margin: 0 auto 136px;
  }
  
  .bl_thanks_top a {
    font-size: 24px;
    line-height: 1.5833333333;
    letter-spacing: 0.08em;
    color: rgb(52, 52, 52);
    text-decoration: underline;
    text-underline-offset: 0.5em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: bold;
  }
  
  .bl_thanks_top a:hover {
    text-decoration: none;
    opacity: 1;
  }
  
  /*----------- access -----------*/
  .ly_access {
    padding: 0 0 75px;
  }
  
  .bl_access_ttl {
    width: 240px;
    margin: 0 auto 54px;
  }
  
  .bl_access_contents .bl_access_txtBox+.bl_access_txtBox {
    margin: 35px auto 0;
  }
  
  .bl_access_txtBox {
    width: 512px;
    margin: 0 auto;
  }
  
  .bl_access_txtBox dt {
    font-size: 24px;
    font-weight: bold;
    width: 165px;
    line-height: 1.417;
  }
  
  .bl_access_txtBox dd {
    width: calc(100% - 165px);
    font-size: 24px;
    line-height: 1.417;
  }
  
  /*----------- footer -----------*/
  .ly_footer {
    text-align: center;
    background: #231815;
    margin-top: 0;
  }
  
  .bl_footer_copyright {
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    letter-spacing: 0.08em;
  }

}

@media screen and (max-width: 640px) {
  * {
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3' !important;
  }
  
  body {
    color: #231815;
  }
  
  a {
    width: inherit;
    height: inherit;
    display: inline-block;
  }
  
  img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .ly_inner {
    display: contents;
  }
  
  /*----------- header -----------*/
  .ly_header {
    height: 12.5vw;
  }
  
  .bl_header_logo {
    width: 30.16vw;
  }
  
  /*----------- form -----------*/
  .ly_form {
    padding: 0 0 18.75vw;
  }
  
  .bl_form_txt {
    font-size: 4.06vw;
    color: #504d48;
    line-height: 1.3571428571;
    margin: 6.41vw auto 3.91vw;
    width: 90.63vw;
  }
  
  .ly_form form {
    margin: 0 auto;
  }
  
  .ly_form dl {
    width: 90.63vw;
    margin: 0 auto;
  }
  
  .ly_form dl .error,
  .ly_form .error {
    display: block;
    width: 100%;
    color: #df3434;
    font-size: 2.19vw;
    padding-bottom: 1.25vw;
  }
  
  .ly_form .bl_privacypolicy_agree~p.error {
    padding-top: 3.13vw;
    padding-left: 17.81vw;
  }
  
  .ly_form dl {
    border-top: solid 1px #b7b7b7;
    padding: 6.25vw 0;
  }
  
  .ly_form dl.etc {
    border-bottom: solid 1px #b7b7b7;
  }
  
  .ly_form dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 3.13vw;
    -moz-column-gap: 3.13vw;
    column-gap: 3.13vw;
    font-size: 4.38vw;
    font-weight: bold;
    line-height: 1.429;
    letter-spacing: 0.04em;
    color: #504d48;
    padding: 0;
  }
  
  .ly_form dt::after {
    content: "任意";
    background: #707070;
    color: #fff;
    font-size: 3.47vw;
    letter-spacing: 0.08em;
    line-height: 1;
    width: 9.38vw;
    height: 4.69vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0.469vw 0 0.781vw;
    margin-top: 0.469vw;
  }
  
  .ly_form dt label {
    font-weight: bold;
  }
  
  .ly_form dd {
    margin-top: 2.81vw;
    font-size: 4.06vw;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  
  .ly_form dl.req dt::after {
    content: "必須";
    color: white;
    background: #b60000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0.469vw 0 0.781vw;
    margin-top: 0.469vw;
  }
  
  .ly_form input[type=text],
  .ly_form input[type=tel],
  .ly_form input[type=email],
  .ly_form textarea,
  .ly_form select {
    border: solid 2px #e5c2ab;
    border-radius: 4px;
    background-color: #fff9f5;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 4.06vw;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding: 3.13vw;
    resize: none;
    cursor: pointer;
  }
  
  .ly_form select#pref {
    margin-bottom: 2.81vw;
  }
  
  .ly_form input[type=text]::-webkit-input-placeholder,
  .ly_form input[type=tel]::-webkit-input-placeholder,
  .ly_form input[type=email]::-webkit-input-placeholder,
  .ly_form textarea::-webkit-input-placeholder,
  .ly_form select::-webkit-input-placeholder {
    color: #bababa;
  }
  
  .ly_form input[type=text]::-moz-placeholder,
  .ly_form input[type=tel]::-moz-placeholder,
  .ly_form input[type=email]::-moz-placeholder,
  .ly_form textarea::-moz-placeholder,
  .ly_form select::-moz-placeholder {
    color: #bababa;
  }
  
  .ly_form input[type=text]::-ms-input-placeholder,
  .ly_form input[type=tel]::-ms-input-placeholder,
  .ly_form input[type=email]::-ms-input-placeholder,
  .ly_form textarea::-ms-input-placeholder,
  .ly_form select::-ms-input-placeholder {
    color: #bababa;
  }
  
  .ly_form input[type=text]::placeholder,
  .ly_form input[type=tel]::placeholder,
  .ly_form input[type=email]::placeholder,
  .ly_form textarea::placeholder,
  .ly_form select::placeholder {
    color: #bababa;
  }
  
  
  .ly_form select {
    color: #282828;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../img/lp06/sp_form_arrow_button.png) no-repeat right 2.34vw center/3.13vw, rgb(255, 246, 237);
  }
  
  .ly_form select#time {
    width: 35.94vw;
    margin-left: 1.56vw;
  }
  
  .ly_form select:invalid {
    color: #231815;
  }
  
  .ly_form textarea {
    height: 31.25vw;
  }
  
  .bl_form_note {
    color: rgb(56, 56, 56);
    font-size: 3.44vw;
    line-height: 1.818;
    letter-spacing: 0.08em;
    margin: 2.34vw 0 0;
  }
  
  .bl_formTable_desired {
    font-size: 4.06vw;
    color: rgb(80, 77, 72);
    font-weight: bold;
    margin: 0 0 2.34vw;
  }
  
  .bl_formTable_desired.__desired {
    margin-top: 3.91vw;
  }
  
  .bl_formTable_desired__note {
    font-size: 3.44vw;
    color: rgb(56, 56, 56);
    font-weight: 500;
    letter-spacing: normal;
  }
  
  .bl_formTable_postaltext {
    margin: 0 auto 5.47vw;
    gap: 3.59vw;
  }
  
  .bl_formTable_postaltext p {
    font-size: 4.69vw;
    font-family: "Noto Sans JP";
    color: rgb(35, 24, 21);
    line-height: 1.333;
  }
  
  .ly_form input[type=text].p-postal-code {
    width: 49.53vw;
  }
  
  .bl_privacypolicy {
    width: 90.63vw;
    height: 31.25vw;
    overflow-y: scroll;
    margin: 5.63vw auto 0;
    border: solid 1px #dadada;
    border-radius: 5px;
  }
  
  .bl_privacypolicy_body {
    padding: 3.91vw 5.47vw 5.94vw;
  }
  
  .bl_privacypolicy_list {
    margin-top: 1.25vw;
    list-style: auto;
    list-style-position: inside;
  }
  
  .bl_privacypolicy_ttl {
    font-size: 4.06vw;
    font-weight: bold;
    line-height: 2.1;
  }
  
  .bl_privacypolicy_txt,
  .bl_privacypolicy_list {
    font-size: 3.44vw;
    line-height: 1.5;
  }
  
  .bl_privacypolicy_agree {
    display: table;
    font-size: 0;
    margin: 8.75vw auto 0;
    position: relative;
  }
  
  .bl_privacypolicy_agree input[type=checkbox] {
    all:revert !important;
    position: absolute !important;
    opacity: 0 !important;
  }
  
  .bl_privacypolicy_agree input[type=checkbox]+label {
    cursor: pointer;
    display: block;
    font-size: 4.06vw;
    font-weight: 500;
    width: 100%;
    padding-left: 7.81vw;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  
  .bl_privacypolicy_agree input[type=checkbox]+label span {
    font-weight: bold;
  }
  

  
  .bl_privacypolicy_agree input[type=checkbox]+label::before {
    content: "";
    background: #fff;
    border: 1px solid #bababa;
    display: block;
    width: 5.63vw;
    height: 5.63vw;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  
  .bl_privacypolicy_agree input[type=checkbox]+label::after {
    content: "";
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    display: block;
    opacity: 0;
    width: 1.88vw;
    height: 3.44vw;
    position: absolute;
    left: 1.88vw;
    bottom: 1.88vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  
  .bl_privacypolicy_agree input[type=checkbox]:checked+label::after {
    opacity: 1;
  }
  
  .bl_form_confirm {
    width: 78.13vw;
    margin: 12.5vw auto 0;
  }
  
  .bl_form_confirm input {
    border: none;
    font-size: 2.81vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  
  .bl_form_confirm input.bl_form_confirmBtn {
    font-size: 0;
  }
  
  .bl_form_confirmBtn {
    width: 100%;
    height: 15vw;
    background: url(../../img/lp06/sp_form_btn_next.png) no-repeat center/78.13vw 15vw;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .bl_form_confirmBtn:hover {
    opacity: 0.8;
  }
  
  .bl_send_list {
    width: 87.5vw;
    margin: 12.5vw auto 0;
  }
  
  .bl_send_list input {
    border: none;
    font-size: 2.81vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  
  input.bl_form_sendBtn {
    font-size: 0;
  }
  
  .bl_form_sendBtn {
    width: 100%;
    height: 15vw;
    background: url(../../img/lp06/sp_form_btn_submit.png) no-repeat center/78.13vw 15vw;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .bl_form_sendBtn:hover {
    opacity: 0.8;
  }
  
  .bl_form_prevBtn {
    font-size: 3.75vw;
    line-height: 1.5833333333;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 0.5em;
    margin: 8.13vw auto 26.56vw;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .bl_form_prevBtn:hover {
    text-decoration: none;
    opacity: 1;
  }
  
  .bl_thanks_ttl {
    font-size: 4.69vw;
    font-weight: bold;
    line-height: 1.333;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 7.81vw auto;
  }
  
  .bl_thanks_txt {
    font-size: 4.06vw;
    color: rgb(35, 24, 21);
    line-height: 1.538;
    letter-spacing: 0.04em;
    width: 84.38vw;
    margin: 0 auto 8.91vw;
  }
  
  .bl_thanks_top {
    text-align: center;
    margin: 0 auto 21.25vw;
  }
  
  .bl_thanks_top a {
    font-size: 3.75vw;
    line-height: 1.5833333333;
    letter-spacing: 0.08em;
    color: rgb(52, 52, 52);
    text-decoration: underline;
    text-underline-offset: 0.5em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: bold;
  }
  
  .bl_thanks_top a:hover {
    text-decoration: none;
    opacity: 1;
  }
  
  /*----------- access -----------*/
  .ly_access {
    padding: 0 0 11.72vw;
  }
  
  .bl_access_ttl {
    width: 37.5vw;
    margin: 0 auto 8.44vw;
  }
  
  .bl_access_contents .bl_access_txtBox+.bl_access_txtBox {
    margin: 5.47vw auto 0;
  }
  
  .bl_access_txtBox {
    width: 80vw;
    margin: 0 auto;
  }
  
  .bl_access_txtBox dt {
    font-size: 3.75vw;
    font-weight: bold;
    width: 25.78vw;
    line-height: 1.417;
  }
  
  .bl_access_txtBox dd {
    width: calc(100% - 25.78vw);
    font-size: 3.75vw;
    line-height: 1.417;
  }
  
  /*----------- footer -----------*/
  .ly_footer {
    text-align: center;
    background: #231815;
    margin-top: 0;
  }
  
  .bl_footer_copyright {
    color: #fff;
    font-size: 3.44vw;
    line-height: 9.38vw;
    letter-spacing: 0.08em;
  }
}
