@charset "utf-8";@charset "UTF-8";
/* stylelint-disable */
:target {
  scroll-margin-top: 64px;
}

.Header *,
.Header *::before,
.Header *::after,
.Menu *,
.Menu *::before,
.Menu *::after,
.Footer *,
.Footer *::before,
.Footer *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: currentColor;
  line-height: 1.5;
  font-family: inherit;
  letter-spacing: 0;
  text-decoration: none;
  text-underline-position: under;
}

.Header a,
.Footer a {
  color: currentColor;
}

.Header,
.Footer {
  color: #000;
  font-family: LIFULLFONT, LIFULLYUGO, "Yu Gothic", YuGothic, LIFULLHIRAGINO, sans-serif;
}

.Header :focus-visible,
.Footer :focus-visible {
  outline: 2px solid;
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: #236dda;
}

.js-focus-visible .Header .focus-visible,
[data-whatintent=keyboard] .Header :focus,
.js-focus-visible .Footer .focus-visible,
[data-whatintent=keyboard] .Footer :focus {
  outline: 2px solid;
  outline: 5px auto -webkit-focus-ring-color;
  outline-color: #236dda;
}

.Header__visuallyHidden,
.Menu__visuallyHidden,
.Footer__visuallyHidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.Header {
  min-width: 320px;
  background-color: #fff;
  border-top: 8px solid #ed6103;
  border-bottom: 1px solid #d2d2d2;
}

.Header__skipLink {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 1.5em;
  background-color: #ed6103;
  font-weight: bold;
  transform: translateY(-100%);
}

.Header__skipLink:link,
.Header__skipLink:visited {
  color: #fff;
}

.Header__skipLink:focus {
  transform: translateY(0%);
}

.Header__inner {
  display: flex;
}

.Header__logo {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.Header__lhLogo {
  display: block;
  padding: 18px 12px 20px;
}

.Header__lhLogo > img {
  display: block;
  width: auto;
  height: 26px;
}

.Header__market {
  display: flex;
  align-items: center;
  height: 26px;
  padding-right: 12px;
  padding-left: 12px;
  border-left: 1px solid #a5a5a5;
  font-size: 0.75rem;
  font-weight: bold;
}

.Header__market:link,
.Header__market:visited {
  color: #626262;
}

.Header__slogan:link,
.Header__slogan:visited,
.Header__slogan {
  align-self: center;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.75rem;
  line-height: 1.4;
  color: #626262;
  text-decoration: underline;
}
.Header__slogan:link:not(a),
.Header__slogan:visited:not(a),
.Header__slogan:not(a) {
  text-decoration: none;
  pointer-events: none;
}

.Header__slogan:hover {
  color: #ed6103;
}

.Header__separator {
  flex-grow: 1;
}

.Header__links {
  flex-shrink: 9999;
  display: none;
  flex-wrap: wrap;
}

.Header__links > * + * {
  position: relative;
  padding-left: 17px;
}

.Header__links > * + *::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  width: 1px;
  height: 38px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #d2d2d2;
}

.Header__links > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.Header__links dt {
  flex-basis: calc(0.81rem + 6px);
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  padding-top: 5px;
  padding-bottom: 1px;
  color: #626262;
  font-size: 0.75rem;
  white-space: nowrap;
}

.Header__links dd {
  flex-grow: 1;
  display: flex;
}

