@charset "UTF-8";
/*
@import './setting/**';

@import './base/**';

@import './mixin/**';

@import './module/**';

@import './page/**';

@import './plugins/**';
*/
.invalid-feedback {
  color: red;
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: bold;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* break point */
/* color setting */
@media only screen and (max-width: 374.9999px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* base setting */
.l-body {
  color: #4B4B4B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  padding-top: 4.5rem;
}
.l-body.is-lp {
  background: #ffe06e;
  padding-top: 0;
}

.ly-body {
  color: #4B4B4B;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  background: #F8F4EF;
  padding-top: 4.5rem;
}
@media only screen and (min-width: 920px) {
  .ly-body {
    padding-top: 7.5rem;
  }
}
.ly-body.is-lp {
  padding-top: 0;
}

picture {
  display: block;
}

img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: opacity 0.4s ease;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
}

ul {
  list-style: none;
}

input,
button,
select,
textarea {
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input::-moz-placeholder {
  color: #A3A3A3;
}

input::placeholder {
  color: #A3A3A3;
}

/* IE */
input:-ms-input-placeholder {
  color: #A3A3A3;
}

/* Edge */
input::-ms-input-placeholder {
  color: #A3A3A3;
}

@media only screen and (min-width: 920px) {
  .only-sp {
    display: none;
  }
}

@media only screen and (min-width: 920px) {
  .only-sp-lp {
    display: none;
  }
}

@media only screen and (max-width: 919.9999px) {
  .only-pc-lp {
    display: none;
  }
}

@media only screen and (max-width: 919.9999px) {
  .only-pc {
    display: none;
  }
}

.nowrap {
  white-space: nowrap;
}

.term-box .term-text {
  margin-bottom: 2rem;
  line-height: 1.5;
}
.term-box .term-head {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.m-inner {
  margin: 0 auto;
  max-width: 68.75rem;
  padding: 0 3.125rem;
}
.m-inner._wide {
  max-width: 81.25rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.m-inner._wide .m-container {
  flex: 1 1 auto;
  width: calc(100% - 20.75rem);
}
@media only screen and (max-width: 919.9999px) {
  .m-inner._wide .m-container {
    width: 100%;
  }
}
@media only screen and (max-width: 919.9999px) {
  .m-inner._wide {
    display: block;
  }
}
@media only screen and (max-width: 919.9999px) {
  .m-inner {
    padding: 0 1rem;
    max-width: 31.25rem;
  }
}

.m-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.m-img::before {
  content: "";
  display: block;
}
.m-img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .m-img {
    display: block;
  }
}

.m-page-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4583333333;
  text-align: center;
}
.m-page-ttl._arrow {
  text-align: left;
  padding-left: 1.875rem;
  position: relative;
  word-break: break-all;
}
.m-page-ttl._arrow::before {
  content: "";
  background: #C9B390;
  width: 1.125rem;
  height: 1.25rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.m-container {
  padding: 2.5rem;
  background: #fff;
  border-radius: 0.25rem;
}
@media only screen and (max-width: 919.9999px) {
  .m-container {
    padding: 1rem;
  }
}

.m-page-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.m-hr {
  margin: 2rem 0;
  height: 1px;
  background: #E2E2E2;
}

.inner {
  padding-right: 1rem;
  padding-left: 1rem;
  margin: 0 auto;
  width: 100%;
  max-width: 25rem;
}

.page-ttl {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
}
.page-ttl._left {
  text-align: left;
}

.img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.img::before {
  content: "";
  display: block;
}
.img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.l-breadcrumb {
  background: #f8f8f8;
}
.l-breadcrumb__inner {
  display: flex;
  align-items: center;
  height: 3.125rem;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-breadcrumb__inner::-webkit-scrollbar {
  display: none;
}
.l-breadcrumb__inner span {
  font-size: 0.875rem;
}
.l-breadcrumb__inner .current:not(:first-child) {
  color: #A3A3A3;
}
.l-breadcrumb__current span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}
.l-header.is-lp {
  max-width: 31.25rem;
  margin: 0 auto;
  padding: 0 0;
}
@media only screen and (min-width: 1200px) {
  .l-header.is-lp {
    max-width: 25.9375rem;
    padding: 1.25rem 1.25rem 0;
  }
}
.l-header.is-lp .l-header__inner {
  max-width: 100%;
  border-right: 1px solid #E2E2E2;
  border-left: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
}
.l-header__logo-link {
  display: inline-block;
  height: 2rem;
  width: auto;
}
.l-header__logo-link img {
  max-height: 100%;
  width: auto;
}
.l-header__btns {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  justify-content: flex-end;
}
.l-header__btn {
  flex: 0 0 auto;
  height: 2rem;
  width: 100%;
  max-width: 5.1875rem;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 500;
  transition: 0.4s ease;
  transition-property: opacity;
}
.l-header__btn._mypage {
  background: #ffe06e;
}
.l-header__btn._logout {
  background: #4b4b4b;
  color: #fff;
}
.l-header__btn._contact {
  background: #ffe06e;
  max-width: 6.25rem;
}
.l-header__btn._login {
  border: 1px solid #4B4B4B;
}
.l-header__btn:hover, .l-header__btn:active {
  opacity: 0.7;
}

.c-nav__head {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 4rem;
  background: #ffe06e;
  align-items: center;
  max-width: 25rem;
  margin: 0 auto;
}
.c-nav__head-name {
  font-size: 1rem;
  font-weight: 700;
  word-break: break-all;
}
.c-nav__head-btn {
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-block;
  margin-left: auto;
  transition: 0.4s ease;
  transition-property: opacity;
  white-space: nowrap;
}
.c-nav__head-btn:hover, .c-nav__head-btn:active {
  opacity: 0.7;
}
.c-nav__list {
  max-width: 25rem;
  margin: 0 auto;
}
.c-nav__item {
  border-bottom: 1px solid #e2e2e2;
}
.c-nav__item-link {
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  height: 4rem;
  position: relative;
  background: #f8f8f8;
  transition: 0.4s ease;
  transition-property: color;
}
.c-nav__item-link svg {
  display: inline-block;
  margin-right: 0.75rem;
}
.c-nav__item-link svg .stroke {
  transition: stroke 0.4s ease;
}
.c-nav__item-link:hover, .c-nav__item-link:active {
  color: #ffe06e;
}
.c-nav__item-link:hover svg .stroke, .c-nav__item-link:active svg .stroke {
  stroke: #ffe06e;
}
.c-nav__item-link.is-active {
  background: #4b4b4b;
  color: #ffe06e;
}
.c-nav__item-link.is-active svg .stroke {
  stroke: #ffe06e;
}
.c-nav__item-num {
  height: 1rem;
  min-width: 1.8125rem;
  border-radius: 0.5rem;
  background: #C9B390;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  padding-bottom: 0.125rem;
  margin-top: 0.25rem;
  margin-left: 1rem;
}

.c-favorite__list {
  margin: 0 -1rem;
}
.c-favorite__item {
  padding: 1rem;
  border-bottom: 1px solid #e2e2e2;
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 0.75rem;
  grid-template-areas: "pic ttl" "info info" "btns btns";
}
.c-favorite__item:first-child {
  border-top: 1px solid #e2e2e2;
}
.c-favorite__item-pic {
  grid-area: pic;
  position: relative;
}
.c-favorite__item-pic .img {
  border-radius: 0.25rem;
  transition: 0.4s ease;
  transition-property: opacity;
}
.c-favorite__item-pic .img::before {
  padding-top: 66%;
}
.c-favorite__item-pic .img:hover, .c-favorite__item-pic .img:active {
  opacity: 0.7;
}
.c-favorite__item-pic .img:hover img, .c-favorite__item-pic .img:active img {
  transform: translate(-50%, -50%) scale(1.1);
}
.c-favorite__item-fav {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 2;
  border-radius: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  cursor: pointer;
  background: #fff;
}
.c-favorite__item-fav svg .fill {
  fill: #fff;
}
.c-favorite__item-fav.is-active svg .fill {
  fill: #fd7373;
}
.c-favorite__item-ttl {
  grid-area: ttl;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.c-favorite__item-ttl a {
  word-break: break-all;
}
.c-favorite__item-ttl a:hover, .c-favorite__item-ttl a:active {
  text-decoration: underline;
}
.c-favorite__item-info {
  grid-area: info;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
  gap: 1.25rem;
  line-height: 1.4166666667;
  padding-bottom: 0.25rem;
}
.c-favorite__item-bottom {
  grid-area: btns;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}
.c-favorite__item-btn {
  border-radius: 0.25rem;
  flex: 0 0 auto;
  width: calc(50% - 0.625rem);
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  transition: 0.4s ease;
  transition-property: opacity;
}
.c-favorite__item-btn._grey {
  background: #4b4b4b;
  color: #ffe06e;
}
.c-favorite__item-btn._yellow {
  background: #ffe06e;
}
.c-favorite__item-btn._line {
  background: #00BC3A;
  color: #fff;
}
.c-favorite__item-btn._fav {
  border: 1px solid #FD7373;
  font-size: 0.875rem;
}
.c-favorite__item-btn._fav.is-active {
  background: #FD7373;
  color: #fff;
}
.c-favorite__item-btn._fav.is-active svg {
  display: none;
}
.c-favorite__item-btn:hover, .c-favorite__item-btn:active {
  opacity: 0.7;
}
.c-favorite__cancel-box {
  width: 100%;
  text-align: center;
}
.c-favorite__cancel {
  font-size: 0.75rem;
  font-weight: 500;
  color: #CC0000;
  text-decoration: underline;
}
.c-favorite__item-form {
  display: none;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  width: 100%;
  grid-column: 1/-1;
}
.c-favorite__item-form.is-visible {
  display: flex;
}
.c-favorite__form-group {
  margin-bottom: 1rem;
}
.c-favorite__form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.c-favorite__form-input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}
.c-favorite__form-preview {
  margin-top: 0.5rem;
  max-width: 100%;
  height: auto;
  display: block;
}
.c-favorite__form-submit {
  padding: 0.75rem 1.5rem;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.c-favorite__form-submit:hover {
  background-color: #0056b3;
}
.c-favorite__toggle-btn {
  cursor: pointer;
  color: black;
  background-color: #ffe06e;
  border-radius: 0.25rem;
  flex: 0 0 auto;
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  transition: 0.4s ease;
  transition-property: opacity;
}

.c-form__item:nth-child(n+2) {
  margin-top: 1.25rem;
}
.c-form__item-ttl {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.c-form__item-ttl._flex {
  display: flex;
  align-items: center;
}
.c-form__item-ttl .required {
  color: #cc0000;
  font-size: 0.75rem;
  font-weight: 500;
}
.c-form__item-ttl ._sm {
  font-size: 0.75rem;
  font-weight: 500;
}
.c-form__item-field input[type=text],
.c-form__item-field input[type=tel],
.c-form__item-field input[type=email],
.c-form__item-field input[type=password],
.c-form__item-field textarea,
.c-form__item-field select {
  display: flex;
  align-items: center;
  height: 2.5rem;
  width: 100%;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  padding: 0.5625rem 0.9375rem;
}
.c-form__item-field textarea {
  height: 15rem;
  resize: none;
}
.c-form__item-field select {
  color: #A3A3A3;
  background: url(/img/common/select.svg) no-repeat right 1rem center/0.5rem auto;
}
.c-form__item-field select.is-selected {
  color: #4B4B4B;
}
.c-form__item-field input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.c-form__item-field input[type=checkbox] + span {
  display: inline-block;
  padding-left: 1.5rem;
  position: relative;
}
.c-form__item-field input[type=checkbox] + span::before, .c-form__item-field input[type=checkbox] + span::after {
  content: "";
  pointer-events: none;
  position: absolute;
}
.c-form__item-field input[type=checkbox] + span::before {
  width: 1rem;
  height: 1rem;
  border: 1px solid #E2E2E2;
  background: #fff;
  border-radius: 2px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.c-form__item-field input[type=checkbox] + span::after {
  width: 1rem;
  height: 1rem;
  background: url(/img/common/check.svg) no-repeat center/0.625rem auto;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
}
.c-form__item-field input[type=password].hide {
  background: url(/img/common/password.svg) no-repeat right 1rem center/0.9375rem auto;
}
.c-form__item-radio--box {
  display: flex;
  gap: 1.25rem;
}
.c-form__item-radio input[type=radio]:checked + ._txt::after {
  opacity: 1;
}
.c-form__item-radio input[type=radio] + ._txt {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  display: inline-block;
  padding-left: 1.5rem;
  position: relative;
}
.c-form__item-radio input[type=radio] + ._txt::before, .c-form__item-radio input[type=radio] + ._txt::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.c-form__item-radio input[type=radio] + ._txt::before {
  width: 1rem;
  height: 1rem;
  border: 1px solid #E2E2E2;
  background: #fff;
  border-radius: 50%;
  left: 0;
}
.c-form__item-radio input[type=radio] + ._txt::after {
  width: 0.5rem;
  height: 0.5rem;
  background: #4b4b4b;
  left: 0.25rem;
  border-radius: 50%;
  opacity: 0;
}
.c-form__password-btn {
  margin-left: auto;
  font-size: 0.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 500;
  padding-right: 1.6875rem;
  line-height: 1.4166666667;
  background: url(/img/common/password-hide.svg) no-repeat center right/0.9375rem auto;
}
.c-form__password-btn.is-active {
  background: url(/img/common/password.svg) no-repeat center right/0.9375rem auto;
}
.c-form__bottom {
  margin-top: 1.5rem;
}
.c-form__bottom-txt {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-bottom: 1.5rem;
}
.c-form__bottom-link {
  color: #009EFF;
  text-decoration: underline;
}
.c-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe06e;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 0.25rem;
  width: 100%;
  height: 3.75rem;
  transition: 0.4s ease;
  transition-property: opacity;
}
.c-form__submit:hover, .c-form__submit:active {
  opacity: 0.7;
}
.c-form__insight-img {
  overflow: hidden;
  border-radius: 0.25rem;
}
.c-form__insight-img:nth-child(n+2) {
  margin-top: 1.25rem;
}
.c-form__insight-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.c-form__insight-img::before {
  padding-top: 67.055393586%;
}
.c-form__insight-img .l-edit__file-btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.c-search__freeword, .c-search__block {
  background: #f8f7ea;
  border-radius: 0.25rem;
}
.c-search__freeword {
  padding: 1rem;
}
.c-search__block {
  margin-top: 0.75rem;
}
.c-search__ttl, .c-search__block-head {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}
.c-search__ttl {
  margin-bottom: 0.75rem;
}
.c-search__block-head {
  padding: 1rem;
  position: relative;
  cursor: pointer;
}
.c-search__block-head::before {
  content: "";
  width: calc(100% - 2rem);
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  background: #4b4b4b;
  height: 1px;
  width: 0;
  transition: width 0.4s ease;
}
.c-search__block-head ._sm {
  font-size: 0.75rem;
}
.c-search__block-head ._arrow {
  width: 1.5rem;
  height: 1.5rem;
  background: #ffe06e;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  pointer-events: none;
  transition: background-color 0.4s ease;
}
.c-search__block-head ._arrow::before, .c-search__block-head ._arrow::after {
  content: "";
  width: 0.75rem;
  height: 2px;
  border-radius: 2px;
  background: #4b4b4b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
  transition-property: background-color, transform;
}
.c-search__block-head ._arrow::after {
  content: "";
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-search__block-head.is-active::before {
  width: calc(100% - 2rem);
}
.c-search__block-head.is-active ._arrow {
  background: #4b4b4b;
}
.c-search__block-head.is-active ._arrow::before, .c-search__block-head.is-active ._arrow::after {
  background-color: #fff;
}
.c-search__block-head.is-active ._arrow::after {
  transform: translate(-50%, -50%);
}
.c-search__block-body {
  display: none;
  padding: 0 1rem 1rem;
}
.c-search__block-body._area {
  padding-bottom: 0;
}
.c-search__block-body .l-register__area-block--ttl {
  padding-left: 0;
  padding-right: 0;
}
.c-search__block-body .l-register__area-block--ttl::before {
  right: 0;
}
.c-search__block-body .l-register__area-block--body {
  padding-left: 0;
  padding-right: 0;
}
.c-search__block-body .l-register__area-block:last-child {
  border-bottom: none;
}
.c-search__area {
  padding-top: 0.25rem;
}
.c-search__radio-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-top: 1rem;
}
.c-search__radio {
  flex: 0 0 auto;
  width: 5.875rem;
  white-space: nowrap;
}
.c-search__bottom {
  margin-top: 1.5rem;
}
.c-search__submit {
  background: #ffe06e;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.75rem;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  transition: 0.4s ease;
  transition-property: opacity;
}
.c-search__submit:hover, .c-search__submit:active {
  opacity: 0.7;
}

.c-back {
  margin-bottom: 1.5rem;
}
.c-back a {
  display: inline-block;
  padding-left: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  position: relative;
  transition: 0.4s ease;
  transition-property: opacity;
  background: url(/img/common/back.svg) no-repeat center left/0.5rem auto;
}
.c-back a:hover, .c-back a:active {
  opacity: 0.7;
}

.l-footer {
  background: #f8f8f8;
}
.l-footer.is-lp {
  border-right: 1px solid #E2E2E2;
  border-left: 1px solid #E2E2E2;
}
@media only screen and (min-width: 1200px) {
  .l-footer.is-lp {
    max-width: 23.4375rem;
    margin: 0 auto;
  }
}
.l-footer__inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.l-footer__nav {
  margin-bottom: 1.5rem;
}
.l-footer__nav-item {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  text-align: center;
}
.l-footer__nav-item:nth-child(n+2) {
  margin-top: 0.75rem;
}
.l-footer__logo-box {
  display: block;
  height: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.l-footer__logo-box img {
  max-height: 100%;
  width: auto;
}
.l-footer__copy {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  background: #fff;
}
.l-footer__btn-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}
.l-footer__btn {
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  height: 3.125rem;
  width: calc(50% - 0.625rem);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
  transition-property: opacity;
}
.l-footer__btn:hover, .l-footer__btn:active {
  opacity: 0.7;
}
.l-footer__btn._register {
  width: 100%;
  background: #4b4b4b;
  color: #ffe06e;
}
.l-footer__btn._invitation {
  background-color: #ffe06e;
  width: 100%;
}
.l-footer__btn._contact {
  background-color: #ffe06e;
}
.l-footer__btn._contact svg {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.l-footer__btn._logout {
  color: #fff;
  background-color: #4b4b4b;
}

.l-message {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.l-message__list {
  margin: 0 -1rem;
}
.l-message__item {
  padding: 1rem;
  border-bottom: 1px solid #e2e2e2;
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 0.75rem;
  grid-template-areas: "pic ttl" "info info" "body body";
}
.l-message__item:first-child {
  border-top: 1px solid #e2e2e2;
}
.l-message__item-pic {
  grid-area: pic;
  position: relative;
}
.l-message__item-pic .img {
  border-radius: 0.25rem;
  transition: 0.4s ease;
  transition-property: opacity;
}
.l-message__item-pic .img::before {
  padding-top: 66%;
}
.l-message__item-pic .img:hover, .l-message__item-pic .img:active {
  opacity: 0.7;
}
.l-message__item-pic .img:hover img, .l-message__item-pic .img:active img {
  transform: translate(-50%, -50%) scale(1.1);
}
.l-message__item-fav {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 2;
  border-radius: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  cursor: pointer;
  background: #fff;
}
.l-message__item-fav svg .fill {
  fill: #4b4b4b;
}
.l-message__item-fav.is-active svg .fill {
  fill: #fd7373;
}
.l-message__item-ttl {
  grid-area: ttl;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.l-message__item-ttl a {
  word-break: break-all;
}
.l-message__item-ttl a:hover, .l-message__item-ttl a:active {
  text-decoration: underline;
}
.l-message__item-info {
  grid-area: info;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
  gap: 1.25rem;
  line-height: 1.4166666667;
  padding-bottom: 0.25rem;
}
.l-message__item-body {
  grid-area: body;
  background: #f8f8f8;
  border-radius: 0.25rem;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.l-message__item-body--txt {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l-message__item-body--info {
  flex: 0 0 auto;
  width: 1.8125rem;
  padding-bottom: 2px;
}
.l-message__item-body--info ._day {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1.4166666667;
}
.l-message__item-body--info ._count {
  background: #ffe06e;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1rem;
  font-size: 0.75rem;
  line-height: 1;
  padding-bottom: 1px;
}

.l-favorite {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.l-favorite__num {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.l-favorite__num ._num {
  font-size: 1.125rem;
}
.l-favorite__block:nth-child(n+2) {
  margin-top: 2rem;
}

.l-article {
  padding-top: 2rem;
}
.l-article__ttl {
  margin-bottom: 0.75rem;
  word-break: break-all;
}
.l-article__area {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-bottom: 1.25rem;
  word-break: break-all;
}
.l-article__chat {
  position: relative;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0 -1rem;
  background: #f8f7ea;
}
.l-article__chat::-webkit-scrollbar {
  display: none;
}
.l-article__chat-body {
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow-y: auto;
  max-height: 32.5rem;
}
.l-article__chat-body .time {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4166666667;
}
.l-article__chat-body .chat-box {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  position: relative;
}
.l-article__chat-body .chat-box ._arrow1,
.l-article__chat-body .chat-box ._arrow2 {
  display: block;
  pointer-events: none;
  width: 1.5rem;
  height: 0.5625rem;
  position: absolute;
  bottom: 1px;
}
.l-article__chat-body .chat-box ._arrow1 {
  bottom: 0;
  z-index: 0;
}
.l-article__chat-body .chat-box ._arrow2 {
  background: #fff;
  z-index: 2;
}
.l-article__chat-body .chat-box._send {
  flex-direction: row-reverse;
  padding-right: 0.8125rem;
}
.l-article__chat-body .chat-box._send ._arrow1,
.l-article__chat-body .chat-box._send ._arrow2 {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.l-article__chat-body .chat-box._send ._arrow1 {
  right: 0;
  background: #FFE06E;
}
.l-article__chat-body .chat-box._send ._arrow2 {
  right: 6px;
}
.l-article__chat-body .chat-box._send .chat-txt {
  border: 1px solid #FFE06E;
  border-radius: 0.625rem 0.625rem 0 0.625rem;
}
.l-article__chat-body .chat-box._receive {
  padding-left: 0.8125rem;
}
.l-article__chat-body .chat-box._receive ._arrow1,
.l-article__chat-body .chat-box._receive ._arrow2 {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.l-article__chat-body .chat-box._receive ._arrow1 {
  left: 0;
  background: #E2E2E2;
}
.l-article__chat-body .chat-box._receive ._arrow2 {
  left: 6px;
}
.l-article__chat-body .chat-box._receive .chat-txt {
  border: 1px solid #E2E2E2;
  border-radius: 0.625rem 0.625rem 0.625rem 0;
}
.l-article__chat-body .chat-box .chat-txt {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 400;
  padding: 0.6875rem;
  border-radius: 0.625rem;
  position: relative;
  z-index: 1;
  background: #fff;
  word-break: break-all;
}
.l-article__chat-body .chat-box .chat-time {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.l-article__chat-body .chat-box .chat-delete {
  margin-top: 15px;
  margin-right: 0px;
  border-radius: 3px;
  background-color: red;
  color: white;
  padding: 2px 5px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.l-article__chat-bottom {
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  height: 3.375rem;
  display: flex;
  align-items: center;
  gap: 0.5625rem;
}
.l-article__chat-field {
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 0.9375rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4166666667;
  display: flex;
  align-items: center;
  padding: 0.3125rem 0.9375rem 0.375rem;
  height: 1.875rem;
  flex: 1 1 auto;
  z-index: 2;
}
.l-article__chat-btn {
  position: relative;
  z-index: 1;
  transition: filter 0.4s ease;
}
.l-article__chat-btn:hover, .l-article__chat-btn:active {
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.16));
}

.l-detail {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.l-detail__ttl {
  margin-bottom: 0.75rem;
  word-break: break-all;
}
.l-detail__facility {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-bottom: 1.25rem;
  word-break: break-all;
}
.l-detail__top {
  margin-bottom: 2rem;
}
.l-detail__thumb {
  position: relative;
}
.l-detail__thumb .fav {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  border-radius: 2px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-detail__thumb .img {
  border-radius: 0.25rem;
}
.l-detail__thumb .img::before {
  padding-top: 65.889212828%;
}
.l-detail__pics {
  display: flex;
  gap: 0.875rem;
  margin-top: 0.75rem;
}
.l-detail__pics-item {
  flex: 0 0 auto;
  max-width: calc(25% - 0.65625rem);
  border-radius: 0.25rem;
}
.l-detail__pics-item::before {
  padding-top: 66.6666666667%;
}
.l-detail__apply-box {
  margin-top: 1.25rem;
}
.l-detail__btns-box {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.l-detail__btn {
  transition: 0.4s ease;
  transition-property: opacity;
}
.l-detail__btn:hover, .l-detail__btn:active {
  opacity: 0.7;
}
.l-detail__btn._decline {
  background: #f2f2f2;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #a3a3a3;
  flex: 0 0 auto;
  width: 6rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-detail__btn._chat {
  border-radius: 0.25rem;
  background: #00BC3A;
  color: #fff;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 500;
}
.l-detail__btn._yellow {
  border-radius: 0.25rem;
  background: #ffe06e;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 500;
}
.l-detail__apply {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #ffe06e;
  border-radius: 0.25rem;
  width: 100%;
  height: 3.75rem;
  transition: 0.4s ease;
  transition-property: opacity;
}
.l-detail__apply:hover, .l-detail__apply:active {
  opacity: 0.7;
}
.l-detail__cancel {
  text-align: center;
  color: #CC0000;
  text-decoration: underline;
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 500;
}
.l-detail__favorite-box {
  margin-top: 0.75rem;
}
.l-detail__favorite {
  display: flex;
  width: 100%;
  height: 2.5rem;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #fd7373;
  background: #fff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.l-detail__info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.l-detail__info-item {
  display: flex;
  align-items: center;
  border: 1px solid #4b4b4b;
  border-radius: 0.25rem;
  overflow: hidden;
}
.l-detail__info-item--ttl {
  background: #ffe06e;
  flex: 0 0 auto;
  width: 6.25rem;
  border-right: 1px solid #4b4b4b;
  display: flex;
  align-items: center;
  height: 2.25rem;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.l-detail__info-item--txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  padding: 0.4375rem 1.1875rem;
  flex: 1 1 auto;
  word-break: break-all;
}
.l-detail__txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1.25rem;
  word-break: break-all;
}
.l-detail__block:nth-child(n+2) {
  margin-top: 2rem;
}
.l-detail__block-ttl {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.l-detail__block-list {
  border: 1px solid #e2e2e2;
}
.l-detail__block-item--ttl {
  background: #f8f8f8;
  font-weight: 500;
  padding: 0.5rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.l-detail__block-item--txt {
  padding: 0.5rem 0.9375rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  word-break: break-all;
}
.l-detail__block-item--txt a {
  color: #009EFF;
  text-decoration: underline;
}
.l-detail__block-box {
  background: #f8f8f8;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 400;
  word-break: break-all;
}
.l-detail__block-box._red {
  background: #fff0f0;
}

.l-edit {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.l-edit__body-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.l-edit__body-item--ttl {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.l-edit__body-item--txt {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
}
.l-edit__body-item--field textarea {
  height: 12.5rem;
}
.l-edit__pic {
  max-width: 6.25rem;
  border-radius: 50%;
  margin-bottom: 0.25rem;
  margin-right: 1.25rem;
}
.l-edit__pic::before {
  padding-top: 100%;
}
.l-edit__pic-box {
  display: flex;
  align-items: center;
}
.l-edit__file {
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
  background: #f5f5f5;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.875rem;
  height: 1.875rem;
  cursor: pointer;
}
.l-edit__file-btns {
  display: flex;
  gap: 0.625rem;
}
.l-edit__file input[type=file] {
  display: none;
}
.l-edit__delete {
  font-size: 0.875rem;
  background: #4b4b4b;
  color: #fff;
  height: 1.875rem;
  width: 3.75rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-edit__file, .l-edit__delete {
  transition: 0.4s ease;
  transition-property: opacity;
}
.l-edit__file:hover, .l-edit__file:active, .l-edit__delete:hover, .l-edit__delete:active {
  opacity: 0.7;
}
.l-edit__bottom {
  margin-top: 1.5rem;
}
.l-edit__btn {
  background: #ffe06e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  transition: 0.4s ease;
  transition-property: opacity;
  width: 100%;
  height: 3.75rem;
}
.l-edit__btn:hover, .l-edit__btn:active {
  opacity: 0.7;
}

.l-top {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.l-top__ttl {
  margin-bottom: 0.75rem;
  word-break: break-all;
}
.l-top__hr {
  background: #e2e2e2;
  height: 1px;
  margin: 2rem 0;
}
.l-top__bottom {
  margin-top: 2rem;
}
.l-top__result {
  margin-bottom: 1rem;
}
.l-top__result-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.l-top__result-top--txt {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.l-top__result-top--txt ._num {
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
.l-top__result-top--btn {
  background: #4b4b4b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  height: 2rem;
  width: 10.6875rem;
  border-radius: 0.25rem;
  color: #fff;
  transition: 0.4s ease;
  transition-property: opacity;
}
.l-top__result-top--btn:hover, .l-top__result-top--btn:active {
  opacity: 0.7;
}
.l-top__result-tabs {
  display: flex;
  gap: 0.1875rem;
}
.l-top__result-tab {
  height: 3.5rem;
  background: #f8f8f8;
  border-radius: 0.25rem 0.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: calc(33.3333% - 0.125rem);
  cursor: pointer;
}
.l-top__result-tab.is-active {
  background: #ffe06e;
}

.l-home {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.l-home__body-item {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e2e2e2;
}
.l-home__body-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.l-home__body-item--ttl {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.l-home__body-item--txt {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  word-break: break-all;
}
.l-home__pic {
  max-width: 6.25rem;
  border-radius: 50%;
  margin-bottom: 0.25rem;
}
.l-home__pic::before {
  padding-top: 100%;
}
.l-home__bottom {
  margin-top: 1.5rem;
}
.l-home__btn {
  background: #ffe06e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  transition: 0.4s ease;
  transition-property: opacity;
  width: 100%;
  height: 3.75rem;
}
.l-home__btn:hover, .l-home__btn:active {
  opacity: 0.7;
}

.l-register {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.l-register__form-bottom--txt {
  line-height: 1.4285714286;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  text-align: center;
}
.l-register__form-block._select {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.l-register__form-block._select select {
  max-width: 8.125rem;
}
.l-register__form-block._select ._txt {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.l-register__form-block--ttl {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4166666667;
  padding-left: 0.875rem;
  position: relative;
  margin-bottom: 0.75rem;
}
.l-register__form-block--ttl::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: #ffe06e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.l-register__form-block:nth-child(n+2) {
  margin-top: 1rem;
}
.l-register__area-block {
  border-bottom: 1px solid #e2e2e2;
}
.l-register__area-block--ttl, .l-register__area-block--body {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.l-register__area-block--ttl {
  background: #f8f7ea;
  padding: 0.75rem 1rem;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.l-register__area-block--ttl::before {
  content: "";
  width: 0.625rem;
  height: 0.375rem;
  background: url(/img/common/accordion-arrow.svg) no-repeat center/0.625rem auto;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
  transition: transform 0.4s ease;
}
.l-register__area-block--ttl.is-active::before {
  transform: translate(0, -50%) rotate(180deg);
}
.l-register__area-block--body {
  padding: 0.75rem 1rem;
  border-top: 1px solid #e2e2e2;
  font-weight: 400;
  display: none;
}
.l-register__area-block--list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 0.75rem;
}

.l-contact {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.l-lp-example {
  background: #fff;
}
.l-lp-example__list {
  margin: 0 -1rem;
}
.l-lp-example__item {
  grid-template-areas: "pic ttl" "info info";
}
.l-lp-example__item-info {
  padding: 0;
}

.l-lp-cta {
  background: url(/img/common/cta-bg.jpg) no-repeat center/cover;
}
.l-lp-cta__txt {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 500;
  margin-bottom: 1.375rem;
}
.l-lp-cta__btns {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.l-lp-cta__btn {
  width: 100%;
  height: 3.75rem;
  border: 2px solid #ffe06e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  border-radius: 0.25rem;
  transition: 0.4s ease;
  transition-property: opacity;
}
.l-lp-cta__btn._yellow {
  background: #ffe06e;
}
.l-lp-cta__btn._outline {
  color: #ffe06e;
  background: transparent;
}
.l-lp-cta__btn:hover, .l-lp-cta__btn:active {
  opacity: 0.7;
}

.l-lp__logo {
  position: fixed;
  top: 50%;
  left: calc(50% - 19.25rem);
  transform: translate(-100%, -50%);
  z-index: 10;
  display: none;
  width: 283px;
}
@media only screen and (min-width: 1200px) {
  .l-lp__logo {
    display: block;
  }
}
.l-lp__wrapper {
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
@media only screen and (min-width: 1200px) {
  .l-lp__wrapper {
    max-width: 23.4375rem;
    margin: 0 auto;
  }
}
.l-lp__frame {
  background: #fff;
  max-width: 31.25rem;
  padding: 0 1.25rem;
  margin: 0 auto;
  padding: 4.5rem 0 0;
}
@media only screen and (min-width: 1200px) {
  .l-lp__frame {
    max-width: 25.9375rem;
    padding: 5.75rem 1.25rem 0;
  }
}
.l-lp__container {
  padding: 2.5rem 0;
}
.l-lp__ttl {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 1.75rem;
}
.l-lp__ttl-sub {
  margin: 0 auto 0.5rem;
}
.l-lp__txt {
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0;
  font-weight: 500;
}
.l-lp__menu {
  width: 16.25rem;
  position: fixed;
  top: 50%;
  left: calc(50% + 19.25rem);
  transform: translate(0, -50%);
  display: none;
}
@media only screen and (min-width: 1200px) {
  .l-lp__menu {
    display: block;
  }
}
.l-lp__menu-ttl {
  max-width: 6rem;
  margin-bottom: 1.25rem;
}
.l-lp__menu-ttl::before {
  padding-top: 48.9583333333%;
}
.l-lp__menu-list {
  margin-bottom: 2.5rem;
  padding: 2rem 0;
  position: relative;
}
.l-lp__menu-list::before, .l-lp__menu-list::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  background: url(/img/common/menu-line.png) no-repeat center/100% 4px;
  z-index: 1;
}
.l-lp__menu-list::before {
  top: 0;
}
.l-lp__menu-list::after {
  bottom: 0;
}
.l-lp__menu-item:nth-child(n+2) {
  margin-top: 1rem;
}
.l-lp__menu-item a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  transition: 0.4s ease;
  transition-property: opacity;
}
.l-lp__menu-item a:hover, .l-lp__menu-item a:active {
  opacity: 0.7;
  text-decoration: underline;
}
.l-lp__menu-sub--item:nth-child(n+2) {
  margin-top: 0.75rem;
}
.l-lp__menu-sub--item:nth-child(5) {
  margin-top: 1.25rem;
}
.l-lp__menu-sub--item a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  letter-spacing: 0;
  transition: 0.4s ease;
  transition-property: opacity;
}
.l-lp__menu-sub--item a:hover, .l-lp__menu-sub--item a:active {
  opacity: 0.7;
  text-decoration: underline;
}
.l-lp__menu-btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-lp__menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  border-radius: 0.25rem;
  height: 3.125rem;
  width: 100%;
  transition: 0.4s ease;
  transition-property: opacity;
}
.l-lp__menu-btn._register {
  color: #ffe06e;
  background: #4b4b4b;
}
.l-lp__menu-btn._code {
  background: #fff;
}
.l-lp__menu-btn:hover, .l-lp__menu-btn:active {
  opacity: 0.7;
}

.l-lp-top__head {
  background: #4B4B4B;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.125rem;
}
.l-lp-top__head-txt {
  color: #FFE06E;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 2;
  font-weight: 500;
}
.l-lp-top__head-txt svg {
  margin-left: 1rem;
  display: inline-block;
}
.l-lp-top__inner {
  position: relative;
}
.l-lp-top__main {
  background: url(/img/common/bg.jpg) no-repeat center/cover;
  padding-top: 2.4375rem;
  padding-bottom: 2.4375rem;
  position: relative;
  overflow: hidden;
}
.l-lp-top__main__video {
  position: absolute;
  top: 0;
  left: -100px;
  height: 100%;
  z-index: 0;
}
.l-lp-top__main-txt {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.6875rem;
  position: relative;
}
.l-lp-top__main-txt::before {
  content: "";
  width: 19.5rem;
  height: 2.5rem;
  background: url(/img/common/deco.png) no-repeat center/19.5rem auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-lp-top__main-img {
  max-width: 18.75rem;
  margin: 0 auto 1.75rem;
}
.l-lp-top__main-img::before {
  padding-top: 36%;
}
.l-lp-top__main-list--item {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.375rem;
  height: 3.125rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
}
.l-lp-top__main-list--item:nth-child(n+2) {
  margin-top: 0.75rem;
}

.l-lp-faq {
  background: #fff;
}
.l-lp-faq__ttl-sub {
  max-width: 2.625rem;
}
.l-lp-faq__ttl-sub::before {
  padding-top: 66.6666666667%;
}
.l-lp-faq__item-ttl, .l-lp-faq__item-txt {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  padding-left: 2.5rem;
  position: relative;
}
.l-lp-faq__item-ttl::before, .l-lp-faq__item-txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.l-lp-faq__item:nth-child(n+2) {
  border-top: 1px solid #E2E2E2;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.l-lp-faq__item-ttl {
  font-weight: 500;
}
.l-lp-faq__item-ttl::before {
  background: url(/img/common/q.svg) no-repeat center/1.5rem auto;
}
.l-lp-faq__item-txt {
  font-weight: 400;
  margin-top: 0.75rem;
}
.l-lp-faq__item-txt::before {
  background: url(/img/common/a.svg) no-repeat center/1.5rem auto;
}

.l-lp-about {
  background: #f8f7ea;
}
.l-lp-about__ttl-sub {
  max-width: 17rem;
}
.l-lp-about__ttl-sub::before {
  padding-top: 10.2941176471%;
}
.l-lp-about__txt {
  margin-bottom: 1.75rem;
}
.l-lp-about__slider {
  transition-timing-function: linear;
}
.l-lp-about__slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.l-lp-about__slider .img {
  flex: 0 0 auto;
  width: 100%;
  width: 166px;
}
.l-lp-about__slider .img::before {
  padding-top: 68.6746987952%;
}

.l-lp-step {
  background: #F8F7EA;
}
.l-lp-step__ttl-sub {
  max-width: 11.25rem;
}
.l-lp-step__ttl-sub::before {
  padding-top: 15.5555555556%;
}
.l-lp-step__item:nth-child(n+2) {
  margin-top: 2rem;
}
.l-lp-step__item-pic {
  margin-bottom: 1.25rem;
}
.l-lp-step__item-pic::before {
  padding-top: 64.139941691%;
}
.l-lp-step__item-txt {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.l-login {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.m-form__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.m-form__item._start {
  align-items: flex-start;
}
@media only screen and (max-width: 919.9999px) {
  .m-form__item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.m-form__item:nth-child(n+2) {
  margin-top: 1.25rem;
}
.m-form__item:nth-child(n+2)._radio {
  margin-top: 2rem;
}
.m-form__item-ttl {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
}
.m-form__item-ttl._textarea {
  padding-top: 0.75rem;
}
.m-form__item-ttl._flex {
  display: flex;
  align-items: center;
}
.m-form__item-ttl .required {
  color: #cc0000;
  font-size: 0.75rem;
  font-weight: 500;
}
.m-form__item-ttl ._sm {
  font-size: 0.75rem;
  font-weight: 500;
}
.m-form__item-field {
  flex: 0 0 auto;
  width: 100%;
  max-width: 33.75rem;
}
@media only screen and (max-width: 919.9999px) {
  .m-form__item-field {
    max-width: 100%;
  }
}
.m-form__item-field input[type=text],
.m-form__item-field input[type=tel],
.m-form__item-field input[type=email],
.m-form__item-field input[type=password],
.m-form__item-field textarea,
.m-form__item-field select {
  display: flex;
  align-items: center;
  height: 3.125rem;
  width: 100%;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.75rem 1.1875rem;
}
.m-form__item-field input[type=text]._sm,
.m-form__item-field input[type=tel]._sm,
.m-form__item-field input[type=email]._sm,
.m-form__item-field input[type=password]._sm,
.m-form__item-field textarea._sm,
.m-form__item-field select._sm {
  max-width: 16.875rem;
}
.m-form__item-field textarea {
  height: 15rem;
  resize: none;
}
.m-form__item-field select {
  color: #A3A3A3;
  background: url(/img/common/select.svg) no-repeat right 1rem center/0.5rem auto;
}
.m-form__item-field select.is-selected {
  color: #4B4B4B;
}
.m-form__item-field input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.m-form__item-field input[type=checkbox] + span {
  display: inline-block;
  padding-left: 1.5rem;
  position: relative;
}
.m-form__item-field input[type=checkbox] + span::before, .m-form__item-field input[type=checkbox] + span::after {
  content: "";
  pointer-events: none;
  position: absolute;
}
.m-form__item-field input[type=checkbox] + span::before {
  width: 1rem;
  height: 1rem;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 2px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.m-form__item-field input[type=checkbox] + span::after {
  width: 1rem;
  height: 1rem;
  background: url(/img/common/check.svg) no-repeat center/0.625rem auto;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
}
.m-form__item-field input[type=password].hide {
  background: url(/img/common/password.svg) no-repeat right 1rem center/0.9375rem auto;
}
.m-form__radio-box {
  display: flex;
  gap: 2rem;
}
.m-form__radio input[type=radio]:checked + ._txt::after {
  opacity: 1;
}
.m-form__radio input[type=radio] + ._txt {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  padding-left: 2.25rem;
  position: relative;
}
.m-form__radio input[type=radio] + ._txt::before, .m-form__radio input[type=radio] + ._txt::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.m-form__radio input[type=radio] + ._txt::before {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 50%;
  left: 0;
}
.m-form__radio input[type=radio] + ._txt::after {
  width: 0.625rem;
  height: 0.625rem;
  background: #4b4b4b;
  left: 0.3125rem;
  border-radius: 50%;
  opacity: 0;
}
.m-form__hr {
  border-top: 1px solid #e2e2e2;
  padding-top: 2rem;
  margin-top: 2rem;
}
.m-form__bottom-links {
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #009EFF;
  text-decoration: underline;
  gap: 1rem;
  margin-top: 2rem;
}
.m-form__bottom-links a {
  transition: 0.4s ease;
  transition-property: opacity;
}
.m-form__bottom-links a:hover, .m-form__bottom-links a:active {
  opacity: 0.7;
}
.m-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 3.125rem;
  width: 18.125rem;
  border-radius: 0.25rem;
  color: #fff;
  background: #C9B390;
  font-size: 1.125rem;
  font-weight: 500;
  transition: 0.4s ease;
  transition-property: opacity;
}
.m-form__submit:hover, .m-form__submit:active {
  opacity: 0.7;
}

.ly-breadcrumb {
  padding: 1.5rem 0 0;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
}
.ly-breadcrumb__inner {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ly-breadcrumb__inner::-webkit-scrollbar {
  display: none;
}
.ly-breadcrumb__inner span {
  font-size: 0.875rem;
}
.ly-breadcrumb__inner .current:not(:first-child) {
  color: #a3a3a3;
}

.m-back {
  margin-bottom: 2rem;
}
.m-back a {
  display: inline-block;
  padding-left: 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  transition: 0.4s ease;
  transition-property: opacity;
  background: url(/img/common/back.svg) no-repeat center left/0.5rem auto;
}
.m-back a:hover, .m-back a:active {
  opacity: 0.7;
}

.m-nav {
  flex: 0 0 auto;
  width: 18.75rem;
  position: sticky;
  top: 2.5rem;
}
@media only screen and (max-width: 919.9999px) {
  .m-nav {
    position: static;
  }
}
.m-nav__head {
  background: #C9B390;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.0625rem 1.25rem;
  border-radius: 0.25rem 0.25rem 0 0;
}
.m-nav__head-name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  word-break: break-all;
}
.m-nav__head-btn {
  text-decoration: underline;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  transition: 0.4s ease;
  transition-property: opacity, color;
  white-space: nowrap;
}
.m-nav__head-btn:hover, .m-nav__head-btn:active {
  opacity: 0.7;
  color: #4b4b4b;
}
.m-nav__body {
  background: #fff;
  padding: 1.5rem 1.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
@media only screen and (max-width: 919.9999px) {
  .m-nav__body {
    margin-bottom: 10px;
  }
}
.m-nav__body-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  transition: 0.4s ease;
  transition-property: color;
}
.m-nav__body-item:nth-child(n+2) {
  margin-top: 1.5rem;
}
.m-nav__body-item .stroke {
  transition: stroke 0.4s ease;
}
.m-nav__body-item.is-active {
  pointer-events: none;
}
.m-nav__body-item.is-active, .m-nav__body-item:hover, .m-nav__body-item:active {
  color: #C9B390;
}
.m-nav__body-item.is-active .stroke, .m-nav__body-item:hover .stroke, .m-nav__body-item:active .stroke {
  stroke: #C9B390;
}
.m-nav__body-num {
  height: 1rem;
  min-width: 1.8125rem;
  border-radius: 0.5rem;
  background: #C9B390;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  padding-bottom: 2px;
}

.ly-footer {
  background: #fff;
}
.ly-footer__inner {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 920px) {
  .ly-footer__inner {
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }
}
.ly-footer__logo-box {
  flex: 0 0 auto;
  width: 8rem;
}
@media only screen and (min-width: 920px) {
  .ly-footer__logo-box {
    display: flex;
    align-items: center;
    width: 17.1875rem;
    padding-right: 3.25rem;
    border-right: 1px solid #E2E2E2;
  }
}
.ly-footer__logo {
  transition: 0.4s ease;
  transition-property: opacity;
}
.ly-footer__logo::before {
  padding-top: 25.1121076233%;
}
.ly-footer__logo:hover, .ly-footer__logo:active {
  opacity: 0.7;
}
.ly-footer__top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 920px) {
  .ly-footer__top {
    margin-bottom: 3.75rem;
    gap: 4rem 3.25rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.ly-footer__nav {
  text-align: center;
}
@media only screen and (min-width: 920px) {
  .ly-footer__nav {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2.5rem;
    flex: 0 0 auto;
    width: calc(100% - 20.4375rem);
  }
}
.ly-footer__nav-item {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
}
.ly-footer__nav-item:nth-child(n+2) {
  margin-top: 0.75rem;
}
@media only screen and (min-width: 920px) {
  .ly-footer__nav-item:nth-child(n+2) {
    margin-top: 0;
  }
}
.ly-footer__nav-item a:hover, .ly-footer__nav-item a:active {
  text-decoration: underline;
}
.ly-footer__btn {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  font-weight: 700;
  color: #fff;
  height: 3.75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: 0.4s ease;
  transition-property: opacity;
}
.ly-footer__btn-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem 2rem;
  margin-bottom: 1.75rem;
}
@media only screen and (min-width: 920px) {
  .ly-footer__btn-box {
    flex-direction: row;
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 920px) {
  .ly-footer__btn {
    line-height: 1.45;
    font-size: 1.25rem;
    width: 18.125rem;
    gap: 1.5rem;
  }
  .ly-footer__btn svg {
    width: 0.5rem;
    height: 0.625rem;
  }
}
.ly-footer__btn._register {
  background-color: #C9B390;
}
.ly-footer__btn._login {
  color: #c9b390;
  border: 1px solid #c9b390;
  gap: 0.75rem;
}
@media only screen and (min-width: 920px) {
  .ly-footer__btn._login svg {
    height: 1.125rem;
    width: 1.5rem;
  }
}
.ly-footer__btn._document {
  background-color: #e3aa50;
}
.ly-footer__btn:hover, .ly-footer__btn:active {
  opacity: 0.7;
}
.ly-footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 920px) {
  .ly-footer__links {
    flex-direction: row;
    gap: 1rem 2.5rem;
  }
}
.ly-footer__links-item--link {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4166666667;
  text-decoration: underline;
  transition: 0.4s ease;
  transition-property: opacity;
}
.ly-footer__links-item--link:hover, .ly-footer__links-item--link:active {
  opacity: 0.7;
}
.ly-footer__copy {
  color: #fff;
  background: #4b4b4b;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4166666667;
}

.ly-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  transition: background 0.4s ease;
  background: #fff;
}
.ly-header.is-active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.ly-header.is-lp {
  background: transparent;
}
.ly-header.is-lp.is-active {
  background: rgba(89, 87, 87, 0.8);
}
@media only screen and (min-width: 920px) {
  .ly-header {
    background: #fff;
  }
}
.ly-header__inner {
  display: flex;
  align-items: center;
  height: 4.5rem;
  max-width: 100%;
}
@media only screen and (min-width: 920px) {
  .ly-header__inner {
    height: 7.5rem;
    max-width: 81.25rem;
  }
}
.ly-header__logo {
  width: 8rem;
}
@media only screen and (min-width: 920px) {
  .ly-header__logo {
    width: 13.9375rem;
  }
}
.ly-header__logo-link {
  transition: 0.4s ease;
  transition-property: opacity;
}
.ly-header__logo-link::before {
  padding-top: 25.1121076233%;
}
.ly-header__logo-link:hover, .ly-header__logo-link:active {
  opacity: 0.7;
}
.ly-header__logout, .ly-header__login {
  display: flex;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #C9B390;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  height: 2rem;
  width: 6.875rem;
  color: #fff;
  transition: 0.4s ease;
  transition-property: opacity;
}
.ly-header__logout svg, .ly-header__login svg {
  height: 0.875rem;
  width: 1.125rem;
}
@media only screen and (min-width: 920px) {
  .ly-header__logout, .ly-header__login {
    font-size: 1rem;
    height: 3.125rem;
    width: 10.5rem;
  }
}
.ly-header__logout:hover, .ly-header__logout:active, .ly-header__login:hover, .ly-header__login:active {
  opacity: 0.7;
}
.ly-header__login {
  border: 1px solid #fff;
  background: transparent;
}
@media only screen and (min-width: 920px) {
  .ly-header__login {
    width: 12.5rem;
    height: 2.5rem;
  }
}

.m-file__container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.375rem;
}
.m-file__img {
  max-width: 11.25rem;
  margin-bottom: 1rem;
}
.m-file__img::before {
  padding-top: 66.6666666667%;
}
.m-file__body {
  display: flex;
  gap: 0.625rem;
}
.m-file__btn {
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
  background: #f5f5f5;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.875rem;
  height: 1.875rem;
  cursor: pointer;
}
.m-file__btn input[type=file] {
  display: none;
}
.m-file__delete {
  background: #4b4b4b;
  color: #fff;
  width: 3.75rem;
  height: 1.875rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
}

.ly-register,
.ly-login {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.ly-register__ttl,
.ly-login__ttl {
  margin-bottom: 2rem;
}

.ly-list__item {
  padding: 1.25rem;
  border-radius: 0.25rem;
  background: #fff;
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  grid-template-areas: "img info" "bottom bottom";
  gap: 1.25rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  min-width: 41.875rem;
}
.ly-list__item:nth-child(n+2) {
  margin-top: 1.25rem;
}
.ly-list__item.is-decline {
  position: relative;
}
.ly-list__item.is-decline::before {
  content: "このインフルエンサーは辞退しました。";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
}
.ly-list__item-img {
  grid-area: img;
  width: 6.25rem;
}
.ly-list__item-img .m-img {
  border-radius: 50%;
}
.ly-list__item-img .m-img::before {
  padding-top: 100%;
}
.ly-list__item-info {
  grid-area: info;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.ly-list__item-info--block {
  display: flex;
}
.ly-list__item-info--block:nth-child(n+2) {
  margin-top: 1rem;
}
.ly-list__item-info--ttl {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  width: 8.25rem;
  border-right: 1px solid #c9b390;
  flex: 0 0 auto;
}
.ly-list__item-info--txt {
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 2rem;
  width: 16em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ly-list__item-btns {
  grid-area: btns;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 12.5rem;
}
@media only screen and (max-width: 919.9999px) {
  .ly-list__item-btns {
    margin-bottom: 10px;
  }
}
.ly-list__item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: 0.4s ease;
  transition-property: opacity;
  padding: 0 0.5rem;
  white-space: nowrap;
}
.ly-list__item-btn:hover, .ly-list__item-btn:active {
  opacity: 0.7;
}
.ly-list__item-btn._message {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  height: 2rem;
  border-radius: 2px;
  color: #A3A3A3;
  border: 1px solid #A3A3A3;
  pointer-events: none;
}
.ly-list__item-btn._message.is-active {
  pointer-events: auto;
  color: #C9B390;
  border: 1px solid #C9B390;
}
.ly-list__item-btn._chat {
  color: #fff;
  background: #C9B390;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  height: 3.125rem;
  border-radius: 0.25rem;
  gap: 1rem;
}
.ly-list__item-btn._yellow {
  color: black;
  background: #ffe06e;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  height: 3.125rem;
  border-radius: 0.25rem;
  gap: 1rem;
}
.ly-list__item-bottom {
  grid-area: bottom;
  display: flex;
  gap: 1.25rem;
  background: #f8f8f8;
  border-radius: 0.25rem;
  padding: 0.75rem 1rem;
}
.ly-list__item-bottom--when, .ly-list__item-bottom--txt {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ly-list__item-bottom--when {
  white-space: nowrap;
  width: 6rem;
}
.ly-list__item-bottom--num {
  height: 1rem;
  min-width: 1.8125rem;
  border-radius: 0.5rem;
  background: #C9B390;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
}
.ly-list__item-insight {
  width: 100%;
  grid-column: 1/-1;
}
.ly-list__item-insight-url {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.ly-list__item-insight-images {
  display: flex;
  gap: 0.625rem;
}
.ly-list__item-insight-img {
  flex: 1;
  max-width: 33.33%;
}
.ly-list__item-insight-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ly-message__block:nth-child(n+2) {
  margin-top: 2rem;
}
.ly-message__block-ttl {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 1.5rem;
}
.ly-message__block-item {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1.25rem;
  display: grid;
  gap: 1.25rem;
  grid-template-areas: "img head" "bottom bottom";
  grid-template-columns: 10rem 1fr;
}
@media only screen and (max-width: 919.9999px) {
  .ly-message__block-item {
    display: block;
  }
}
.ly-message__block-item.is-end .m-img {
  opacity: 0.4;
}
.ly-message__block-item.is-end ._ttl,
.ly-message__block-item.is-end ._num {
  color: #a3a3a3;
}
.ly-message__block-item.is-end .stroke {
  stroke: #A3A3A3;
}
.ly-message__block-item--img {
  grid-area: img;
}
.ly-message__block-item--img .m-img {
  max-width: 10rem;
}
.ly-message__block-item--img .m-img::before {
  padding-top: 70%;
}
.ly-message__block-item--head {
  grid-area: head;
}
.ly-message__block-item--head ._status {
  border-radius: 2px;
  margin-bottom: 1.25rem;
  width: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  color: #fff;
}
.ly-message__block-item--head ._status.is-active {
  background-color: #cc0000;
}
.ly-message__block-item--head ._status.is-end {
  background-color: #a3a3a3;
}
.ly-message__block-item--head ._ttl {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  word-break: break-all;
}
.ly-message__block-item--status {
  display: flex;
  border: 1px solid #E2E2E2;
  align-items: center;
  border-radius: 0.25rem;
  overflow: hidden;
  flex: 0 0 auto;
  width: 17.5rem;
}
.ly-message__block-item--status ._ttl {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  padding: 0 1.25rem;
  background: #F8F8F8;
  height: 3.625rem;
  flex: 0 0 auto;
  width: 64.2857142857%;
}
.ly-message__block-item--status ._num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4285714286;
  flex: 0 0 auto;
  width: 35.7142857143%;
  height: 3.625rem;
}
.ly-message__block-item--bottom {
  grid-area: bottom;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
@media only screen and (max-width: 919.9999px) {
  .ly-message__block-item--bottom {
    display: block;
  }
}
.ly-message__block-item--btn {
  min-height: 3.75rem;
  width: 30%;
  max-width: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  border-radius: 0.25rem;
  gap: 1rem;
  background: #C9B390;
  color: #fff;
  transition: 0.4s ease;
  transition-property: opacity;
  padding-left: 6.25rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  position: relative;
}
@media only screen and (max-width: 919.9999px) {
  .ly-message__block-item--btn {
    width: 17.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.ly-message__block-item--btn ._status {
  background: #fff;
  color: #C9B390;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  width: 5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 1.0625rem;
  transform: translate(0, -50%);
}
.ly-message__block-item--btn svg {
  flex: 0 0 auto;
}
.ly-message__block-item--btn:hover, .ly-message__block-item--btn:active {
  opacity: 0.7;
}
.ly-message__block-item--mbbtn {
  min-height: 3.75rem;
  width: 30%;
  max-width: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  border-radius: 0.25rem;
  gap: 1rem;
  background: #C9B390;
  color: #fff;
  transition: 0.4s ease;
  transition-property: opacity;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  position: relative;
}
@media only screen and (max-width: 919.9999px) {
  .ly-message__block-item--mbbtn {
    width: 17.5rem;
  }
}
.ly-message__block-item--mbbtn svg {
  flex: 0 0 auto;
}
.ly-message__block-item--mbbtn:hover, .ly-message__block-item--mbbtn:active {
  opacity: 0.7;
}

.ly-edit__form-block:nth-child(n+2) {
  margin-top: 1.75rem;
}
.ly-edit__form-block--ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  padding-left: 1rem;
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.ly-edit__form-block--ttl ._sm {
  font-size: 0.875rem;
  font-weight: 400;
}
.ly-edit__form-block--ttl .required {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 1.375rem;
  border-radius: 0.6875rem;
  background: #CC0000;
  margin-left: 1rem;
  color: #fff;
}
.ly-edit__form-block--ttl::before {
  content: "";
  width: 0.25rem;
  height: 1.375rem;
  background: #C9B390;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.ly-edit__form-block--field input[type=text],
.ly-edit__form-block--field input[type=tel],
.ly-edit__form-block--field input[type=email],
.ly-edit__form-block--field input[type=password],
.ly-edit__form-block--field input[type=date],
.ly-edit__form-block--field textarea,
.ly-edit__form-block--field select {
  display: flex;
  align-items: center;
  height: 3.125rem;
  width: 100%;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.75rem 1.1875rem;
}
.ly-edit__form-block--field input[type=text].disable,
.ly-edit__form-block--field input[type=tel].disable,
.ly-edit__form-block--field input[type=email].disable,
.ly-edit__form-block--field input[type=password].disable,
.ly-edit__form-block--field input[type=date].disable,
.ly-edit__form-block--field textarea.disable,
.ly-edit__form-block--field select.disable {
  color: #a3a3a3;
  pointer-events: none;
}
.ly-edit__form-block--field input[type=text]._sm {
  max-width: 16.5625rem;
}
.ly-edit__form-block--field textarea {
  height: 13.625rem;
  resize: none;
}
.ly-edit__form-block--field textarea._sm {
  height: 11.25rem;
}
.ly-edit__form-block--field select {
  color: #A3A3A3;
  background: url(/img/common/select.svg) no-repeat right 1rem center/0.5rem auto;
}
.ly-edit__form-block--field select._sm {
  max-width: 12.5rem;
}
.ly-edit__form-block--field select.is-selected {
  color: #4B4B4B;
}
.ly-edit__form-block--field input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.ly-edit__form-block--field input[type=checkbox] + span {
  display: inline-block;
  padding-left: 1.5rem;
  position: relative;
}
.ly-edit__form-block--field input[type=checkbox] + span::before, .ly-edit__form-block--field input[type=checkbox] + span::after {
  content: "";
  pointer-events: none;
  position: absolute;
}
.ly-edit__form-block--field input[type=checkbox] + span::before {
  width: 1rem;
  height: 1rem;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 2px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.ly-edit__form-block--field input[type=checkbox] + span::after {
  width: 1rem;
  height: 1rem;
  background: url(/img/common/check.svg) no-repeat center/0.625rem auto;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
}
.ly-edit__form-block--field input[type=password].hide {
  background: url(/img/common/password.svg) no-repeat right 1rem center/0.9375rem auto;
}
.ly-edit__form-block--field input[type=date]._sm {
  max-width: 10.6rem;
}
.ly-edit__form-box--item {
  display: flex;
  align-items: center;
}
.ly-edit__form-box--item:nth-child(n+2) {
  margin-top: 1.25rem;
}
.ly-edit__form-box--item._start {
  align-items: flex-start;
}
.ly-edit__form-box--item._mt {
  margin-top: 2rem;
}
.ly-edit__form-box--item-ttl {
  flex: 0 0 auto;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  width: 16.125rem;
}
.ly-edit__form-box--item-ttl._start {
  padding-top: 0.75rem;
}
.ly-edit__form-box--item-ttl ._sm {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
}
.ly-edit__form-box--item-field {
  flex: 1 1 auto;
}
.ly-edit__form-radio--box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4375rem;
}
.ly-edit__form-radio input[type=radio]:checked + ._txt::after {
  opacity: 1;
}
.ly-edit__form-radio input[type=radio] + ._txt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  padding-left: 2rem;
  position: relative;
  white-space: nowrap;
}
.ly-edit__form-radio input[type=radio] + ._txt::before, .ly-edit__form-radio input[type=radio] + ._txt::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.ly-edit__form-radio input[type=radio] + ._txt::before {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 50%;
  left: 0;
}
.ly-edit__form-radio input[type=radio] + ._txt::after {
  width: 0.625rem;
  height: 0.625rem;
  background: #4b4b4b;
  left: 0.3125rem;
  border-radius: 50%;
  opacity: 0;
}
.ly-edit__form-time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}
.ly-edit__form-time ._txt {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.ly-edit__form-time select {
  flex: 0 0 auto;
}
.ly-edit__form-noedit {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #A3A3A3;
  word-break: break-all;
}
.ly-edit__form-submit {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  height: 3.125rem;
  width: 18.125rem;
  background: #C9B390;
  transition: 0.4s ease;
  transition-property: opacity;
  border-radius: 0.25rem;
  color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ly-edit__form-submit:hover, .ly-edit__form-submit:active {
  opacity: 0.7;
}
.ly-edit__form-submit._error {
  cursor: default;
  background: #CC0000;
}
.ly-edit__form-submit._error:hover {
  opacity: 1;
}
.ly-edit__form-bottom {
  display: flex;
}

.ly-detail__top-btns {
  display: flex;
  gap: 1.75rem;
}
.ly-detail__top-btns--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  color: #fff;
  border-radius: 0.25rem;
  height: 3.125rem;
  width: calc(50% - 0.875rem);
}
.ly-detail__top-btns--btn._edit {
  background: #4b4b4b;
}
.ly-detail__top-btns--btn._stop {
  background: #CC0000;
}
.ly-detail__head {
  background: #f8f4ef;
  border-radius: 0.25rem;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  margin-bottom: 1.75rem;
}
.ly-detail__head-label {
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  min-height: 2.125rem;
  white-space: nowrap;
  flex: 0 0 auto;
  padding-right: 1.25rem;
  margin-right: 1.25rem;
  height: 100%;
  border-right: 2px solid #C9B390;
}
.ly-detail__head-ttl {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  word-break: break-all;
}
.ly-detail__status {
  flex: 0 0 auto;
  max-width: 23.75rem;
  width: 48.2233502538%;
  position: sticky;
  top: 1.75rem;
}
.ly-detail__status-item {
  display: flex;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
}
.ly-detail__status-item:nth-child(n+2) {
  margin-top: 1rem;
}
.ly-detail__status-item--label {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  padding: 0 1.1875rem;
  width: 11.25rem;
  height: 3.625rem;
  background: #f8f8f8;
  border-right: 1px solid #e2e2e2;
}
.ly-detail__status-item--num {
  height: 3.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4285714286;
  flex: 1 1 auto;
}
.ly-detail__status-bottom {
  margin-top: 1.5rem;
}
.ly-detail__status-btn {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: #C9B390;
  border-radius: 0.25rem;
  height: 3.125rem;
  width: 100%;
  color: #fff;
  transition: 0.4s ease;
  transition-property: opacity;
}
.ly-detail__status-btn:hover, .ly-detail__status-btn:active {
  opacity: 0.7;
}
.ly-detail__container {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
}
.ly-detail__body {
  padding: 1.1875rem 1.0625rem;
  border: 1px solid #E2E2E2;
  border-radius: 0.25rem;
  flex: 1 1 auto;
}
.ly-detail__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4444444444;
  margin-bottom: 0.75rem;
  word-break: break-all;
}
.ly-detail__facility {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-bottom: 1.25rem;
  word-break: break-all;
}
.ly-detail__top {
  margin-bottom: 2rem;
}
.ly-detail__thumb {
  position: relative;
}
.ly-detail__thumb .fav {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  border-radius: 2px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ly-detail__thumb .img {
  border-radius: 0.25rem;
}
.ly-detail__thumb .img::before {
  padding-top: 65.889212828%;
}
.ly-detail__pics {
  display: flex;
  gap: 0.875rem;
  margin-top: 0.75rem;
}
.ly-detail__pics-item {
  flex: 0 0 auto;
  max-width: calc(25% - 0.65625rem);
  border-radius: 0.25rem;
}
.ly-detail__pics-item::before {
  padding-top: 66.6666666667%;
}
.ly-detail__apply-box {
  margin-top: 1.25rem;
}
.ly-detail__btns-box {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.ly-detail__btn {
  transition: 0.4s ease;
  transition-property: opacity;
}
.ly-detail__btn:hover, .ly-detail__btn:active {
  opacity: 0.7;
}
.ly-detail__btn._decline {
  background: #f2f2f2;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #a3a3a3;
  flex: 0 0 auto;
  width: 6rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ly-detail__btn._chat {
  border-radius: 0.25rem;
  background: #00BC3A;
  color: #fff;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 500;
}
.ly-detail__btn._chat {
  border-radius: 0.25rem;
  background: #ffe06e;
  color: #fff;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  flex: 1 1 auto;
  font-size: 1rem;
  font-weight: 500;
}
.ly-detail__apply {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #ffe06e;
  border-radius: 0.25rem;
  width: 100%;
  height: 3.75rem;
  transition: 0.4s ease;
  transition-property: opacity;
}
.ly-detail__apply:hover, .ly-detail__apply:active {
  opacity: 0.7;
}
.ly-detail__cancel {
  text-align: center;
  color: #CC0000;
  text-decoration: underline;
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 500;
}
.ly-detail__favorite-box {
  margin-top: 0.75rem;
}
.ly-detail__favorite {
  display: flex;
  width: 100%;
  height: 2.5rem;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #fd7373;
  background: #fff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.ly-detail__info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.ly-detail__info-item {
  display: flex;
  align-items: center;
  border: 1px solid #4b4b4b;
  border-radius: 0.25rem;
  overflow: hidden;
}
.ly-detail__info-item--ttl {
  background: #ffe06e;
  flex: 0 0 auto;
  width: 6.25rem;
  border-right: 1px solid #4b4b4b;
  display: flex;
  align-items: center;
  height: 2.25rem;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
.ly-detail__info-item--txt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  padding: 0.4375rem 1.1875rem;
  flex: 1 1 auto;
  word-break: break-all;
}
.ly-detail__txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1.25rem;
  word-break: break-all;
}
.ly-detail__block:nth-child(n+2) {
  margin-top: 2rem;
}
.ly-detail__block-ttl {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.ly-detail__block-list {
  border: 1px solid #e2e2e2;
}
.ly-detail__block-item--ttl {
  background: #f8f8f8;
  font-weight: 500;
  padding: 0.5rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.ly-detail__block-item--txt {
  padding: 0.5rem 0.9375rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  word-break: break-all;
}
.ly-detail__block-item--txt a {
  color: #009EFF;
  text-decoration: underline;
}
.ly-detail__block-box {
  background: #f8f8f8;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.8571428571;
  font-weight: 400;
  word-break: break-all;
}
.ly-detail__block-box._red {
  background: #fff0f0;
}

.ly-contact__ttl {
  margin-bottom: 2rem;
}

.ly-chat__container {
  display: flex;
  gap: 1.75rem;
}
.ly-chat__profile {
  border: 1px solid #E2E2E2;
  border-radius: 0.25rem;
  padding: 1.1875rem 1.0625rem;
  max-width: 23.75rem;
  flex: 0 0 auto;
  width: calc(50% - 0.875rem);
  overflow-y: auto;
  max-height: 50rem;
}
.ly-chat__profile-img {
  border-radius: 50%;
  max-width: 6.25rem;
  margin-bottom: 0.25rem;
}
.ly-chat__profile-img::before {
  padding-top: 100%;
}
.ly-chat__profile._detail {
  max-height: none;
  max-width: 100%;
  width: 100%;
  overflow: visible;
}
.ly-chat__profile-item:nth-child(n+2) {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid #E2E2E2;
}
.ly-chat__profile-item--ttl {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
.ly-chat__profile-item--txt {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  word-break: break-all;
}
.ly-chat__line {
  background: #F8F8F8;
  border-radius: 0.25rem;
  border: 1px solid #E2E2E2;
  position: relative;
  overflow: hidden;
  padding-bottom: 4.375rem;
  width: 100%;
}
.ly-chat__line-head {
  border-bottom: 1px solid #E2E2E2;
  padding: 1.25rem;
}
.ly-chat__line-ttl {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ly-chat__line-ttl--sub {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.ly-chat__line-body {
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-y: auto;
  max-height: 40rem;
}
.ly-chat__line-body .time {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4166666667;
  padding-bottom: 0.125rem;
}
.ly-chat__line-body .chat-box {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  position: relative;
}
.ly-chat__line-body .chat-box ._arrow1,
.ly-chat__line-body .chat-box ._arrow2 {
  display: block;
  pointer-events: none;
  width: 1.5rem;
  height: 0.5625rem;
  position: absolute;
  bottom: 1px;
}
.ly-chat__line-body .chat-box ._arrow1 {
  bottom: 0;
  z-index: 0;
}
.ly-chat__line-body .chat-box ._arrow2 {
  background: #fff;
  z-index: 2;
}
.ly-chat__line-body .chat-box._receive {
  flex-direction: row-reverse;
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
}
.ly-chat__line-body .chat-box._receive ._arrow1,
.ly-chat__line-body .chat-box._receive ._arrow2 {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.ly-chat__line-body .chat-box._receive ._arrow1 {
  right: 0;
  background: #C9B390;
}
.ly-chat__line-body .chat-box._receive ._arrow2 {
  right: 6px;
}
.ly-chat__line-body .chat-box._receive .chat-txt {
  border: 1px solid #C9B390;
  border-radius: 0.625rem 0.625rem 0 0.625rem;
}
.ly-chat__line-body .chat-box._send {
  padding-right: 0.8125rem;
  padding-left: 0.8125rem;
}
.ly-chat__line-body .chat-box._send ._arrow1,
.ly-chat__line-body .chat-box._send ._arrow2 {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.ly-chat__line-body .chat-box._send ._arrow1 {
  left: 0;
  background: #E2E2E2;
}
.ly-chat__line-body .chat-box._send ._arrow2 {
  left: 6px;
}
.ly-chat__line-body .chat-box._send .chat-txt {
  border: 1px solid #E2E2E2;
  border-radius: 0.625rem 0.625rem 0.625rem 0;
}
.ly-chat__line-body .chat-box .chat-txt {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 400;
  padding: 0.6875rem;
  border-radius: 0.625rem;
  position: relative;
  z-index: 1;
  background: #fff;
  word-break: break-all;
}
.ly-chat__line-body .chat-box .chat-time {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.ly-chat__line-body .chat-box .chat-delete {
  margin-top: 15px;
  margin-right: 0px;
  border-radius: 3px;
  background-color: red;
  color: white;
  padding: 2px 5px;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.ly-chat__line-bottom {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border-top: 1px solid #E2E2E2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.ly-chat__line-field {
  border: 1px solid #e2e2e2;
  background: #fff;
  border-radius: 0.9375rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4166666667;
  display: flex;
  align-items: center;
  padding: 0.3125rem 0.9375rem 0.375rem;
  height: 1.875rem;
  flex: 1 1 auto;
  z-index: 2;
}
.ly-chat__line-btn {
  position: relative;
  z-index: 1;
  transition: filter 0.4s ease;
}
.ly-chat__line-btn:hover, .ly-chat__line-btn:active {
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.16));
}
.ly-chat__box {
  padding: 8px 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid #D9D9D9;
}
.ly-chat__box.hide {
  display: none;
}
.ly-chat__box:last-child {
  margin-bottom: 0;
}
.ly-chat__box__img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 20px;
}
.ly-chat__box__img__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ly-chat__box__text {
  width: calc(100% - 48px);
  position: relative;
}
.ly-chat__box__text__img {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.ly-chat__box__text__meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6px;
}
.ly-chat__box__text__meta__name {
  font-size: 1em;
  font-weight: bold;
  padding-right: 32px;
}
.ly-chat__box__text__meta__date {
  font-size: 0.8em;
  color: #909090;
}
.ly-chat__box__text__text {
  font-size: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ly-chat__box--admin {
  border: none;
  background-color: #BC0000;
}
.ly-chat__box--active {
  border: 2px solid #1B296F;
}
.ly-chat__back {
  word-break: break-all;
}

.ly-home {
  word-break: break-all;
}
.ly-home__create {
  margin-bottom: 2.5rem;
}
.ly-home__create-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 1rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  height: 3.125rem;
  width: 100%;
  max-width: 25rem;
  margin: 0 auto;
  background: #C9B390;
  border-radius: 0.25rem;
  transition: 0.4s ease;
  transition-property: opacity;
}
.ly-home__create-btn:hover, .ly-home__create-btn:active {
  opacity: 0.7;
}
.ly-home__block:nth-child(n+2) {
  margin-top: 2rem;
}
.ly-home__block-ttl {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 1.5rem;
}
.ly-home__block-item {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1.25rem;
  display: grid;
  gap: 1rem 1.5rem;
  grid-template-areas: "img head" "img bottom";
  grid-template-columns: 16.25rem 1fr auto;
  padding-right: 0px;
  margin-bottom: 20px;
}
.ly-home__block-item.is-end .m-img {
  opacity: 0.4;
}
.ly-home__block-item.is-end ._ttl,
.ly-home__block-item.is-end ._item {
  color: #a3a3a3;
}
.ly-home__block-item--img {
  grid-area: img;
}
.ly-home__block-item--img .m-img {
  max-width: 16.25rem;
}
.ly-home__block-item--img .m-img::before {
  padding-top: 70%;
}
.ly-home__block-item--head {
  grid-area: head;
}
.ly-home__block-item--head ._status {
  border-radius: 2px;
  margin-bottom: 1rem;
  width: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.75rem;
  color: #fff;
}
.ly-home__block-item--head ._status.is-active {
  background-color: #cc0000;
}
.ly-home__block-item--head ._status.is-draft {
  background-color: #6d9aaa;
}
.ly-home__block-item--head ._status.is-end {
  background-color: #a3a3a3;
}
.ly-home__block-item--head ._ttl {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
}
.ly-home__block-item--bottom {
  grid-area: bottom;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.ly-home__block-item--info ._item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.ly-home__block-item--info ._item:nth-child(n+2) {
  margin-top: 0.75rem;
}
.ly-home__block-item--btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  width: 100%;
  max-width: 17rem;
}
.ly-home__block-item--btn {
  height: 2.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 0.25rem;
  transition: 0.4s ease;
  transition-property: opacity;
}
.ly-home__block-item--btn._apply {
  color: #dd0000;
  background-color: #fde8e8;
  border: 0.1875rem solid #ffd5d5;
}
.ly-home__block-item--btn._detail {
  color: #fff;
  background-color: #C9B390;
}
.ly-home__block-item--btn:hover, .ly-home__block-item--btn:active {
  opacity: 0.7;
}

.ly-lp-problem {
  overflow: hidden;
  background: #F8F4EF;
  width: 100%;
}
.ly-lp-problem__ttl-sub {
  max-width: 3.875rem;
}
.ly-lp-problem__ttl-sub::before {
  padding-top: 32.2580645161%;
}
@media only screen and (min-width: 920px) {
  .ly-lp-problem__ttl-sub {
    max-width: 5rem;
  }
  .ly-lp-problem__ttl-sub::before {
    padding-top: 31.25%;
  }
}
.ly-lp-problem__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.625rem 0.6875rem;
  margin-bottom: 2.875rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-problem__list {
    gap: 2%;
    margin-bottom: 5.625rem;
  }
}
.ly-lp-problem__item {
  color: #fff;
  background: #595757;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
  padding: 1.125rem 1rem;
  border-radius: 1.875rem;
  flex: 0 0 auto;
  width: 48.3965014577%;
  position: relative;
}
@media only screen and (min-width: 920px) {
  .ly-lp-problem__item {
    flex: 0 0 auto;
    font-size: 1.125rem;
    line-height: 1.7777777778;
    padding: 1.875rem;
    width: 32%;
    text-align: center;
  }
}
.ly-lp-problem__item::before {
  content: "";
  width: 1.5rem;
  height: 1.75rem;
  background: url(/img/lp/speech-box.png) no-repeat center/1.5rem auto;
  position: absolute;
  left: 50%;
  bottom: -0.875rem;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 920px) {
  .ly-lp-problem__item::before {
    bottom: -1.125rem;
  }
}

@media only screen and (min-width: 920px) {
  .ly-lp-solution {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
  }
  .ly-lp-solution::before {
    content: "";
    width: 43.1875rem;
    height: 0.75rem;
    background: url(/img/lp/wavy-line-pc.png) no-repeat center/auto 0.75rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
}
.ly-lp-solution__img {
  max-width: 13.9375rem;
  margin: 0 auto 1rem;
}
.ly-lp-solution__img::before {
  padding-top: 25.1121076233%;
}
@media only screen and (min-width: 920px) {
  .ly-lp-solution__img {
    margin: 0;
    flex: 0 0 auto;
  }
}
.ly-lp-solution__ttl {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.5rem;
  position: relative;
  margin-bottom: 1.75rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-solution__ttl {
    font-size: 1.75rem;
    line-height: 1.4285714286;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.ly-lp-solution__ttl::before {
  content: "";
  width: 13.5rem;
  height: 0.75rem;
  background: url(/img/lp/wavy-line.png) no-repeat center/auto 0.75rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 920px) {
  .ly-lp-solution__ttl::before {
    display: none;
  }
}
.ly-lp-solution__list-box {
  background: #fff;
  border-radius: 0.25rem;
  padding: 1.25rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-solution__list-box {
    padding: 2.5rem;
    text-align: center;
  }
}
.ly-lp-solution__list {
  display: inline-block;
}
.ly-lp-solution__item {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  padding-left: 2.125rem;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 920px) {
  .ly-lp-solution__item {
    font-size: 1.25rem;
    line-height: 1.45;
    padding-left: 2.625rem;
  }
}
.ly-lp-solution__item:nth-child(n+2) {
  margin-top: 1rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-solution__item:nth-child(n+2) {
    margin-top: 1.1875rem;
  }
}
.ly-lp-solution__item::before {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background: url(/img/lp/check.svg) no-repeat center/1.375rem auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.ly-lp-faq {
  background: #F8F4EF;
}
.ly-lp-faq__ttl-sub {
  max-width: 1.75rem;
}
.ly-lp-faq__ttl-sub::before {
  padding-top: 71.4285714286%;
}
@media only screen and (min-width: 920px) {
  .ly-lp-faq__ttl-sub {
    max-width: 2.25rem;
  }
  .ly-lp-faq__ttl-sub::before {
    padding-top: 69.4444444444%;
  }
}
.ly-lp-faq__item-ttl, .ly-lp-faq__item-txt {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.75;
  padding-left: 2.5rem;
  position: relative;
}
@media only screen and (min-width: 920px) {
  .ly-lp-faq__item-ttl, .ly-lp-faq__item-txt {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    padding-left: 2.625rem;
  }
}
.ly-lp-faq__item-ttl::before, .ly-lp-faq__item-txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .ly-lp-faq__item-ttl::before, .ly-lp-faq__item-txt::before {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.ly-lp-faq__item:nth-child(n+2) {
  border-top: 1px solid #E2E2E2;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-faq__item:nth-child(n+2) {
    padding-top: 2rem;
    margin-top: 2rem;
  }
}
.ly-lp-faq__item-ttl {
  font-weight: 500;
}
.ly-lp-faq__item-ttl::before {
  background: url(/img/lp/q.svg) no-repeat center/1.5rem auto;
}
@media only screen and (min-width: 920px) {
  .ly-lp-faq__item-ttl::before {
    background-size: 1.625rem auto;
  }
}
.ly-lp-faq__item-txt {
  font-weight: 400;
  margin-top: 0.75rem;
}
@media only screen and (min-width: 1200px) {
  .ly-lp-faq__item-txt {
    margin-top: 1.25rem;
  }
}
.ly-lp-faq__item-txt a {
  color: #009EFF;
  text-decoration: underline;
}
.ly-lp-faq__item-txt::before {
  background: url(/img/lp/a.svg) no-repeat center/1.5rem auto;
}
@media only screen and (min-width: 920px) {
  .ly-lp-faq__item-txt::before {
    background-size: 1.625rem auto;
  }
}

.ly-lp__container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp__container {
    padding-top: 5.75rem;
    padding-bottom: 5.75rem;
  }
}
.ly-lp__ttl {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media only screen and (min-width: 920px) {
  .ly-lp__ttl {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    margin-bottom: 3.75rem;
  }
}
.ly-lp__ttl-sub {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
  margin: 0 auto 0.875rem;
}
.ly-lp__ttl-sub::before {
  content: "";
  display: block;
}
.ly-lp__ttl-sub img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}

.ly-lp-fv {
  background: transparent;
  z-index: 2;
  padding-bottom: 2.75rem;
  padding-top: 6rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-fv {
    height: 100vh;
    min-height: 41.875rem;
    max-height: 50rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: center;
  }
}
.ly-lp-fv__mov {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.ly-lp-fv__mov .video {
  width: auto;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 50.625rem;
  min-width: 100%;
}
@media only screen and (min-width: 375px) {
  .ly-lp-fv__mov .video {
    height: 216vw;
  }
}
@media only screen and (min-width: 920px) {
  .ly-lp-fv__mov .video {
    height: 50.625rem;
  }
}
@media only screen and (min-width: 1440px) {
  .ly-lp-fv__mov .video {
    height: 56.25vw;
  }
}
.ly-lp-fv__top {
  color: #fff;
  text-align: center;
}
.ly-lp-fv__top-txt {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  margin-bottom: 1.75rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-fv__top-txt {
    font-size: 1.25rem;
    line-height: 1.45;
    margin-bottom: 1.5rem;
  }
}
.ly-lp-fv__top-txt--sub {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4545454545;
}
@media only screen and (min-width: 920px) {
  .ly-lp-fv__top-txt--sub {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
.ly-lp-fv__top-txt--sub ._txt {
  position: relative;
}
.ly-lp-fv__top-txt--sub ._txt::before {
  content: "";
  width: 7.125rem;
  height: 1.5rem;
  background: url(/img/lp/deco-sp.png) no-repeat center bottom/7.125rem auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 920px) {
  .ly-lp-fv__top-txt--sub ._txt::before {
    width: 7.5rem;
    height: 1.5rem;
    background: url(/img/lp/deco-pc.png) no-repeat center bottom/7.5rem auto;
  }
}
.ly-lp-fv__logo {
  max-width: 18.75rem;
  margin: 0 auto 1.75rem;
}
.ly-lp-fv__logo::before {
  padding-top: 36%;
}
@media only screen and (min-width: 920px) {
  .ly-lp-fv__logo {
    max-width: 20.9375rem;
    margin-bottom: 2.5rem;
  }
}
.ly-lp-fv__list {
  margin-bottom: 1.75rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-fv__list {
    max-width: 46.625rem;
    margin: 0 auto 2.5rem;
  }
}
.ly-lp-fv__item {
  background: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 500;
  padding: 0.75rem;
  padding-left: 3.0625rem;
  min-height: 4.75rem;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 0.375rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-fv__item {
    font-size: 1.25rem;
    line-height: 1.45;
    min-height: 3.875rem;
    padding: 0.625rem 1.25rem;
    padding-left: 4.125rem;
  }
}
.ly-lp-fv__item::before {
  content: "";
  width: 1.625rem;
  height: 1.25rem;
  background: url(/img/lp/icon.svg) no-repeat left center/auto 1.25rem;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 920px) {
  .ly-lp-fv__item::before {
    left: 1.25rem;
    width: 1.9375rem;
    height: 1.5rem;
    background: url(/img/lp/icon.svg) no-repeat left center/auto 1.5rem;
    position: absolute;
  }
}
.ly-lp-fv__item:nth-child(n+2) {
  margin-top: 0.75rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-fv__item:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}
.ly-lp-fv__btn {
  height: 3.75rem;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  gap: 1rem;
  color: #fff;
  transition: 0.4s ease;
  transition-property: opacity;
}
.ly-lp-fv__btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-fv__btn-box {
    gap: 2rem;
    justify-content: center;
    flex-direction: row;
  }
}
@media only screen and (min-width: 920px) {
  .ly-lp-fv__btn {
    max-width: 18.125rem;
    flex: 0 0 auto;
    font-size: 1.25rem;
    gap: 1.5rem;
  }
  .ly-lp-fv__btn svg {
    width: 0.5rem;
    height: 0.625rem;
  }
}
.ly-lp-fv__btn._register {
  background: #c9b390;
}
.ly-lp-fv__btn._download {
  background: #E3AA50;
}
.ly-lp-fv__btn:hover, .ly-lp-fv__btn:active {
  opacity: 0.7;
}

.ly-lp-cta {
  background: #4b4b4b;
  height: 18.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 920px) {
  .ly-lp-cta {
    height: 20.3125rem;
  }
}
.ly-lp-cta.lazyloaded {
  background: url(/img/lp/cta-bg-sp.jpg) no-repeat center/cover;
}
@media only screen and (min-width: 920px) {
  .ly-lp-cta.lazyloaded {
    background: url(/img/lp/cta-bg-pc.jpg) no-repeat center/cover;
  }
}
.ly-lp-cta__inner {
  width: 100%;
}
.ly-lp-cta__ttl {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2727272727;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-cta__ttl {
    font-size: 1.75rem;
    line-height: 1.4285714286;
    margin-bottom: 2.5rem;
  }
}
.ly-lp-cta__btn {
  height: 3.75rem;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  gap: 1rem;
  color: #fff;
  transition: 0.4s ease;
  transition-property: opacity;
}
.ly-lp-cta__btn-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media only screen and (min-width: 1200px) {
  .ly-lp-cta__btn-box {
    gap: 2rem;
    justify-content: center;
    flex-direction: row;
  }
}
@media only screen and (min-width: 920px) {
  .ly-lp-cta__btn {
    max-width: 18.125rem;
    flex: 0 0 auto;
    font-size: 1.25rem;
    gap: 1.5rem;
  }
  .ly-lp-cta__btn svg {
    width: 0.5rem;
    height: 0.625rem;
  }
}
.ly-lp-cta__btn._register {
  background: #c9b390;
}
.ly-lp-cta__btn._download {
  background: #E3AA50;
}
.ly-lp-cta__btn:hover, .ly-lp-cta__btn:active {
  opacity: 0.7;
}

.ly-lp-feature {
  background: #F8F4EF;
}
.ly-lp-feature__ttl-sub {
  max-width: 4rem;
}
.ly-lp-feature__ttl-sub::before {
  padding-top: 31.25%;
}
@media only screen and (min-width: 920px) {
  .ly-lp-feature__ttl-sub {
    max-width: 5.25rem;
  }
  .ly-lp-feature__ttl-sub::before {
    padding-top: 29.7619047619%;
  }
}
@media only screen and (min-width: 920px) {
  .ly-lp-feature__item {
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
  .ly-lp-feature__item:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.ly-lp-feature__item:nth-child(n+2) {
  margin-top: 2rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-feature__item:nth-child(n+2) {
    margin-top: 3.25rem;
  }
}
.ly-lp-feature__item-img {
  margin-bottom: 1.25rem;
}
.ly-lp-feature__item-img::before {
  padding-top: 63.556851312%;
}
@media only screen and (min-width: 920px) {
  .ly-lp-feature__item-img {
    margin-bottom: 0;
    flex: 0 0 auto;
    width: 27.5rem;
  }
  .ly-lp-feature__item-img::before {
    padding-top: 63.6363636364%;
  }
}
.ly-lp-feature__item-label {
  position: relative;
  padding: 0.625rem 0 0.625rem 2.875rem;
  width: 14rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4285714286;
  background: linear-gradient(to left, transparent 0, transparent 2rem, #C9B390 2rem);
  margin-bottom: 1.125rem;
}
@media only screen and (min-width: 1200px) {
  .ly-lp-feature__item-label {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.5rem 0 0.5rem 2.875rem;
    width: 15.3125rem;
  }
}
.ly-lp-feature__item-label::after {
  content: "";
  width: 1.4375rem;
  height: 1.125rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translate(0, -50%);
  background: url(/img/lp/icon-white.svg) no-repeat center/auto 1.125rem;
}
.ly-lp-feature__item-label::before {
  content: "";
  width: 2.375rem;
  height: 100%;
  background: #C9B390;
  -webkit-clip-path: polygon(100% 0%, 50% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
          clip-path: polygon(100% 0%, 50% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.ly-lp-feature__item-ttl {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-bottom: 1.125rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-feature__item-ttl {
    font-size: 1.375rem;
    line-height: 1.7272727273;
    margin-bottom: 1.125rem;
  }
}
.ly-lp-feature__item-txt {
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
@media only screen and (min-width: 920px) {
  .ly-lp-feature__item-txt {
    font-size: 1rem;
    line-height: 2;
  }
}

.ly-lp-case {
  background: #fff;
}
.ly-lp-case__ttl-sub {
  max-width: 5.125rem;
}
.ly-lp-case__ttl-sub::before {
  padding-top: 24.3902439024%;
}
@media only screen and (min-width: 920px) {
  .ly-lp-case__ttl-sub {
    max-width: 6.625rem;
  }
  .ly-lp-case__ttl-sub::before {
    padding-top: 23.5849056604%;
  }
}
.ly-lp-case__item {
  border: 1px solid #C9B390;
  border-radius: 0.25rem;
  padding: 1.1875rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-case__item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.9375rem;
  }
}
.ly-lp-case__item:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-case__item:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.ly-lp-case__item-img {
  overflow: hidden;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-case__item-img {
    flex: 0 0 auto;
    width: 19.375rem;
    margin-bottom: 0;
  }
}
.ly-lp-case__item-img::before {
  padding-top: 67.6567656766%;
}
@media only screen and (min-width: 1200px) {
  .ly-lp-case__item-img::before {
    padding-top: 67.7419354839%;
  }
}
.ly-lp-case__item-name {
  color: #C9B390;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-case__item-name {
    margin-bottom: 1rem;
  }
}
.ly-lp-case__item-ttl {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-case__item-ttl {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.ly-lp-case__item-txt {
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}

.ly-lp-influencer {
  background: #fff;
}
.ly-lp-influencer__ttl-sub {
  max-width: 5rem;
}
.ly-lp-influencer__ttl-sub::before {
  padding-top: 25%;
}
@media only screen and (min-width: 920px) {
  .ly-lp-influencer__ttl-sub {
    max-width: 6.375rem;
  }
  .ly-lp-influencer__ttl-sub::before {
    padding-top: 24.5098039216%;
  }
}
.ly-lp-influencer__graph {
  margin-bottom: 1rem;
}
.ly-lp-influencer__graph::before {
  padding-top: 20.5%;
}
@media only screen and (min-width: 1200px) {
  .ly-lp-influencer__graph {
    margin-bottom: 2.5rem;
  }
}
.ly-lp-influencer__list {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-influencer__list {
    display: flex;
    gap: 3.5%;
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 920px) {
  .ly-lp-influencer__item {
    flex: 0 0 auto;
    width: 31%;
  }
}
.ly-lp-influencer__item:nth-child(n+2) {
  margin-top: 1rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-influencer__item:nth-child(n+2) {
    margin-top: 0;
  }
}
.ly-lp-influencer__item::before {
  padding-top: 66.1290322581%;
}
.ly-lp-influencer__bottom {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 920px) {
  .ly-lp-influencer__bottom {
    padding-bottom: 1.25rem;
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.ly-lp-influencer__bottom::after {
  content: "";
  height: 0.75rem;
  width: 12rem;
  background: url(/img/lp/wavy-line2.png) no-repeat center/auto 0.75rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 920px) {
  .ly-lp-influencer__bottom::after {
    width: 14rem;
    background: url(/img/lp/wavy-line2-pc.png) no-repeat center/auto 0.75rem;
  }
}

.ly-lp-cost {
  background: #F8F4EF;
}
.ly-lp-cost__ttl-sub {
  max-width: 2.375rem;
}
.ly-lp-cost__ttl-sub::before {
  padding-top: 52.6315789474%;
}
@media only screen and (min-width: 920px) {
  .ly-lp-cost__ttl-sub {
    max-width: 3rem;
  }
  .ly-lp-cost__ttl-sub::before {
    padding-top: 52.0833333333%;
  }
}
@media only screen and (min-width: 920px) {
  .ly-lp-cost__box {
    max-width: 44.5rem;
    margin: 0 auto;
    background: #fff;
    padding: 2rem 2.5rem 2.5rem;
  }
}
@media only screen and (min-width: 920px) {
  .ly-lp-cost__top {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 2.5rem 2.75rem;
  }
}
.ly-lp-cost__top-list {
  display: inline-block;
}
.ly-lp-cost__top-list--box {
  border-bottom: 0.25rem solid #F5F5F5;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-cost__top-list--box {
    border-bottom: none;
    border-right: 0.25rem solid #F5F5F5;
    flex: 0 0 auto;
    width: 16.75rem;
    height: auto;
    padding: 0;
    justify-content: flex-start;
  }
}
.ly-lp-cost__top-item {
  color: #CC0000;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  padding-left: 1.25rem;
  font-weight: 500;
  text-align: left;
  position: relative;
}
@media only screen and (min-width: 920px) {
  .ly-lp-cost__top-item {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.ly-lp-cost__top-item:nth-child(n+2) {
  margin-top: 0.5rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-cost__top-item:nth-child(n+2) {
    margin-top: 0.875rem;
  }
}
.ly-lp-cost__top-item::before {
  content: "";
  background: #CC0000;
  width: 0.5rem;
  height: 0.625rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 920px) {
  .ly-lp-cost__prices {
    flex: 0 0 auto;
    width: calc(100% - 19.5rem);
  }
}
.ly-lp-cost__prices-item {
  background: #fff;
  border-bottom: 1px solid #E2E2E2;
  text-align: center;
  padding: 1rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-cost__prices-item {
    border-bottom: none;
    padding: 0;
    display: flex;
    text-align: left;
    align-items: center;
  }
  .ly-lp-cost__prices-item:nth-child(n+2) {
    margin-top: 0.75rem;
  }
}
.ly-lp-cost__prices-item--term {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0.25rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-cost__prices-item--term {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-bottom: 0;
    flex: 0 0 auto;
    width: 11.1875rem;
    white-space: nowrap;
  }
}
.ly-lp-cost__prices-item--num {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (min-width: 920px) {
  .ly-lp-cost__prices-item--num {
    font-size: 1.125rem;
    white-space: nowrap;
  }
}
.ly-lp-cost__prices-item--num ._lg {
  font-size: 1.625rem;
  line-height: 1.6923076923;
}
@media only screen and (min-width: 1200px) {
  .ly-lp-cost__prices-item--num ._lg {
    font-size: 1.875rem;
    line-height: 1.4666666667;
  }
}
.ly-lp-cost__bottom {
  padding: 1rem 1.25rem 1.25rem;
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
  background: #fff;
}
@media only screen and (min-width: 920px) {
  .ly-lp-cost__bottom {
    padding: 0;
  }
}

.ly-lp-flow {
  background: #fff;
}
.ly-lp-flow__ttl-sub {
  max-width: 2.375rem;
}
.ly-lp-flow__ttl-sub::before {
  padding-top: 52.6315789474%;
}
@media only screen and (min-width: 920px) {
  .ly-lp-flow__ttl-sub {
    max-width: 3rem;
  }
  .ly-lp-flow__ttl-sub::before {
    padding-top: 52.0833333333%;
  }
}
@media only screen and (min-width: 920px) {
  .ly-lp-flow__list {
    display: flex;
    gap: 1.6875rem;
  }
}
@media only screen and (min-width: 920px) {
  .ly-lp-flow__item {
    flex: 0 0 auto;
    width: calc(25% - 1.265625rem);
  }
}
.ly-lp-flow__item:nth-child(n+2) {
  margin-top: 3.125rem;
  position: relative;
}
@media only screen and (min-width: 920px) {
  .ly-lp-flow__item:nth-child(n+2) {
    margin-top: 0;
  }
}
.ly-lp-flow__item:nth-child(n+2)::before {
  content: "";
  width: 0.875rem;
  height: 0.625rem;
  background: #C9B390;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  top: -1.25rem;
  transform: translate(-50%, -100%);
}
@media only screen and (min-width: 920px) {
  .ly-lp-flow__item:nth-child(n+2)::before {
    width: 0.625rem;
    height: 0.875rem;
    left: -0.5625rem;
    top: 14.5454545455vw;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
            clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transform: translate(-100%, 0);
  }
}
@media only screen and (min-width: 1100px) {
  .ly-lp-flow__item:nth-child(n+2)::before {
    top: 10rem;
  }
}
.ly-lp-flow__item-img {
  margin-bottom: 1.25rem;
}
.ly-lp-flow__item-img::before {
  padding-top: 67.3469387755%;
}
@media only screen and (min-width: 920px) {
  .ly-lp-flow__item-img {
    margin-bottom: 1.5rem;
  }
  .ly-lp-flow__item-img::before {
    padding-top: 116.9565217391%;
  }
}
.ly-lp-flow__item-txt {
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0;
}

.ly-lp-about {
  background: #fff;
}
.ly-lp-about__ttl-sub {
  max-width: 8.875rem;
}
.ly-lp-about__ttl-sub::before {
  padding-top: 14.0845070423%;
}
@media only screen and (min-width: 920px) {
  .ly-lp-about__ttl-sub {
    max-width: 11.375rem;
  }
  .ly-lp-about__ttl-sub::before {
    padding-top: 13.7362637363%;
  }
}
.ly-lp-about__top {
  margin-bottom: 1.75rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-about__top {
    margin-bottom: 3.75rem;
    display: flex;
    gap: 3.25rem;
  }
}
.ly-lp-about__top-img {
  margin-bottom: 1.75rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-about__top-img {
    flex: 0 0 auto;
    margin-bottom: 0;
    width: 22.25rem;
  }
}
.ly-lp-about__top-img--sm {
  max-width: 13.25rem;
  margin-bottom: -5.0625rem;
  position: relative;
  z-index: 2;
}
.ly-lp-about__top-img--sm::before {
  padding-top: 77.358490566%;
}
@media only screen and (min-width: 920px) {
  .ly-lp-about__top-img--sm {
    max-width: 13.75rem;
    margin-bottom: -5.25rem;
  }
  .ly-lp-about__top-img--sm::before {
    padding-top: 77.2727272727%;
  }
}
.ly-lp-about__top-img--lg {
  max-width: 19.25rem;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.ly-lp-about__top-img--lg::before {
  padding-top: 131.4935064935%;
}
@media only screen and (min-width: 920px) {
  .ly-lp-about__top-img--lg {
    max-width: 20rem;
  }
  .ly-lp-about__top-img--lg::before {
    padding-top: 131.25%;
  }
}
.ly-lp-about__top-body--ttl {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-about__top-body--ttl {
    font-size: 1.375rem;
    line-height: 1.7272727273;
    margin-bottom: 1.25rem;
  }
}
.ly-lp-about__top-body--txt {
  font-size: 1rem;
  line-height: 2;
  font-weight: 400;
}
.ly-lp-about__bottom {
  background: #f8f4ef;
  border-radius: 0.25rem;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 6.875rem 1fr;
  grid-template-areas: "img ttl" "txt txt";
  gap: 1.25rem;
}
@media only screen and (min-width: 920px) {
  .ly-lp-about__bottom {
    padding: 2rem;
    grid-template-areas: "img ttl" "img txt";
    gap: 0.375rem 1.75rem;
    grid-template-columns: 9.6875rem 1fr;
  }
}
.ly-lp-about__bottom-img {
  grid-area: img;
}
@media only screen and (min-width: 920px) {
  .ly-lp-about__bottom-img {
    display: flex;
    align-items: center;
  }
}
.ly-lp-about__bottom-img .m-img::before {
  padding-top: 100%;
}
.ly-lp-about__bottom-ttl {
  grid-area: ttl;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  color: #c9b390;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 920px) {
  .ly-lp-about__bottom-ttl {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.ly-lp-about__bottom-txt {
  grid-area: txt;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  font-weight: 400;
}
