@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*============================================================================
               header
============================================================================ */
.ly_header {
  position: relative;
  z-index: 99999;
}
.ly_header_inner {
  position: relative;
}
.ly_header_head {
  padding: 23px 40px;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 744px) {
  .ly_header_head {
    padding: 15px 20px;
  }
}
.ly_header_head.panelOpen {
  z-index: 0;
}
.ly_header_h1 {
  width: 170px;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .ly_header_h1 {
    width: 160px;
  }
}
.ly_header_lang {
  position: absolute;
  z-index: 9999;
  top: 23px;
  right: 170px;
  font-family: "Noto Sans", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .ly_header_lang {
    right: 84px;
    top: 17px;
  }
}
.ly_header_lang.panelOpen, .ly_header_lang.searchOpen {
  position: fixed;
  right: 97px;
}
@media screen and (max-width: 744px) {
  .ly_header_lang.panelOpen, .ly_header_lang.searchOpen {
    right: 84px;
  }
}
.ly_header_lang span.__current {
  color: #b6b7b4;
}

html.js_scroll_prevent {
  width: 100%;
  height: 100%;
  position: fixed;
}

.ly_loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/bg.png);
  background-repeat: repeat;
  background-color: #fff;
  z-index: 99999;
  top: 0;
  left: 0;
}
.ly_loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.ly_loader figure {
  display: none;
}

.ly_footer {
  border-top: 1px solid #b6b7b4;
  position: relative;
}
@media screen and (max-width: 744px) {
  .ly_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 881px) {
  .ly_footer {
    background-image: url(../../img/common/bg.png);
    background-repeat: repeat;
    background-color: #fff;
  }
}