.Header__links a {
  padding: 5px 8px 4px;
  font-size: 0.87rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.Header__links a:only-child {
  min-width: 52px;
  text-align: center;
}

.Header__links a:hover {
  background-color: #f4f4f4;
}

.Header__links a:active {
  background-color: #e8e8e8;
}

.Header__utils {
  display: flex;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.Header__util {
  display: flex;
  width: 64px;
}

.Header__util a {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
}

.Header__util a:hover {
  background-color: #f4f4f4;
}

.Header__util a:active {
  background-color: #e8e8e8;
}

.Header__util span {
  color: #626262;
  font-size: 0.62rem;
}

.Header__util div {
  position: relative;
  margin-top: 4px;
}

.Header__util b {
  position: absolute;
  top: -4px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: inherit;
  min-width: 16px;
  height: 16px;
  background-color: #ffc95c;
  border-radius: 8px;
  font-size: 0.62rem;
  box-shadow: 0 0 0 1px #fff;
}

.Header__util b:empty {
  display: none;
}

.Header__util img {
  display: block;
}

.Header__menu {
  display: flex;
  width: 64px;
}

.Header__menu > button {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 4px;
  background-color: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.Header__menu > button:hover {
  background-color: #f4f4f4;
}

.Header__menu > button:active {
  background-color: #e8e8e8;
}

.Header__menu > button > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Header__menu > button > span > span {
  color: #626262;
  font-size: 0.62rem;
}

.Header__menu img {
  margin-top: 4px;
}

.Header__stickyBar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: none;
  visibility: hidden;
  color: #fff;
  background-color: #ed6103;
  transform: translateY(-100%);
  transition: 300ms ease;
  transition-property: transform, visibility;
}

.Header__stickyBar :focus-visible {
  outline-color: #ffe680;
  outline-offset: -3px;
}

.js-focus-visible .Header__stickyBar .focus-visible,
[data-whatintent=keyboard] .Header__stickyBar :focus {
  outline-color: #ffe680;
  outline-offset: -3px;
}

.Header__stickyBar_shown {
  visibility: visible;
  transform: translateY(0%);
}

.Header__stickyBar > div {
  display: flex;
  max-width: 1044px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.Header__stickyBar > div > a {
  flex-shrink: 0;
}

.Header__stickyBar > div > p {
  flex-shrink: 4;
  min-width: 8em;
  margin-right: 24px;
  margin-left: 24px;
  align-self: center;
  font-size: 0.75rem;
  font-weight: bold;
}

.Header__stickyBar > div > ul {
  display: flex;
  margin-left: auto;
}

.Header__stickyBarLogo {
  display: flex;
  align-items: center;
}

.Header__stickyBarLogo > img {
  width: auto;
  height: 18px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.Header__stickyBarUtil {
  display: flex;
}

.Header__stickyBarUtil > a {
  display: flex;
  align-items: center;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #ed6103;
  font-size: 0.75rem;
  font-weight: bold;
}

.Header__stickyBarUtil > a:hover {
  background-color: #d24e00;
  text-decoration: underline;
}

.Header__stickyBarUtil > a > span:nth-of-type(1) {
  flex-grow: 1;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Header__stickyBarUtil > a > span:nth-of-type(2) {
  flex-shrink: 0;
}

@media (min-width: 1044px) {
  .Header__inner {
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .Header__lhLogo {
    margin-right: -12px;
    margin-left: -12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .Header__lhLogo > img {
    height: 40px;
  }
  .Header__market {
    height: 40px;
    margin-left: 16px;
    font-size: 0.87rem;
  }
  .Header__slogan {
    margin-left: 20px;
  }
  .Header__links {
    display: flex;
  }
  .Header__util {
    width: 80px;
  }
  .Header__util span {
    font-size: 0.75rem;
  }
  .Header__menu > button > span > span {
    font-size: 0.75rem;
  }
  .Header__stickyBar {
    display: block;
  }
}
@media (max-width: 1043.9px) {
  .Menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483646;
    display: none;
  }
  .Menu_opened {
    display: flex;
  }
  .Menu > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 8px;
  }
  .Menu > div > div {
    align-self: stretch;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    height: 0;
  }
  .Menu > div > div > div {
    width: 280px;
    overflow-y: auto;
    background-color: #f4f4f4;
    border-top: 1px solid #d2d2d2;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overscroll-behavior: contain;
  }
  .Menu__backdrop {
    position: absolute;
    top: 73px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .Menu__closeButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    padding: 0 0 4px;
    border: 0;
    background-color: #f4f4f4;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .Menu__closeButton:active {
    background-color: #e8e8e8;
  }
  .Menu__closeButton > span {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .Menu__closeButton > span > span {
    color: #626262;
    font-size: 0.62rem;
  }
  .Menu__closeButton > span > img {
    margin-top: 4px;
  }
  .Menu__user {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 8px 16px 18px;
    font-size: 0.75rem;
  }
  .Menu__user > span {
    flex-grow: 1;
    display: flex;
    width: 0;
  }
  .Menu__user > span > span:nth-child(1) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .Menu__user > span > span:nth-child(2) {
    flex-shrink: 0;
  }
  .Menu__user > a {
    flex-shrink: 0;
    margin-left: 16px;
  }
  .Menu__registerLink {
    padding: 6px 16px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__registerLink:hover {
    background-color: #f4f4f4;
  }
  .Menu__registerLink:active {
    background-color: #e8e8e8;
    box-shadow: none;
    transform: translateY(1px);
  }
  .Menu__utils {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__utils > * + * {
    border-top: 1px solid #d2d2d2;
  }
  .Menu__util > a {
    display: flex;
    align-items: center;
    padding: 12px 16px 11px;
    background-color: #fff;
  }
  .Menu__utilIcon {
    flex-shrink: 0;
    align-self: center;
    width: 28px;
    height: 28px;
  }
  .Menu__utilLabel {
    flex-grow: 1;
    display: flex;
    align-items: baseline;
    margin-left: 20px;
    font-size: 0.75rem;
  }
  .Menu__utilLabel > span:nth-of-type(1) {
    font-size: 0.87rem;
    font-weight: bold;
  }
  .Menu__utilLabel > b {
    margin-left: auto;
    font-size: 0.87rem;
    font-weight: inherit;
  }
  .Menu__area2 {
    margin-top: -7px;
  }
  .Menu__linkGroup > div {
    margin-top: 20px;
  }
  .Menu__linkGroup > div > ul {
    margin-top: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__linkGroup > div > ul > * + * {
    border-top: 1px solid #d2d2d2;
  }
  .Menu__linkHeading {
    padding-right: 16px;
    padding-left: 16px;
    color: #ed6103;
    font-size: 0.87rem;
    font-weight: bold;
  }
  .Menu__link {
    background-color: #fff;
  }
  .Menu__link > a {
    display: block;
    padding: 14px 16px 14px;
    font-size: 0.87rem;
  }
  .Menu__linkSubText {
    display: block;
    color: #626262;
    font-size: 0.75rem;
  }
  .Menu__section {
    margin-top: 20px;
  }
  .Menu__section > h3,
  .Menu__section > span {
    padding-right: 16px;
    padding-left: 16px;
    color: #ed6103;
    font-size: 0.87rem;
    font-weight: bold;
  }
  .Menu__section > div {
    margin-top: 8px;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__section > div > p {
    font-size: 0.87rem;
  }
  .Menu__section > div > p::before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: -0.25em;
  }
  .Menu__section > div > p::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: -0.25em;
  }
  .Menu__section > div > p a {
    color: #0052e8;
    text-decoration: underline;
  }
  .Menu__section > div > p a:hover {
    color: #ed6103;
  }
  .Menu__section > div > p > small {
    display: block;
    margin-top: 10px;
    font-size: 0.75rem;
  }
  .Menu__counterCta {
    margin-top: 16px;
  }
  .Menu__counterCta > * + * {
    margin-top: 8px;
  }
  .Menu__counterVideo > a {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #0052e8;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__counterVideo > a:hover {
    background-color: #0052e8;
  }
  .Menu__counterVideo > a:active {
    box-shadow: none;
    transform: translateY(1px);
  }
  .Menu__counterVideo > a:focus-visible {
    outline-offset: 2px;
  }
  .Menu__counterVideo > a.btn-housing-consult {
    background-color: #fff;
    color: #ed6103;
    border: solid 1px #ed6103;
    text-align: center;
    box-shadow: none;
  }
  .js-focus-visible .Menu__counterVideo > a:focus,
  [data-whatintent=keyboard] .Menu__counterVideo > a:focus {
    outline-offset: 2px;
  }
  .Menu__counterVideo > a > span:nth-child(1) {
    padding: 8px 6px;
    border-right: 1px solid #535ffe;
  }
  .Menu__counterVideo > a > span:nth-child(2) {
    flex-grow: 1;
    padding: 4px;
    font-size: 0.87rem;
    font-weight: bold;
    text-align: center;
  }
  .Menu__counterVideo > a > span > img {
    display: block;
  }
  .Menu__counterVideo > a.btn-housing-consult > span {
    border: none;
    width: 100%;
    color: #ed6103;
    font-size: 0.87rem;
    font-weight: bold;
  }
  .Menu__footer {
    margin-top: 24px;
    padding: 16px;
    background-color: #e8e8e8;
    font-size: 0.68rem;
    line-height: 1.63636;
  }
}
@media (min-width: 1044px) {
  .Menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483646;
    display: none;
    justify-content: center;
    min-height: 100%;
  }
  .Menu_opened {
    display: flex;
  }
  .Menu > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    max-width: 1044px;
    margin-top: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .Menu > div > div {
    flex-grow: 1;
    height: 0;
    max-width: 100%;
    padding-bottom: 32px;
  }
  .Menu > div > div > div {
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    overscroll-behavior: contain;
  }
  .Menu__backdrop {
    position: absolute;
    top: 89px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .Menu__closeButton {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 80px;
    padding: 0 0 4px;
    border: 0;
    background-color: #f4f4f4;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .Menu__closeButton:active {
    background-color: #e8e8e8;
  }
  .Menu__closeButton > span {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .Menu__closeButton > span > span {
    color: #626262;
    font-size: 0.75rem;
  }
  .Menu__closeButton > span > img {
    margin-top: 4px;
  }
  .Menu__area1 {
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
  }
  .Menu__area1 > div {
    flex-grow: 1;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
  }
  .Menu__user {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: 234px;
    margin-left: auto;
    font-size: 0.75rem;
  }
  .Menu__user > span {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    width: 0;
  }
  .Menu__user > span > span:nth-child(1) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .Menu__user > span > span:nth-child(2) {
    flex-shrink: 0;
  }
  .Menu__user > a {
    flex-shrink: 0;
    margin-left: 16px;
  }
  .Menu__registerLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    font-size: 0.87rem;
    font-weight: bold;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__registerLink:hover {
    background-color: #f4f4f4;
  }
  .Menu__registerLink:active {
    box-shadow: none;
    transform: translateY(1px);
  }
  .Menu__utils {
    flex-shrink: 0;
    display: flex;
    align-items: baseline;
  }
  .Menu__util {
    margin-right: 24px;
  }
  .Menu__util--compare,
  .Menu__util--badgetEstimate,
  .Menu__util--sumaiKarte {
    display: none;
  }
  .Menu__util > a {
    display: flex;
    align-items: center;
  }
  .Menu__utilLabelSubText {
    margin-top: 0.27rem;
  }
  .Menu__utilIcon {
    width: 28px;
    height: 28px;
  }
  .Menu__utilLabel {
    display: flex;
    align-items: baseline;
    margin-left: 8px;
    margin-top: 2px;
    font-size: 0.87rem;
  }
  .Menu__utilLabel > span:nth-of-type(1) {
    font-weight: bold;
  }
  .Menu__utilLabel > b {
    margin-left: 8px;
    font-size: 1.25rem;
    font-weight: inherit;
  }
  .Menu__util > a:hover .Menu__utilLabel > b,
  .Menu__util > a:hover .Menu__utilLabel > span:nth-of-type(2) {
    color: #ed6103;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-color: #ed6103;
    text-decoration-color: #ed6103;
    text-decoration-thickness: 1px;
    text-underline-position: auto;
  }
  .Menu__area2 {
    display: flex;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .Menu__area2 > * + * {
    padding-left: 24px;
    box-shadow: -1px 0 0 #d2d2d2;
  }
  .Menu__area21 {
    display: flex;
    min-width: 0;
  }
  .Menu__area21 > * + * {
    margin-left: 8px;
  }
  .Menu__area21 > div {
    width: 130px;
    padding-bottom: 8px;
  }
  .Menu__linkGroup > * + * {
    margin-top: 32px;
  }
  .Menu__linkGroup h3 {
    font-weight: bold;
  }
  .Menu__linkGroup h3::before {
    content: "";
    display: block;
    margin-bottom: -0.25em;
  }
  .Menu__linkGroup ul {
    margin-top: 5px;
  }
  .Menu__linkHeading {
    color: #ed6103;
    font-size: 0.87rem;
    font-weight: bold;
  }
  .Menu__link > a {
    display: block;
    padding-top: 4px;
    padding-bottom: 5px;
    font-size: 0.87rem;
  }
  .Menu__link > a:hover {
    color: #ed6103;
    text-decoration: underline;
  }
  .Menu__linkSubText {
    display: inline-block;
    vertical-align: bottom;
    color: #626262;
    font-size: 0.75rem;
    line-height: 1.16667;
    text-decoration: none !important;
  }
  .Menu__area22 {
    flex-grow: 1;
    display: flex;
    min-width: 0;
  }
  .Menu__area22 > * + * {
    margin-left: 30px;
  }
  .Menu__section {
    flex-grow: 1;
    width: 249px;
    padding-bottom: 8px;
  }
  .Menu__section > h3,
  .Menu__section > span {
    font-size: 0.87rem;
    font-weight: bold;
  }
  .Menu__section > h3::before,
  .Menu__section > span::before {
    content: "";
    display: block;
    margin-bottom: -0.25em;
  }
  .Menu__section > div {
    margin-top: 6px;
  }
  .Menu__section p {
    font-size: 0.75rem;
    line-height: 1.66667;
  }
  .Menu__section small {
    font-size: inherit;
  }
  .Menu__section > div > p a {
    color: #0052e8;
    text-decoration: underline;
  }
  .Menu__section > div > p a:hover {
    color: #ed6103;
  }
  .Menu__counterCta {
    margin-top: 7px;
  }
  .Menu__counterCta > * + * {
    margin-top: 16px;
  }
  .Menu__counterVideo > a {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #0052e8;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__counterVideo > a:hover {
    background-color: #0052e8;
  }
  .Menu__counterVideo > a:active {
    box-shadow: none;
    transform: translateY(1px);
  }
  .Menu__counterVideo > a:focus-visible {
    outline-offset: 2px;
  }
  .Menu__counterVideo > a.btn-housing-consult {
    background-color: #fff;
    color: #ed6103;
    border: solid 1px #ed6103;
    text-align: center;
    box-shadow: none;
  }
  .js-focus-visible .Menu__counterVideo > a:focus,
  [data-whatintent=keyboard] .Menu__counterVideo > a:focus {
    outline-offset: 2px;
  }
  .Menu__counterVideo > a > span:nth-child(1) {
    padding: 7px;
    border-right: 1px solid #535ffe;
  }
  .Menu__counterVideo > a > span:nth-child(2) {
    flex-grow: 1;
    padding: 4px;
    font-size: 0.87rem;
    font-weight: bold;
    text-align: center;
  }
  .Menu__counterVideo > a > span > img {
    display: block;
    width: 28px;
    height: 28px;
  }
  .Menu__counterVideo > a.btn-housing-consult > span {
    border: none;
    width: 100%;
    color: #ed6103;
    font-size: 0.87rem;
    font-weight: bold;
  }
  .Menu__footer {
    display: flex;
    margin-top: 16px;
    padding: 16px 20px;
    background-color: #f4f4f4;
    border-radius: 0 0 3px 3px;
  }
  .Menu__footer > div {
    flex-grow: 1;
    width: 0;
  }
  .Menu__footer > div > p {
    font-size: 0.68rem;
    line-height: 1.63636;
  }
}
.Footer {
  position: relative;
  min-width: 320px;
  background-color: #fff;
}

.Footer__part1 a:hover {
  color: #ed6103;
  text-decoration: underline;
}

.Footer__linkGroupHeading {
  font-weight: bold;
}

.Footer__areaList > dt {
  font-weight: bold;
}

.Footer__verticalLinedList > li {
  display: inline;
}

.Footer__verticalLinedList > li + li::before {
  content: " | ";
}

.Footer__safetyText {
  background-color: #f4f4f4;
  font-weight: bold;
}

.Footer__safetyItem > div > p > b {
  font-weight: bold;
}

.Footer__part3 {
  background-color: #ed6103;
  color: #fff;
  font-weight: bold;
}

.Footer__part3 a:hover {
  text-decoration: underline;
}

.Footer__part3 :focus-visible {
  outline-color: #ffe4ad;
  outline-offset: -3px;
}

.js-focus-visible .Footer__part3 .focus-visible,
[data-whatintent=keyboard] .Footer__part3 :focus {
  outline-color: #ffe4ad;
  outline-offset: -3px;
}

.Footer__copyright {
  font-size: 0.75rem;
}

@media (max-width: 1043.9px) {
  .Footer__part1 {
    border-bottom: 1px solid #d2d2d2;
    font-size: 0.75rem;
  }
  .Footer__linkGroup {
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid #d2d2d2;
  }
  .Footer__linkGroupHeading {
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
    padding: 12px 20px 12px 10px;
    font-size: 0.87rem;
  }
  .Footer__linkGroupHeading > button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    color: transparent;
    text-align: right;
    cursor: pointer;
  }
  .Footer__linkGroupHeading > button::before {
    content: "";
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin-top: auto;
    margin-bottom: auto;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20points%3D%228%209.85%203.98%205.83%204.92%204.9%208%207.98%2011.08%204.9%2012.02%205.83%208%209.85%22%20fill%3D%22%236c6c6c%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 100%;
  }
  .Footer__linkGroupHeading > button[aria-expanded=true]::before {
    transform: rotate(180deg);
  }
  .Footer__linkGroupPanel {
    padding-top: 8px;
    padding-bottom: 20px;
  }
  .Footer__linkGroupPanel[aria-hidden=true] {
    display: none;
  }
  .Footer__areaList > dt {
    margin-bottom: 20px;
    font-weight: bold;
  }
  .Footer__areaList > dt > a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .Footer__areaList > dt ~ dt {
    margin-top: 20px;
  }
  .Footer__verticalLinedList {
    line-height: 3;
  }
  .Footer__verticalLinedList::before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: -1em;
  }
  .Footer__verticalLinedList::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: -1em;
  }
  .Footer__verticalLinedList > li > a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .Footer__part2 {
    font-size: 0.75rem;
  }
  .Footer__part2 > div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .Footer__part2 > div > div {
    display: flex;
    margin: 20px -10px 10px;
  }
  .Footer__safetyText {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px 10px;
    font-size: 0.87rem;
  }
  .Footer__safetyItem {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .Footer__safetyItem + .Footer__safetyItem {
    border-left: 1px solid #d2d2d2;
  }
  .Footer__safetyItemImage {
    display: block;
    min-height: 62px;
    margin: 6px auto 16px;
    text-align: center;
  }
  .Footer__safetyItemImage > img {
    display: inline-block;
    vertical-align: bottom;
  }
  .Footer__part3 {
    font-size: 0.81rem;
    padding-bottom: 8px;
  }
  .Footer--simple .Footer__linksAndLogo {
    display: flex;
  }
  .Footer__linksAndLogo > div > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1px;
    margin-left: -1px;
    border-bottom: 1px solid;
  }
  .Footer__linksAndLogo > div > ul > li {
    flex-grow: 1;
    width: 50%;
    border-top: 1px solid;
    border-left: 1px solid;
  }
  .Footer__linksAndLogo > div > ul > li > a {
    display: block;
    padding: 18px 10px;
  }
  .Footer__linksAndLogo > img {
    display: block;
    width: 218px;
    height: 76px;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
  }
  .Footer__copyright {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
}
@media (min-width: 1044px) {
  .Footer__part1 {
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.75rem;
  }
  .Footer__part1 > div {
    display: flex;
    margin-left: -40px;
    padding-top: 12px;
  }
  .Footer__part1 > div > div {
    width: 50%;
    padding-left: 40px;
  }
  .Footer__linkGroup {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .Footer__linkGroup + .Footer__linkGroup {
    border-top: 1px solid #d2d2d2;
  }
  .Footer__linkGroupHeading {
    margin-bottom: 12px;
    font-size: 0.87rem;
  }
  .Footer__linkGroupHeading > button {
    display: none;
  }
  .Footer__areaList {
    display: flex;
    flex-wrap: wrap;
  }
  .Footer__areaList > dt {
    width: 90px;
    line-height: 2;
  }
  .Footer__areaList > dt > a {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .Footer__areaList > dd {
    width: calc(100% - 90px);
  }
  .Footer__verticalLinedList {
    line-height: 2;
  }
  .Footer__verticalLinedList > li > a {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  .Footer__part2 {
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.75rem;
  }
  .Footer__part2 > div > div {
    display: flex;
    margin: 20px -20px 40px;
  }
  .Footer__safetyText {
    padding: 16px 10px;
    font-size: 0.87rem;
    text-align: center;
  }
  .Footer__safetyItem {
    display: flex;
    align-items: flex-start;
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .Footer__safetyItem + .Footer__safetyItem {
    border-left: 1px solid #d2d2d2;
  }
  .Footer__safetyItemImage {
    flex-shrink: 0;
  }
  .Footer__safetyItemImage > img {
    display: block;
    margin-right: 20px;
  }
  .Footer__safetyItemText::before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: -0.25em;
  }
  .Footer__safetyItemText::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: -0.25em;
  }
  .Footer__part3 {
    font-size: 0.81rem;
  }
  .Footer__part3 > div {
    max-width: 1044px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 36px;
  }
  .Footer--simple .Footer__part3 > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
  }
  .Footer__linksAndLogo {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .Footer__linksAndLogo > div {
    overflow: hidden;
  }
  .Footer__linksAndLogo > div > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    overflow: hidden;
    margin-right: -8px;
    padding-top: 30px;
    padding-bottom: 12px;
  }
  .Footer__linksAndLogo > div > ul > li {
    position: relative;
    padding-right: 8px;
    padding-left: 8px;
  }
  .Footer__linksAndLogo > div > ul > li::after {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background-color: #fff;
  }
  .Footer__linksAndLogo > div > ul > li > a {
    display: block;
    line-height: 2;
  }
  .Footer__linksAndLogo > img {
    flex-shrink: 0;
    width: 218px;
    height: 76px;
    margin-top: 16px;
    margin-left: -15px;
  }
  .Footer__copyright {
    text-align: right;
  }
  .Footer--simple .Footer__copyright {
    margin-top: 16px;
  }
}
/*
 * smartApp bannerがnative実装されてないため、index, retopでheaderより高い位置に
 * 要素が存在してしまっているのでyでなくx方向に飛ばす応を入れる
 */
.Header__skipLink {
  transform: translateX(-100%);
}

.Header__skipLink:focus {
  transform: translateX(0%);
}

/*
 * ios safari 15系のfocus-visibleバグ対応
 * https://bugs.webkit.org/show_bug.cgi?id=241408
 */
.Header__menu > button > span,
.Menu__closeButton > span {
  pointer-events: none;
}

/* no.1テキスト */
.Header__no1Text {
  padding: 0.5rem 1rem;
  background-color: #f4f4f4;
  border-top: 1px solid #d2d2d2;
  color: #626262;
  font-size: 0.75rem;
}

.Header__no1Text > p {
  margin: auto;
  max-width: 1044px;
  padding: 0 12px;
  box-sizing: border-box;
}

.Header__no1Text a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 1019.9px) {
  .Header__no1Text {
    padding: 0.5rem 0;
  }
}
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}
/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}
@charset "UTF-8";
/* = mod-ltagInline
----------------------------------------------- *
 * SP: インライン・テキストリンクでのLIFULLタグ
 * @modifier [mod-ltagInline--button] ボタンUI化
----------------------------------------------- */
.mod-ltagInline,
.mod-ltagInline--button {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: #000000;
  display: inline-flex;
  align-items: flex-start;
  text-decoration: none;
  text-align: left;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.4;
}

.mod-ltagInline::before,
.mod-ltagInline--button::before {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  flex-shrink: 0;
  margin: 2px 4px 0 0;
  background-image: url('/smp/assets/img/smartphone/module/ltag/ltag-hash.svg?v=fc763cd5a1bc424dc33a3dc1c34eb987#primary');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.mod-ltagInline--button {
  border: 1px solid #ed6103;
  color: #ed6103;
  padding: 11px 8px;
  border-radius: 4px;
}

a.mod-ltagInline,
a.mod-ltagInline--button,
button.mod-ltagInline,
button.mod-ltagInline--button {
  color: #ed6103;
}
@charset "UTF-8";
/* = .sec-layout
 * 余白などレイアウト調整用
 * mobile
----------------------------------------------- */
.sec-layout .mod-ltagFlowEyecatch + .mod-suggestContainer {
  margin-top: -32px;
}

.sec-layout .mod-ltagFlowEyecatch + .mod-suggestContainer.is-open {
  margin-top: 0;
}
@charset "UTF-8";
/* = .mod-loading
 * サジェストUIのAjaxローディングアイコン
 * mobile
----------------------------------------------- */
.mod-loading {
  width: 32px;
  height: 32px;
  position: relative;
  margin: auto;
}

.mod-loading__circular {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transform-origin: center center;
  animation: rotate 2s linear infinite;
}

.mod-loading__path {
  stroke: #ed6103;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  transform: translate3d(0, 0, 0);
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg) translate3d(0, 0, 0);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@charset "UTF-8";
/* = .mod-ltagFlowEyecatch
 * LtagFlow FirstView
 * mobile
----------------------------------------------- */
.mod-ltagFlowEyecatch {
  position: relative;
  z-index: 1;
  padding-bottom: 45.86666%; /* =344/750(画像サイズ) */
}

.mod-ltagFlowEyecatch__image {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.mod-ltagFlowEyecatch__image img {
  width: 100%;
  display: block;
}

.mod-ltagFlowEyecatch__caption {
  display: none;
}
@charset "UTF-8";
/* = .mod-suggestContainer
 * 検索サジェストUIの総合コンテナ
 * mobile
----------------------------------------------- */
.mod-suggestContainer {
  position: relative;
  background: #f5f5f5;
}

.mod-suggestContainer__content {
  position: relative;
  z-index: 2;
  background: #fff;
  border-top-right-radius: 5px;
  padding: 32px 20px 24px;
  width: calc(100% - 10px);
}

.mod-suggestContainer__close {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  display: none;
}

.mod-suggestContainer__backdrop {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms ease-in-out;
}

.mod-suggestContainer__pageTop {
  display: none;
  text-align: center;
}

.mod-suggestContainer:not(.is-open) .mod-suggestContainer__list {
  display: none;
}

/* open suggest ui */
.mod-suggestContainer.is-open {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: transparent;
}

.mod-suggestContainer.is-open .mod-suggestContainer__content {
  padding-bottom: 280px; /* focus時ソフトウェアキーボードでリンクが隠れるため余分なpaddingを引く */
}

.mod-suggestContainer.is-open .mod-suggestContainer__search {
  margin-bottom: 24px;
}

.mod-suggestContainer.is-open .mod-suggestContainer__content {
  margin: 10px 10px 0 0;
  padding-top: 48px;
  min-height: calc(100% - 10px);
}

.mod-suggestContainer.is-open .mod-suggestContainer__backdrop {
  opacity: 1;
  pointer-events: auto;
}

.mod-suggestContainer.is-open .mod-suggestContainer__carousel,
.mod-suggestContainer.is-open .mod-suggestContainer__close {
  display: none;
}

.mod-suggestContainer.is-open .mod-suggestContainer__close {
  display: block;
}
@charset "UTF-8";
/* = .mod-ltagContentsGroup
 * 「したい暮らしに出会えるタグから探す」以下のタグ一覧UIのグルーピングコンテナ
 * mobile
----------------------------------------------- */
.mod-ltagContentsGroup {
  padding: 32px 20px 20px;
  background: #fff;
}

.mod-ltagContentsGroup__heading {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.mod-ltagContentsGroup__heading h1,
.mod-ltagContentsGroup__heading span {
  font: inherit;
  display: inline;
}

.mod-ltagContentsGroup__tail {
  margin: 50px 0 -20px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  background-image: url('/smp/assets/img/smartphone/page/flow/chintai/ltag/homeskun-with-hash.png?v=9c39bcca1392aaad5eef8f177514253b');
  background-size: 170px;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.mod-ltagContentsGroup__tail p {
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 1.71428;
}
@charset "UTF-8";
/* = .mod-suggestCarousel
 * LタグのカルーセルUI
 * ※ library の swiper.jsが必要
 * mobile
----------------------------------------------- */
.mod-suggestCarousel {
  padding: 20px 0;
  background: #f5f5f5;
}

.mod-suggestCarousel__listItem {
  width: auto;
  position: relative;
}

.mod-suggestCarousel__listItem::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-image: url('/smp/assets/img/smartphone/common/icon/icon-focus-lt.svg?v=cea17cde21c9e2a5010826323a0094ff'), url('/smp/assets/img/smartphone/common/icon/icon-focus-rt.svg?v=66841aadd883932c187a8dc30fa0d057'), url('/smp/assets/img/smartphone/common/icon/icon-focus-lb.svg?v=0b55ff9adb412c720ee97cdb90688631'), url('/smp/assets/img/smartphone/common/icon/icon-focus-rb.svg?v=1ebee8f0edd7e674bb7ec17a57881eda');
  background-size: 16px 12px, 12px 16px, 12px 16px, 16px 12px;
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale3d(1.25, 1.25, 1);
  transition-property: opacity, transform;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}

.mod-suggestCarousel__listItem.swiper-slide-active::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* buttons */
.mod-suggestCarousel__anchor {
  background: #fff;
}

/* controls */
.mod-suggestCarousel__controls {
  display: none;
}
@charset "UTF-8";
/* = .mod-freeWordSearch
 * フリーワード検索UIの入力欄
 * mobile
----------------------------------------------- */
.mod-freeWordSearch {
  position: relative;
  z-index: 2;
  border-radius: 0 5px 0 0;
}

.mod-freeWordSearch__focusTrigger {
  position: absolute;
  z-index: 1;
  cursor: text;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mod-freeWordSearch__input {
  position: relative;
}

.mod-freeWordSearch__input input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  display: block;
  width: 100%;
  border: 2px solid #ed6103;
  background: #fff;
  border-radius: 6px;
  height: 44px;
  font-size: 16px;
  padding: 0 8px 0 34px;
  cursor: text;
}

.mod-freeWordSearch__input input::placeholder {
  color: #c2c2c2;
}

/* iOS safari placeholder position */
.mod-freeWordSearch__input input::-webkit-input-placeholder {
  display: block;
  line-height: 1.3;
  color: #c2c2c2;
}

.mod-freeWordSearch__input::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 12px;
  width: 18px;
  height: 20px;
  background: url('/smp/assets/img/smartphone/module/ltag/ltag-hash.svg?v=fc763cd5a1bc424dc33a3dc1c34eb987#primary') no-repeat 0 0/100%;
}

.mod-freeWordSearch__examples {
  display: flex;
  font-size: 0.87rem;
  flex-flow: row wrap;
  align-items: center;
  margin: 10px 0 -10px;
  letter-spacing: -0.02em;
}

.mod-freeWordSearch__examples dt,
.mod-freeWordSearch__examples dd {
  margin-bottom: 10px;
}

.mod-freeWordSearch__examples dt::after {
  content: "：";
}

.mod-freeWordSearch__examples dd {
  color: #000;
  background: #f5f5f5;
  font-size: 0.75rem;
  border-radius: 2px;
  padding: 6px;
}

.mod-freeWordSearch__examples dd + dd {
  margin-left: 8px;
}

.mod-freeWordSearch__placeholder {
  display: none;
  font-size: 0.87rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* state modifier */
.mod-freeWordSearch.is-list-visible .mod-freeWordSearch__examples {
  display: none;
}

/* 親(..mod-suggestContainer)のstateに応じて変化 */
.mod-suggestContainer.is-open .mod-freeWordSearch__placeholder {
  display: block;
}
@charset "UTF-8";
/* = .mod-ltagSuggestList
 * サジェスト候補の一覧表示UI
 * mobile
----------------------------------------------- */
.mod-ltagSuggestList {
  display: block;
}

/* balloon */
.mod-ltagSuggestList__balloon {
  position: relative;
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 16px;
}

.mod-ltagSuggestList__balloon::before,
.mod-ltagSuggestList__balloon::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 0;
  height: 0;
  display: block;
  left: 50%;
  bottom: 100%;
  border: 13px solid transparent;
  transform: translateX(-50%);
  border-bottom-color: #fff;
}

.mod-ltagSuggestList__balloon::after {
  z-index: 1;
  border-bottom-color: #b0b0b0;
  border-width: 14px;
}

.mod-ltagSuggestList.has-item .mod-ltagSuggestList__balloon {
  background: #fbf3ed;
  border-color: #f6b081;
}

.mod-ltagSuggestList.has-item .mod-ltagSuggestList__balloon::before {
  border-bottom-color: #fbf3ed;
}

.mod-ltagSuggestList.has-item .mod-ltagSuggestList__balloon::after {
  border-bottom-color: #f6b081;
}

.mod-ltagSuggestList__balloon > p {
  padding: 20px;
  font-size: 16px;
  text-align: center;
}

/* loading */
.mod-ltagSuggestList__loading {
  margin: 11px auto;
}

.mod-ltagSuggestList__result {
  display: none;
}

/* listGroup */
.mod-ltagSuggestList__listGroup,
.mod-ltagSuggestList__notFound {
  position: relative;
  font-size: 16px;
}

.mod-ltagSuggestList__listItem:not(:last-child) {
  border-bottom: 1px solid #ed6103;
}

.mod-ltagSuggestList__anchor {
  display: block;
  padding: 20px;
  color: #ed6103;
  text-decoration: none;
}

.mod-ltagSuggestList__anchor b {
  font-weight: 700;
}

/* state modifier */
/* 結果表示時 */
.mod-ltagSuggestList.is-visible .mod-ltagSuggestList__result {
  display: block;
}

.mod-ltagSuggestList.is-visible.has-item + .mod-suggestContainer__pageTop {
  display: block;
}

.mod-ltagSuggestList.is-visible + .mod-suggestContainer__pageTop .mod-pageTop__trigger {
  margin-top: 0;
  margin-bottom: 0;
}
@charset "UTF-8";
/* = .mod-promoLtagInfo
 * 画像つきLタグリンク集
 * mobile
----------------------------------------------- */
.mod-promoLtagInfo {
  margin: 24px 0;
}

.mod-promoLtagInfo__listGroup {
  display: flex;
  flex-flow: row wrap;
}

.mod-promoLtagInfo__listItem {
  flex: 0 0 100%;
  margin-bottom: 15px;
}

.mod-promoLtagInfo__anchor {
  color: #fff;
  font-weight: 700;
  display: block;
  text-decoration: none;
}

.mod-promoLtagInfo__content {
  position: relative;
  border-radius: 6px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod-promoLtagInfo__image {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.mod-promoLtagInfo__tagName {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  z-index: 3;
  padding: 20px 20px 20px 52px;
}

.mod-promoLtagInfo__tagName::before {
  content: "";
  position: absolute;
  display: block;
  top: 26px;
  left: 26px;
  width: 20px;
  height: 22px;
  background: url('/smp/assets/img/smartphone/module/ltag/ltag-hash.svg?v=fc763cd5a1bc424dc33a3dc1c34eb987#white') no-repeat 0 0/100%;
}

.mod-promoLtagInfo__tagName .ui-svg-icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.mod-promoLtagInfo__content::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  border-radius: inherit;
}
@charset "UTF-8";
/* = .mod-ltagCloudInfo
 * 横並びのltag一覧+もっとタグを探してみるボタンUI
 * mobile
----------------------------------------------- */
.mod-ltagCloudInfo {
  margin: 32px 0;
}

.mod-ltagCloudInfo__listGroup {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -10px -20px 0;
}

.mod-ltagCloudInfo__listGroup--dummy {
  margin-top: 20px;
}

.mod-ltagCloudInfo__listGroup--dummy::after {
  content: "";
  width: calc(100% - 10px);
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 1;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0));
}

.mod-ltagCloudInfo__listItem {
  margin: 0 10px 20px 0;
}

.mod-ltagCloudInfo__more {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;
  background: #fff;
  color: #000;
  border: 1px solid #cbcbcb;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.mod-ltagCloudInfo__anchor--dummy {
  width: 200px;
  height: 40px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
