@charset "UTF-8";
#globalFooter {
  /* DEFAULT SETTING*/
}

@keyframes menueShow {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#globalFooter *,
#globalFooter *::before,
#globalFooter *::after {
  box-sizing: border-box;
}

#globalFooter * {
  margin: 0;
  padding: 0;
}

#globalFooter .footer {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  width: 100%;
  background-color: #f2f2f2;
}

#globalFooter .footer__inner {
  padding: 23px 0 20px;
}

#globalFooter .footerSitemap {
  margin-bottom: 15px;
  padding: 0 20px;
}

#globalFooter .footerSitemap--isOpen {
  display: flex;
  padding: 0;
}

#globalFooter .footerSitemap--isOpen .footerSitemapSpHedging {
  width: 37.33333%;
}

#globalFooter .footerSitemap--isOpen .footerSitemapSpHedging__text--newLine {
  display: block;
}

#globalFooter .footerSitemap--isOpen .footerSitemapSpHedging__text {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0;
  padding-left: 20px;
  padding-right: 1.1em;
}

#globalFooter .footerSitemap__list {
  display: block;
  width: 62.4%;
  overflow: hidden;
}

#globalFooter .footerSitemap__listItem {
  width: 100%;
}

#globalFooter .footerSitemap__listItem--isOpen .footerCategory__item {
  display: block;
  animation: menueShow 0.3s linear 0s;
}

#globalFooter .footerSitemap__listItem:last-of-type {
  border-bottom: none;
}

#globalFooter .footerSitemap__listItem--onlyPc {
  display: none;
}

#globalFooter .footerSitemap__listItem--onlySp {
  display: block;
}

#globalFooter .footerSitemapSpHedging {
  width: 100%;
  display: block;
  text-align: left;
}

#globalFooter .footerSitemapSpHedging__item--active {
  background-color: #008d54;
}

#globalFooter .footerSitemapSpHedging__item--active .footerSitemapSpHedging__text {
  color: #fff;
}

#globalFooter .footerSitemapSpHedging__text {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #008d54;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: none;
}

#globalFooter .footerSitemapSpHedging__text::after {
  content: '';
  position: absolute;
  top: 18px;
  right: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-color: #008d54 #008d54 transparent transparent;
  transform: rotate(45deg);
}

#globalFooter .footerSitemapSpHedging__text--newLine {
  display: none;
}

#globalFooter .footerCategory {
  position: relative;
  background-color: #008d54;
}

#globalFooter .footerCategory__title {
  display: none;
}

#globalFooter .footerCategory__item {
  display: none;
}

#globalFooter .footerSubCategory--blankIcon::after {
  content: '';
  width: 1.125em;
  height: 1.125em;
  display: inline-block;
  background-image: url(/common/img/blank_icon_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

#globalFooter .footerSubCategory--blankIconGreen::after {
  background-image: url(/common/img/blank_icon.png);
}

#globalFooter .footerSubCategory__item {
  height: 50px;
  padding-left: 18px;
  padding-right: 20px;
  text-align: left;
}

#globalFooter .footerSubCategory__item:first-of-type .footerSubCategory__link {
  border-top: none;
}

#globalFooter .footerSubCategory__item--offset {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

#globalFooter .footerSubCategory__item--white {
  background-color: #fff;
}

#globalFooter .footerSubCategory__item--white .footerSubCategory__link {
  color: #231815;
  border-top: 1px solid #008d54;
}

#globalFooter .footerSubCategory__item--white:first-of-type .footerSubCategory__link {
  border-top: none;
}

#globalFooter .footerSubCategory__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3em 0;
  height: 100%;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-top: 1px solid #fff;
  cursor: pointer;
}

#globalFooter .footerSubCategory__link--OnlyPc {
  display: none;
}

#globalFooter .footerSubCategory__text {
  line-height: 1.2;
}

#globalFooter .footerSubCategoryRelationMenu {
  background-color: #fff;
}

#globalFooter .footerSubCategoryRelationMenu__item {
  height: 50px;
  padding-left: 18px;
  padding-right: 20px;
}

#globalFooter .footerSubCategoryRelationMenu__item:first-of-type .footerSubCategoryRelationMenu__link {
  border-top: none;
}

#globalFooter .footerSubCategoryRelationMenu__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3em 0;
  height: 100%;
  color: #000;
  border-top: 1px solid #008d54;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  padding-left: 2.9em;
}

#globalFooter .footerSubCategoryRelationMenu__link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#globalFooter .footerSubCategoryRelationMenu__link--owners::before {
  width: 1.222em;
  height: 1.556em;
  background-image: url(/common/img/owners_icon.png);
}

#globalFooter .footerSubCategoryRelationMenu__link--modelhouse::before {
  width: 1.667em;
  height: 1.667em;
  background-image: url(/common/img/modelhouse_icon.png);
}