.ly_footerWrap {
  width: 100%;
  max-width: 940px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .ly_footerWrap {
    width: 100%;
    padding: 0;
    padding-right: 20px;
    padding-right: 5.3333333333vw;
    padding-left: 20px;
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .ly_footerWrap {
    width: 100%;
    padding: 0 80px;
  }
}

.ly_footerOutline_section {
  margin-top: 100px;
}
@media screen and (max-width: 744px) {
  .ly_footerOutline_section {
    margin-top: 0;
  }
}
.ly_footerOutline_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .ly_footerOutline_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 105px;
    padding-top: 28vw;
    padding-bottom: 80px;
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerOutline_left {
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerOutline_left .__logo {
    text-align: center;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.ly_footerOutline_left .__logo p {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
.ly_footerOutline_left .__logo p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.ly_footerOutline_left .__logo p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  .ly_footerOutline_left .__logo p {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 881px) {
  .ly_footerOutline_left .__logo p {
    text-align: left;
  }
}
.ly_footerOutline_left .__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 56px;
}
.ly_footerOutline_left .__sns a {
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 744px) {
  .ly_footerOutline_left .__sns {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    margin-left: 30px;
    margin-left: 8vw;
    margin-right: 30px;
    margin-right: 8vw;
  }
  .ly_footerOutline_left .__sns a {
    width: 32px;
    width: 8.5333333333vw;
    height: 32px;
    height: 8.5333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerOutline_left .__sns.__hiddenSmp {
    display: none;
  }
}
.ly_footerOutline_left.__visibleSmp {
  display: none;
}
@media screen and (max-width: 744px) {
  .ly_footerOutline_left.__visibleSmp {
    display: block;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerOutline_right {
    width: 100%;
  }
}
.ly_footerOutline_right .__branchBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ly_footerOutline_right .__branchBlock:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 880px) {
  .ly_footerOutline_right .__branchBlock {
    display: block;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerOutline_right .__branchBlock:not(:first-child) {
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 881px) {
  .ly_footerOutline_right .__branchBlock {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerOutline_right .__address p {
    text-align: center;
  }
}
.ly_footerOutline_right .__address p:not(:first-child) {
  margin-top: 8px;
}
.ly_footerOutline_right .__address p:nth-child(1) {
  font-weight: 400;
}
.ly_footerOutline_right .__address p:nth-child(1)::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.ly_footerOutline_right .__address p:nth-child(1)::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.ly_footerOutline_right .__tel {
  margin-left: 40px;
}
@media screen and (max-width: 880px) {
  .ly_footerOutline_right .__tel {
    margin-left: 0;
  }
}
.ly_footerOutline_right .__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b6b7b4;
  border-radius: 4px;
  width: 150px;
  padding: 12px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 880px) {
  .ly_footerOutline_right .__tel a {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 881px) {
  .ly_footerOutline_right .__tel a {
    border: none;
    padding: 0;
    width: auto;
    top: -4px;
  }
}
.ly_footerOutline_right .__tel a::before {
  display: block;
  content: url(../../img/common/icon_phone.svg);
  margin: 3px 8px 0 0;
}

.ly_footerIndex_section {
  margin-top: 80px;
}
@media screen and (max-width: 744px) {
  .ly_footerIndex_section {
    margin-top: 0;
  }
}
.ly_footerIndex_trigger {
  position: relative;
  font-family: "Noto Sans", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 744px) {
  .ly_footerIndex_trigger {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.ly_footerIndex_trigger:hover {
  cursor: pointer;
}
.ly_footerIndex_trigger::before, .ly_footerIndex_trigger::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  content: "";
  width: 13px;
  height: 1px;
  background: #707070;
}
@media screen and (max-width: 744px) {
  .ly_footerIndex_trigger::before, .ly_footerIndex_trigger::after {
    width: 13px;
    width: 3.4666666667vw;
  }
}
.ly_footerIndex_trigger::after {
  transform: rotate(90deg);
  transform-origin: center;
}
.ly_footerIndex_trigger.is-active::after {
  display: none;
}
.ly_footerIndex_wrap {
  display: none;
}
@media screen and (max-width: 744px) {
  .ly_footerIndex_wrap {
    margin-top: 32px;
    margin-top: 8.5333333333vw;
  }
}
.ly_footerIndex_wrap.is-active {
  display: block;
}
.ly_footerIndex_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 30px;
}
@media screen and (max-width: 744px) {
  .ly_footerIndex_nav {
    gap: 15px;
    margin-top: 30px;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerIndex_navItem {
    width: calc(50% - 15px);
    min-width: 100px;
    min-width: 26.6666666667vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.ly_footerLineup {
  padding-top: 40px;
}
@media screen and (max-width: 744px) {
  .ly_footerLineup {
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
}
.ly_footerLineup_ttl {
  padding-top: 40px;
  border-top: 1px solid #b6b7b4;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 744px) {
  .ly_footerLineup_ttl {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.ly_footerLineup_list {
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .ly_footerLineup_list {
    margin-top: 0;
  }
}
@media screen and (min-width: 881px) {
  .ly_footerLineup_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.ly_footerLineup_listItem {
  position: relative;
}
@media screen and (min-width: 881px) {
  .ly_footerLineup_listItem {
    padding: 0 40px;
  }
  .ly_footerLineup_listItem:not(:last-child) {
    border-right: 1px solid #e7e7e6;
  }
}
@media screen and (max-width: 880px) {
  .ly_footerLineup_listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e7e7e6;
    padding: 30px 184px 30px 40px;
    min-height: 167px;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerLineup_listItem {
    padding: 0;
    padding-top: 24px;
    padding-top: 6.4vw;
    padding-bottom: 24px;
    padding-bottom: 6.4vw;
    padding-right: 98px;
    padding-right: 26.1333333333vw;
    min-height: unset;
  }
}
@media screen and (min-width: 881px) {
  .ly_footerLineup_listItem:first-child {
    padding-left: 0;
  }
}
@media screen and (min-width: 881px) {
  .ly_footerLineup_listItem:last-child {
    padding-right: 0;
  }
}
.ly_footerLineup_listItem .__img {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  .ly_footerLineup_listItem .__img {
    position: absolute;
    right: 40px;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerLineup_listItem .__img {
    right: 0;
    top: 16vw;
    width: 82px;
    width: 21.8666666667vw;
    height: 82px;
    height: 21.8666666667vw;
  }
}
.ly_footerLineup_listItem .__ttl {
  font-size: 1.65rem;
  font-weight: 400;
}
@media screen and (min-width: 881px) {
  .ly_footerLineup_listItem .__ttl {
    width: 230px;
    text-align: center;
    margin-top: 16px;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerLineup_listItem .__ttl {
    font-size: 16px;
    font-size: 4.2666666667vw;
    width: 230px;
    width: 61.3333333333vw;
  }
}
.ly_footerLineup_listItem .__txt {
  margin-top: 16px;
  font-size: 1.2rem;
}
@media screen and (min-width: 881px) {
  .ly_footerLineup_listItem .__txt {
    width: 230px;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerLineup_listItem .__txt {
    font-size: 12px;
    font-size: 3.2vw;
    width: 230px;
    width: 61.3333333333vw;
    margin-top: 8px;
    margin-top: 2.1333333333vw;
  }
}
.ly_footerLineup_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 881px) {
  .ly_footerLineup_link {
    margin-top: 32px;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerLineup_link {
    margin-top: 32px;
    margin-top: 8.5333333333vw;
  }
}

.ly_footerTag_section {
  margin-top: 80px;
}
@media screen and (max-width: 744px) {
  .ly_footerTag_section {
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}
.ly_footerTag_trigger {
  position: relative;
  font-family: "Noto Sans", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 744px) {
  .ly_footerTag_trigger {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.ly_footerTag_trigger:hover {
  cursor: pointer;
}
.ly_footerTag_trigger::before, .ly_footerTag_trigger::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  content: "";
  width: 13px;
  height: 1px;
  background: #707070;
}
@media screen and (max-width: 744px) {
  .ly_footerTag_trigger::before, .ly_footerTag_trigger::after {
    width: 13px;
    width: 3.4666666667vw;
  }
}
.ly_footerTag_trigger::after {
  transform: rotate(90deg);
  transform-origin: center;
}
.ly_footerTag_trigger.is-active::after {
  display: none;
}
.ly_footerTag_wrap {
  display: none;
}
@media screen and (max-width: 744px) {
  .ly_footerTag_wrap {
    margin-top: 32px;
    margin-top: 8.5333333333vw;
  }
}
.ly_footerTag_wrap.is-active {
  display: block;
}
.ly_footerTag_innerBlock {
  margin-top: 15px;
}
.ly_footerTag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ly_footerTag_listItem {
  margin: 8px 10px 0 0;
}

.ly_footerLink_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 56px 0;
  font-size: 0;
}
@media screen and (min-width: 881px) {
  .ly_footerLink_inner {
    margin: 0 116px;
  }
}
@media screen and (max-width: 880px) {
  .ly_footerLink_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: calc((100% - 360px) / 2);
    padding-left: calc((100% - 360px) / 2);
  }
}
@media screen and (max-width: 744px) {
  .ly_footerLink_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
}
.ly_footerLink_inner a:nth-child(1), .ly_footerLink_inner a:nth-child(2) {
  width: 168px;
}
@media screen and (max-width: 744px) {
  .ly_footerLink_inner a:nth-child(1), .ly_footerLink_inner a:nth-child(2) {
    width: 163px;
    width: 43.4666666667vw;
    margin: 0 !important;
  }
}
.ly_footerLink_inner a:nth-child(2) {
  margin-left: 24px;
}
.ly_footerLink_inner a:nth-child(3) {
  width: 61px;
}
@media screen and (min-width: 881px) {
  .ly_footerLink_inner a:nth-child(3) {
    margin-left: 56px;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerLink_inner a:nth-child(3) {
    width: 58px;
    width: 15.4666666667vw;
    margin-left: 16px;
    margin-left: 4.2666666667vw;
  }
}
.ly_footerLink_inner a:nth-child(4) {
  width: 86px;
  margin-left: 40px;
}
@media screen and (max-width: 880px) {
  .ly_footerLink_inner a:nth-child(4) {
    margin-left: 64px;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerLink_inner a:nth-child(4) {
    width: 85px;
    width: 22.6666666667vw;
    margin-left: 40px;
    margin-left: 10.6666666667vw;
  }
}
.ly_footerLink_inner a:nth-child(5) {
  width: 74px;
  margin-left: 40px;
}
@media screen and (max-width: 880px) {
  .ly_footerLink_inner a:nth-child(5) {
    margin-left: 64px;
    margin-left: 8.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerLink_inner a:nth-child(5) {
    width: 76px;
    width: 20.2666666667vw;
    margin-right: 16px;
    margin-right: 4.2666666667vw;
    margin-left: 40px;
    margin-left: 10.6666666667vw;
  }
}
@media screen and (max-width: 880px) {
  .ly_footerLink_inner a:nth-child(n+3) {
    margin-top: 30px;
    margin-top: 3.90625vw;
  }
}
@media screen and (max-width: 744px) {
  .ly_footerLink_inner a:nth-child(n+3) {
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}

.ly_footerCopyright {
  font-family: "Noto Sans", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .ly_footerCopyright {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 881px) {
  .ly_footerCopyright {
    padding-bottom: 40px;
  }
}

.ly_scrollBtn {
  display: block;
  position: absolute;
  right: 40px;
  top: 24px;
  width: 32px;
  height: auto;
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .ly_scrollBtn {
    right: 20px;
    right: 2.6041666667vw;
  }
}
@media screen and (max-width: 744px) {
  .ly_scrollBtn {
    right: 20px;
    right: 5.3333333333vw;
    top: 24px;
    top: 6.4vw;
    width: 24px;
    width: 6.4vw;
  }
}
.ly_scrollBtn img {
  width: 100%;
  height: auto;
}

.ly_header_navBtn {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  text-decoration: none;
  appearance: none;
  border: none;
  background: #1e1c1c;
  cursor: pointer;
  width: 72px;
  height: 64px;
  outline: none;
  transition: 0.4s ease;
}
@media screen and (max-width: 744px) {
  .ly_header_navBtn {
    display: none;
  }
}
.ly_header_navBtn:focus {
  opacity: 0.6;
  border-radius: 2px;
}
.ly_header_navBtn.searchOpen {
  display: none;
}
.ly_header_navBtn .__line::before, .ly_header_navBtn .__line::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 28px;
  height: 1px;
  background: #fff;
}
.ly_header_navBtn .__line::before {
  top: -8px;
}
.ly_header_navBtn .__line::after {
  top: 8px;
}
.ly_header_navBtn .__hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.ly_header_navBtn.is-fixed {
  position: fixed !important;
}

.ly_header_navBtn[aria-expanded=true] {
  background: none;
}
.ly_header_navBtn[aria-expanded=true] .__line::before, .ly_header_navBtn[aria-expanded=true] .__line::after {
  top: 0;
  background: #1e1c1c;
}
.ly_header_navBtn[aria-expanded=true] .__line::before {
  transform: rotate(45deg);
}
.ly_header_navBtn[aria-expanded=true] .__line::after {
  transform: rotate(-45deg);
}

.ly_header_nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  width: 100%;
  height: 100dvh;
  background: #e7e7e6;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 881px) {
  .ly_header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 880px) {
  .ly_header_nav {
    padding: 80px 0;
  }
}
@media screen and (max-width: 744px) {
  .ly_header_nav {
    display: none;
  }
}
.ly_header_nav.panelOpen {
  opacity: 1;
  visibility: visible;
}

.ly_header_navInner {
  position: relative;
}
@media screen and (min-width: 881px) {
  .ly_header_navInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -10px;
  }
}
@media screen and (max-width: 880px) {
  .ly_header_navInner {
    min-height: 100dvh;
  }
}

.ly_header_navLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 881px) {
  .ly_header_navLeft .__logo {
    margin-top: 80px;
  }
}
@media screen and (max-width: 880px) {
  .ly_header_navLeft .__logo {
    margin-top: 64px;
  }
}
.ly_header_navLeft .__logo p {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
}
.ly_header_navLeft .__logo p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.ly_header_navLeft .__logo p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.ly_header_navLeft .__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 881px) {
  .ly_header_navLeft .__sns {
    margin-top: 56px;
  }
}
@media screen and (max-width: 880px) {
  .ly_header_navLeft .__sns {
    margin-top: 40px;
  }
}
.ly_header_navLeft .__sns a:not(:last-child) {
  margin-right: 26px;
}

@media screen and (min-width: 881px) {
  .ly_header_navRight {
    max-width: 495px;
  }
}
@media screen and (max-width: 880px) {
  .ly_header_navRight {
    margin-top: 80px;
  }
}

.ly_header_navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}
.ly_header_navList_item {
  width: calc(50% - 32px);
  word-break: auto-phrase;
}

.ly_header_searchBtn {
  position: absolute;
  z-index: 9999;
  right: 112px;
  top: 23px;
  text-decoration: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  outline: none;
}
@media screen and (max-width: 744px) {
  .ly_header_searchBtn {
    position: fixed;
    right: 0;
    top: 0;
    background: #1e1c1c;
    width: 54px;
    height: 48px;
  }
}
.ly_header_searchBtn:focus {
  opacity: 0.6;
  border-radius: 2px;
}
.ly_header_searchBtn .__icon::before {
  display: block;
  content: url(../../img/common/icon_search.svg);
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .ly_header_searchBtn .__icon::before {
    filter: invert(100%);
  }
}
.ly_header_searchBtn.searchOpen {
  right: 0;
  top: 0;
  background: none;
  width: 72px;
  height: 64px;
  outline: none;
}
@media screen and (max-width: 744px) {
  .ly_header_searchBtn.searchOpen {
    top: 0;
    width: 54px;
    height: 48px;
  }
}
.ly_header_searchBtn.searchOpen .__icon::before, .ly_header_searchBtn.searchOpen .__icon::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 28px;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 744px) {
  .ly_header_searchBtn.searchOpen .__icon::before, .ly_header_searchBtn.searchOpen .__icon::after {
    filter: invert(0%);
  }
}
.ly_header_searchBtn.searchOpen .__icon::before {
  top: -8px;
}
.ly_header_searchBtn.searchOpen .__icon::after {
  top: 8px;
}
.ly_header_searchBtn.panelOpen {
  display: none;
}
.ly_header_searchBtn .__hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.ly_header_searchBtn[aria-expanded=true] {
  background: none;
}
.ly_header_searchBtn[aria-expanded=true] .__icon::before, .ly_header_searchBtn[aria-expanded=true] .__icon::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 28px;
  height: 1px;
  background: #1e1c1c;
}
.ly_header_searchBtn[aria-expanded=true] .__icon::before {
  transform: rotate(45deg);
}
.ly_header_searchBtn[aria-expanded=true] .__icon::after {
  transform: rotate(-45deg);
}

.ly_header_search {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  transition: all 0.6s ease-in-out;
  width: 100%;
  background: #fff;
  padding: 88px 0 56px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  visibility: hidden;
}
@media screen and (max-width: 880px) {
  .ly_header_search {
    height: 100dvh;
    max-height: 620px;
  }
}
@media screen and (max-width: 744px) {
  .ly_header_search {
    max-height: unset;
    padding: 0;
    padding-top: 100px;
    padding-top: 26.6666666667vw;
    padding-bottom: 100px;
    padding-bottom: 26.6666666667vw;
  }
}
.ly_header_search.searchOpen {
  top: 0;
  visibility: visible;
}

.ly_header_searchForm {
  position: relative;
}
.ly_header_searchForm form input {
  width: 100%;
  border: 1px solid #b6b7b4;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 1.4rem;
}
@media screen and (max-width: 744px) {
  .ly_header_searchForm form input {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.ly_header_searchForm form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: none;
  border: none;
  padding: 0 10px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.5;
}

.ly_header_searchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .ly_header_searchList {
    margin-top: 64px;
    margin-top: 17.0666666667vw;
  }
}
.ly_header_searchList::after {
  display: block;
  content: "";
}
@media screen and (min-width: 881px) {
  .ly_header_searchList::after {
    width: 49%;
  }
}
@media screen and (max-width: 880px) {
  .ly_header_searchList::after {
    width: 32%;
  }
}
@media screen and (max-width: 744px) {
  .ly_header_searchList::after {
    display: none;
  }
}
.ly_header_searchList_item {
  min-height: 76px;
}
@media screen and (min-width: 881px) {
  .ly_header_searchList_item {
    width: 23.5%;
  }
  .ly_header_searchList_item:nth-child(n+5) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 880px) {
  .ly_header_searchList_item {
    width: 32%;
  }
  .ly_header_searchList_item:nth-child(n+4) {
    margin-top: 16px;
  }
  .ly_header_searchList_item:nth-child(7) {
    width: 100%;
  }
  .ly_header_searchList_item:nth-child(7) br {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .ly_header_searchList_item {
    width: 160px;
    width: 42.6666666667vw;
    min-height: 60px;
    min-height: 16vw;
  }
  .ly_header_searchList_item:nth-child(n+3) {
    margin-top: 13px;
    margin-top: 3.4666666667vw;
  }
}
.ly_header_searchList_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b6b7b4;
  border-radius: 4px;
  padding: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  height: 100%;
}
.ly_header_searchList_item a::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.ly_header_searchList_item a::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.ly_header_searchBnr {
  margin-top: 64px;
}
@media screen and (max-width: 744px) {
  .ly_header_searchBnr {
    margin-top: 64px;
    margin-top: 17.0666666667vw;
  }
}
.ly_header_searchBnr_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .ly_header_searchBnr_inner {
    display: block;
  }
}
.ly_header_searchBnr .el_banner_modelhouse,
.ly_header_searchBnr .el_banner_catalog {
  height: 90px !important;
}

.ly_header_searchNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 64px;
}
@media screen and (max-width: 744px) {
  .ly_header_searchNav {
    margin-top: 64px;
    margin-top: 17.0666666667vw;
    gap: 15px;
    gap: 4vw;
  }
}

.ly_header_searchNavItem {
  width: calc(50% - 15px);
  word-break: auto-phrase;
}
@media screen and (max-width: 744px) {
  .ly_header_searchNavItem {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.ly_header_searchBottom {
  display: none;
}
@media screen and (max-width: 744px) {
  .ly_header_searchBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 744px) {
  .ly_header_searchBottom .__img {
    margin-top: 80px;
  }
}
@media screen and (max-width: 744px) {
  .ly_header_searchBottom .__logo {
    margin-top: 64px;
  }
}
.ly_header_searchBottom .__logo p {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
}
.ly_header_searchBottom .__logo p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.ly_header_searchBottom .__logo p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
.ly_header_searchBottom .__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .ly_header_searchBottom .__sns {
    margin-top: 40px;
  }
}
.ly_header_searchBottom .__sns a:not(:last-child) {
  margin-right: 26px;
}

body {
  width: 100%;
}
body > div {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

main {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  overflow: clip;
}
.ly_commonBnr {
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .ly_commonBnr {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.ly_commonBnr_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .ly_commonBnr_inner {
    display: block;
  }
}

.ly_commonPnkz {
  margin-top: 160px;
}
@media screen and (max-width: 744px) {
  .ly_commonPnkz {
    margin-top: 120px;
    margin-top: 32vw;
  }
}
.ly_commonPnkz .ly_wrapBase {
  max-width: 1062px !important;
}
.ly_commonPnkz ul li {
  display: inline;
}
.ly_commonPnkz ul li:not(:first-child) a::before,
.ly_commonPnkz ul li:not(:first-child) span::before {
  display: inline-block;
  content: "/";
  margin: 0 16px 0 12px;
}
.ly_commonPnkz ul li a,
.ly_commonPnkz ul li span {
  display: inline;
  font-size: 1.2rem;
  font-weight: 400;
}
.ly_commonPnkz ul li span {
  color: #75787a;
}

.ly_wrapBase {
  width: 100%;
  max-width: 830px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .ly_wrapBase {
    width: 100%;
    padding: 0;
    padding-right: 20px;
    padding-right: 5.3333333333vw;
    padding-left: 20px;
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .ly_wrapBase {
    width: 100%;
    padding: 0 40px;
  }
}

.ly_wrapWide {
  width: 100%;
  max-width: 1062px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .ly_wrapWide {
    width: 100%;
    padding: 0;
    padding-right: 20px;
    padding-right: 5.3333333333vw;
    padding-left: 20px;
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .ly_wrapWide {
    width: 100%;
    padding: 0 40px;
  }
}

.ly_wrapNarrow {
  width: 100%;
  max-width: 670px;
  padding: 0 15px 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .ly_wrapNarrow {
    width: 100%;
    padding: 0;
    padding-right: 20px;
    padding-right: 5.3333333333vw;
    padding-left: 20px;
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .ly_wrapNarrow {
    width: 100%;
    padding: 0 40px;
  }
}

.ly_pageBack {
  margin: 80px 0 0;
}
@media screen and (max-width: 744px) {
  .ly_pageBack {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
  }
}
.ly_pageBack div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ly_pageHead {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 880px) {
  .ly_pageHead {
    margin-top: 100px;
    margin-top: 13.0208333333vw;
    margin-bottom: 80px;
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 744px) {
  .ly_pageHead {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}
.ly_pageHead h1,
.ly_pageHead .ly_pagehead_h1 {
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.ly_pageHead h1 span,
.ly_pageHead .ly_pagehead_h1 span {
  display: block;
}
.ly_pageHead h1 span::before,
.ly_pageHead .ly_pagehead_h1 span::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.ly_pageHead h1 span::after,
.ly_pageHead .ly_pagehead_h1 span::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
.ly_pageHead h1 .__en,
.ly_pageHead .ly_pagehead_h1 .__en {
  font-family: "Noto Sans", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.1rem;
  color: #75787a;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 880px) {
  .ly_pageHead h1 .__en,
  .ly_pageHead .ly_pagehead_h1 .__en {
    font-size: 12px;
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 744px) {
  .ly_pageHead h1 .__en,
  .ly_pageHead .ly_pagehead_h1 .__en {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.ly_pageHead h1 .__ja,
.ly_pageHead .ly_pagehead_h1 .__ja {
  font-size: 2.8rem;
}
@media screen and (max-width: 880px) {
  .ly_pageHead h1 .__ja,
  .ly_pageHead .ly_pagehead_h1 .__ja {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 744px) {
  .ly_pageHead h1 .__ja,
  .ly_pageHead .ly_pagehead_h1 .__ja {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.ly_pageHead p {
  color: #75787a;
  font-size: 1.2rem;
}
@media screen and (max-width: 744px) {
  .ly_pageHead p {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.ly_aboutus_nav {
  background-color: #e7e7e6;
  background-image: url(../../img/aboutus/bg_aboutus_nav.png);
  background-size: 300px auto;
  background-repeat: no-repeat;
  background-position: bottom 0 right 15px;
  padding: 64px;
  margin: 100px 0;
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .ly_aboutus_nav {
    padding-left: 0;
    padding-right: 0;
    margin-top: 80px;
    margin-top: 10.4166666667vw;
    margin-bottom: 80px;
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 744px) {
  .ly_aboutus_nav {
    margin-top: 80px;
    margin-top: 21.3333333333vw;
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
    padding: 0;
    padding-top: 64px;
    padding-top: 17.0666666667vw;
    padding-bottom: 64px;
    padding-bottom: 17.0666666667vw;
    background-size: 50%;
    background-position: bottom 0 right -8px;
  }
}
.ly_aboutus_nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ly_aboutus_nav a.el_link_type01 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 744px) {
  .ly_aboutus_nav a.el_link_type01 {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
}
.ly_aboutus_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.ly_aboutus_nav ul::after {
  display: block;
  content: "";
  width: 31.25%;
}
@media screen and (max-width: 744px) {
  .ly_aboutus_nav ul::after {
    width: 43.466666vw;
  }
}
.ly_aboutus_nav ul li {
  width: 31.25%;
}
@media screen and (max-width: 744px) {
  .ly_aboutus_nav ul li {
    width: 160px;
    width: 42.6666666667vw;
  }
}
.ly_aboutus_nav ul li:nth-child(n+4) {
  margin-top: 24px;
}
@media screen and (max-width: 744px) {
  .ly_aboutus_nav ul li:nth-child(n+3) {
    margin-top: 16px;
    margin-top: 4.2666666667vw;
  }
}
.ly_aboutus_nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .ly_aboutus_nav ul li a {
    height: 80px;
    height: 21.3333333333vw;
    padding: 16px;
    padding: 4.2666666667vw;
  }
}
.ly_aboutus_nav ul li a::before {
  display: block;
  content: url(../../img/common/icon_arrRight_02.svg);
  margin: 2px 14px 0 0;
}

.ly_anchorNav_type01,
.ly_anchorNav_type02,
.ly_anchorNav_type03 {
  margin-bottom: 160px;
}
@media screen and (max-width: 744px) {
  .ly_anchorNav_type01,
  .ly_anchorNav_type02,
  .ly_anchorNav_type03 {
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}
.ly_anchorNav_type01_inner,
.ly_anchorNav_type02_inner,
.ly_anchorNav_type03_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #b6b7b4;
  border-left: none;
  border-right: none;
  padding: 16px 0;
}
@media screen and (max-width: 744px) {
  .ly_anchorNav_type01_inner,
  .ly_anchorNav_type02_inner,
  .ly_anchorNav_type03_inner {
    padding-top: 16px;
    padding-top: 4.2666666667vw;
    padding-bottom: 16px;
    padding-bottom: 4.2666666667vw;
  }
}
.ly_anchorNav_type01_inner a,
.ly_anchorNav_type02_inner a,
.ly_anchorNav_type03_inner a {
  width: 25%;
  padding: 0 24px;
  min-height: 62px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .ly_anchorNav_type01_inner a,
  .ly_anchorNav_type02_inner a,
  .ly_anchorNav_type03_inner a {
    width: 50%;
  }
}
@media screen and (max-width: 744px) {
  .ly_anchorNav_type01_inner a,
  .ly_anchorNav_type02_inner a,
  .ly_anchorNav_type03_inner a {
    padding-right: 16px;
    padding-right: 4.2666666667vw;
    padding-left: 16px;
    padding-left: 4.2666666667vw;
    min-height: 66px;
    min-height: 17.6vw;
  }
}
.ly_anchorNav_type01_inner a:not(:last-of-type),
.ly_anchorNav_type02_inner a:not(:last-of-type),
.ly_anchorNav_type03_inner a:not(:last-of-type) {
  border-right: 1px solid #b6b7b4;
}
@media screen and (max-width: 880px) {
  .ly_anchorNav_type01_inner a:nth-of-type(2n),
  .ly_anchorNav_type02_inner a:nth-of-type(2n),
  .ly_anchorNav_type03_inner a:nth-of-type(2n) {
    border-right: none;
  }
}
@media screen and (max-width: 744px) {
  .ly_anchorNav_type01_inner a:not(:nth-of-type(2n)),
  .ly_anchorNav_type02_inner a:not(:nth-of-type(2n)),
  .ly_anchorNav_type03_inner a:not(:nth-of-type(2n)) {
    padding-left: 0 !important;
  }
  .ly_anchorNav_type01_inner a:nth-of-type(2n),
  .ly_anchorNav_type02_inner a:nth-of-type(2n),
  .ly_anchorNav_type03_inner a:nth-of-type(2n) {
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 881px) {
  .ly_anchorNav_type01_inner a:nth-of-type(4n),
  .ly_anchorNav_type02_inner a:nth-of-type(4n),
  .ly_anchorNav_type03_inner a:nth-of-type(4n) {
    border-right: none !important;
  }
}
.ly_anchorNav_type01_inner hr,
.ly_anchorNav_type02_inner hr,
.ly_anchorNav_type03_inner hr {
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #b6b7b4;
  padding: 0;
  margin: 16px 0;
}

.ly_anchorNav_type02 a {
  width: 50%;
}
@media screen and (max-width: 880px) {
  .ly_anchorNav_type02 a {
    width: 50%;
  }
}

.ly_anchorNav_type03 a {
  width: 33%;
}
@media screen and (max-width: 880px) {
  .ly_anchorNav_type03 a {
    width: 50%;
  }
}
@media screen and (max-width: 744px) {
  .ly_anchorNav_type03 a:not(:nth-of-type(2n)) {
    padding-left: 0 !important;
  }
  .ly_anchorNav_type03 a:nth-of-type(2n) {
    border-right: none;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 881px) {
  .ly_anchorNav_type03 a:nth-of-type(3n) {
    border-right: none;
  }
}

.ly_block_type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 880px) {
  .ly_block_type01 {
    display: block;
  }
}
.ly_block_type01__head {
  width: calc(100% - 630px - 90px);
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.ly_block_type01__head::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.ly_block_type01__head::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}
@media screen and (max-width: 880px) {
  .ly_block_type01__head {
    position: relative;
    top: unset;
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 5.2083333333vw;
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 744px) {
  .ly_block_type01__head {
    text-align: center;
    margin-bottom: 64px;
    margin-bottom: 17.0666666667vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.ly_block_type01__cont {
  width: 630px;
}
@media screen and (max-width: 880px) {
  .ly_block_type01__cont {
    width: 100%;
  }
}

.ly_fixedBtn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 900;
  width: 64px;
  overflow: visible;
  transition: 0.3s ease;
}
@media screen and (max-width: 880px) {
  .ly_fixedBtn_block {
    flex-direction: row;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .ly_fixedBtn_block {
    height: 57px;
    height: 15.2vw;
    bottom: -57px;
    bottom: -15.2vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .ly_fixedBtn_block {
    height: 57px;
    height: 7.421875vw;
    bittin: -57px;
    bittin: -7.421875vw;
  }
}
@media screen and (min-width: 881px) {
  .ly_fixedBtn_block {
    top: calc(50% - 150px);
    right: -64px;
  }
}
@media screen and (max-width: 744px) {
  .ly_fixedBtn_block.is-active {
    bottom: 0;
  }
}
@media screen and (min-width: 881px) {
  .ly_fixedBtn_block.is-active {
    right: 0;
  }
}

.ly_fixedBtn_check {
  position: absolute;
  transition: 0.2s ease-in-out;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .ly_fixedBtn_check {
    top: -37px;
    top: -9.8666666667vw;
    right: 10px;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .ly_fixedBtn_check {
    top: -37px;
    top: -4.8177083333vw;
    right: 15px;
    right: 1.953125vw;
  }
}
@media screen and (min-width: 881px) {
  .ly_fixedBtn_check {
    top: 66px;
    left: -72px;
  }
}
.ly_fixedBtn_check:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 744px) {
  .ly_fixedBtn_check img {
    width: 270px;
    width: 72vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .ly_fixedBtn_check img {
    width: 270px;
    width: 35.15625vw;
  }
}

.ly_fixedBtn_modelhouse,
.ly_fixedBtn_catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  writing-mode: vertical-rl;
  background: #e7e7e6;
  border: 1px solid #75787a;
  width: 64px;
  height: 180px;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  padding-top: 20px;
}
@media screen and (max-width: 880px) {
  .ly_fixedBtn_modelhouse,
  .ly_fixedBtn_catalog {
    writing-mode: unset;
    border-radius: unset;
    padding: 0;
    width: 50%;
    height: 100%;
    font-size: 13px;
    font-size: 1.6927083333vw;
  }
}
@media screen and (max-width: 744px) {
  .ly_fixedBtn_modelhouse,
  .ly_fixedBtn_catalog {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 745px) and (max-width: 880px) {
  .ly_fixedBtn_modelhouse,
  .ly_fixedBtn_catalog {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ly_fixedBtn_modelhouse br,
  .ly_fixedBtn_catalog br {
    display: none;
  }
}
.ly_fixedBtn_modelhouse::before,
.ly_fixedBtn_catalog::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 880px) {
  .ly_fixedBtn_modelhouse::before,
  .ly_fixedBtn_catalog::before {
    width: 60px;
    width: 7.8125vw;
    height: 56px;
    height: 7.2916666667vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 744px) {
  .ly_fixedBtn_modelhouse::before,
  .ly_fixedBtn_catalog::before {
    width: 60px;
    width: 16vw;
    height: 56px;
    height: 14.9333333333vw;
  }
}

.ly_fixedBtn_modelhouse {
  border-radius: 4px 0 0 0;
  border-width: 1px 0 1px 1px;
}
@media screen and (max-width: 880px) {
  .ly_fixedBtn_modelhouse {
    border-width: 1px 1px 0 0;
  }
}
.ly_fixedBtn_modelhouse::before {
  background-image: url(../../img/common/common_btnModel.svg);
  background-size: 108% auto;
  background-position-x: calc(50% - 1px);
}
@media screen and (max-width: 880px) {
  .ly_fixedBtn_modelhouse::before {
    margin-left: 6px;
    margin-left: 0.78125vw;
    margin-right: 4px;
    margin-right: 0.5208333333vw;
    background-size: 68% auto;
    background-position-y: 7px;
    background-position-y: 0.9114583333vw;
  }
}
@media screen and (max-width: 744px) {
  .ly_fixedBtn_modelhouse::before {
    margin-left: 6px;
    margin-left: 1.6vw;
    margin-right: 4px;
    margin-right: 1.0666666667vw;
    background-position-y: 7px;
    background-position-y: 1.8666666667vw;
  }
}

.ly_fixedBtn_catalog {
  border-radius: 0 0 0 4px;
  border-width: 0 0 1px 1px;
}
@media screen and (max-width: 880px) {
  .ly_fixedBtn_catalog {
    border-width: 1px 0 0 0;
  }
}
.ly_fixedBtn_catalog::before {
  background-image: url(../../img/common/common_btnCatalog.svg);
  background-size: 100% auto;
  background-position-y: 4px;
  background-position-x: right;
}
@media screen and (max-width: 880px) {
  .ly_fixedBtn_catalog::before {
    margin-left: 4px;
    margin-left: 0.5208333333vw;
    margin-right: 10px;
    margin-right: 1.3020833333vw;
    background-size: 76% auto;
    background-position-y: 7px;
    background-position-x: calc(50% + 3px);
  }
}
@media screen and (max-width: 744px) {
  .ly_fixedBtn_catalog::before {
    margin-left: 4px;
    margin-left: 1.0666666667vw;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
  }
}

.slick-slider .now-count,
.slick-slider .all-count,
.slick-slider .slush-count {
  display: inline-block;
}
.slick-slider .slush-count {
  margin: 0 10px;
}