#globalFooter .footerSubCategoryRelationMenu__link--catalog::before {
  width: 1.786em;
  height: 1.714em;
  background-image: url(/common/img/catalog_icon_small.png);
}

#globalFooter .footerSubCategoryRelationMenu__link--area::before {
  width: 2.222em;
  height: 1.444em;
  left: 0;
  background-image: url(/common/img/area_icon.png);
}

#globalFooter .footerSubCategoryRelationMenu__link--balloon::before {
  width: 1.667em;
  height: 1.333em;
  background-image: url(/common/img/balloon_icon.png);
}

#globalFooter .footerContent {
  padding: 0 20px;
}

#globalFooter .footerContent__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

#globalFooter .footerContent__item {
  display: none;
}

#globalFooter .footerContent__itemText {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  padding: 1.071em;
  color: #fff;
}

#globalFooter .footerContent__icon::before {
  content: '';
  margin-right: 5px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#globalFooter .footerContent__icon--inquiry::before {
  width: 2.143em;
  height: 1.571em;
  background-image: url(/common/img/inquiry_icon_white.png);
}

#globalFooter .footerContent__icon--global::before {
  width: 1.5em;
  height: 1.5em;
  background-image: url(/common/img/global_icon_white.png);
}

#globalFooter .footerContent__itemDisplaySp {
  display: block;
  width: 48%;
  background-color: #008d54;
}

#globalFooter .footerTerms {
  padding: 0 20px;
}

#globalFooter .footerTerms__list {
  width: 66.66667%;
  margin-bottom: 15px;
  text-align: left;
}

#globalFooter .footerTerms__item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 8px;
}

#globalFooter .footerTerms__link {
  text-decoration: none;
  color: #000;
  font-size: 13px;
}

#globalFooter .footerCopyright {
  font-size: 10px;
  display: inline-block;
  text-align: left;
  letter-spacing: -0.1px;
}

#globalFooter .footerSpAccordionMenu {
  position: relative;
  padding-right: 18px;
  line-height: 1.3;
}

#globalFooter .footerSpAccordionMenu::before, #globalFooter .footerSpAccordionMenu::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  right: 5px;
}

#globalFooter .footerSpAccordionMenu::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

#globalFooter .footerSpAccordionMenu--isActive {
  padding-right: 23px;
  height: 50px;
  border-bottom: 1px solid #fff;
}

#globalFooter .footerSpAccordionMenu--isActive::after {
  transform: rotate(0);
}

#globalFooter .footerSpAccordionMenu__list {
  display: none;
  padding-left: 18px;
}

#globalFooter .footerSpAccordionMenu__list--isOpen {
  display: block;
}

#globalFooter .footerSpAccordionMenu__item {
  height: 44px;
  border-top: 1px solid #fff;
}

#globalFooter .footerSpAccordionMenu__item--wide {
  height: 60px;
}

#globalFooter .footerSpAccordionMenu__item:first-of-type {
  border-top: none;
}

#globalFooter .footerSpAccordionMenu__item--autoHeight {
  height: auto;
}

#globalFooter .footerSpAccordionMenu__item--child {
  border-top: none;
}

#globalFooter .footerSpAccordionMenu__item--child .footerSpAccordionMenu--isActive {
  padding: 12.5px 0;
  height: auto;
}

#globalFooter .footerSpAccordionMenu__item--child .footerSpAccordionMenu--offset.footerSpAccordionMenu--isActive {
  padding: 2.82px 0;
  padding-right: 18px;
}

#globalFooter .footerSpAccordionMenu__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3em 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}

#globalFooter .footerSpAccordionMenu__link--blankIcon::after {
  content: '';
  width: 1.125em;
  height: 1.125em;
  display: inline-block;
  background-image: url(/common/img/blank_icon_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}

#globalFooter .footerOnlyPc {
  display: none;
}

#globalFooter .footerOnlySp {
  display: block;
}

#globalFooter .targetTop {
  position: fixed;
  right: 20px;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  z-index: 99;
}

#globalFooter .targetTop--show {
  opacity: 1;
  visibility: visible;
}

#globalFooter .targetTop__button {
  position: relative;
  display: block;
  margin-bottom: 10px;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #008d54;
}

#globalFooter .targetTop__button::after {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 2vw;
  height: 2vw;
  vertical-align: middle;
  transform: rotate(225deg);
}

#globalFooter .footerLogo {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 1rem;
}

#globalFooter .footerLogo__item {
  width: auto;
  height: 2.5rem;
  margin-right: 0;
  margin-bottom: 0;
}

#globalFooter .footerLogo__img {
  width: auto;
  height: 100%;
}

.targetTopNoFixed .targetTop {
  position: absolute !important;
  right: 20px !important;
  bottom: 6.5% !important;
}
