@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-fv
   -------------------------------------------------------------------------- */
.l-fv {
  height: auto;
  overflow-x: visible;
}
@media screen and (min-width: 768px) {
  .l-fv {
    height: 1320px;
    overflow-x: hidden;
  }
}
.l-fv-inner-pc {
  display: none;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-fv-inner-pc {
    display: block;
  }
}
.l-fv-inner-sp {
  position: relative;
  display: block;
  height: 100svh;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-fv-inner-sp {
    display: none;
  }
}
.l-fv-video-sp {
  width: 100%;
  height: 100svh;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-fv-catch {
  position: absolute;
  top: 26.74%;
  right: 11.45%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  z-index: 3;
}

.l-fv-catch p {
  display: none;
  background-color: #fff;
  padding: 10px 10px 10px 15px;
}
@media screen and (min-width: 768px) {
  .l-fv-catch p {
    display: inline-block;
  }
}
.l-fv-catch p:first-child img {
  width: 235px;
  height: 28px;
}

.l-fv-catch p:last-child img {
  width: 305px;
  height: 28px;
}

.l-fv-copyright {
  position: fixed;
  width: auto;
  right: 10px;
  bottom: 10px;
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-fv-copyright {
    right: 30px;
    top: 140px;
  }
}
@media screen and (min-width: 1000px) {
  .l-fv-copyright {
    display: flex;
  }
}
.l-fv-copyright-txt {
  display: none;
  font-size: 1rem;
  writing-mode: vertical-rl;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .l-fv-copyright-txt {
    display: block;
  }
}
.l-fv-copyright img {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}

.l-fv-logo {
  display: none;
  width: 165px;
  height: 305px;
  position: absolute;
  right: 15.36%;
  bottom: 24.62%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .l-fv-logo {
    display: block;
  }
}
.l-fv-deco {
  display: none;
  width: 370px;
  height: 265px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .l-fv-deco {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .l-fv-deco {
    right: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .l-fv-deco {
    right: 6%;
  }
}
.l-fv-video-wrap {
  display: none;
  width: 987.456px;
  height: 1159.4px;
  position: relative;
  left: -4.94%;
  top: 0;
  z-index: 2;
  -webkit-clip-path: url(#l-fv-video-clip-01);
          clip-path: url(#l-fv-video-clip-01);
  aspect-ratio: 987.456/1159.4;
}
@media screen and (min-width: 768px) {
  .l-fv-video-wrap {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .l-fv-video-wrap {
    left: -2.94%;
    top: -3.5%;
  }
}
@media screen and (min-width: 1400px) {
  .l-fv-video-wrap {
    left: 14.06%;
    top: -3.5%;
  }
}

.l-fv-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-fv-blue {
  display: none;
  width: 454px;
  height: 533px;
  position: absolute;
  left: 60.52%;
  top: -6.81%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-fv-blue {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .l-fv-blue {
    left: 50.52%;
  }
}

.l-fv-green {
  display: none;
  width: 696px;
  height: 817px;
  position: absolute;
  left: -10.782%;
  bottom: 3.78%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-fv-green {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .l-fv-green {
    left: 5.782%;
  }
}

.l-fv-sp-video {
  display: block;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-fv-sp-video {
    display: none;
  }
}
.l-fv-video-logo-sp {
  width: 220px;
  height: 256px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

/* -----------------------------------------------------------------------------
   l-event
   -------------------------------------------------------------------------- */
.l-event {
  position: relative;
  margin-bottom: 270px;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .l-event {
    margin-bottom: 170px;
    padding-top: 0;
    padding: 20px;
  }
}
.l-event-scroll {
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .l-event-scroll {
    display: none;
  }
}
.l-event-scroll-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  overflow: hidden;
  background-color: #323232;
}

.l-event-scroll-line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #B4B4B4;
  -webkit-animation: scrolldown 1.4s ease-in-out infinite;
          animation: scrolldown 1.4s ease-in-out infinite;
  z-index: 5;
}
@-webkit-keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.l-event-scroll-text {
  font-size: 1rem;
  letter-spacing: 0.2em;
  position: absolute;
  top: 0;
  right: -25px;
  writing-mode: vertical-rl;
}

.l-event-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.l-event-ttl-wrap::before {
  content: "";
  display: block;
  width: 225px;
  height: 161px;
  background-image: url(../img/common/fv_img02.png);
  background-size: cover;
  background-position: center;
  position: relative;
  left: 35px;
}
@media screen and (min-width: 768px) {
  .l-event-ttl-wrap::before {
    display: none;
  }
}
.l-event-deco-house {
  width: 280px;
  height: 280px;
  position: absolute;
  left: 0;
  bottom: -250px;
}
@media screen and (min-width: 768px) {
  .l-event-deco-house {
    width: 378px;
    height: 378px;
    left: -90px;
    bottom: -240px;
  }
}
.l-event-deco-tree {
  width: 130px;
  height: 130px;
  position: absolute;
  bottom: -140px;
  right: 45px;
}
@media screen and (min-width: 768px) {
  .l-event-deco-tree {
    width: 180px;
    height: 180px;
    bottom: -90px;
    right: 30px;
  }
}
.l-event-item {
  width: 270px;
  position: relative;
  margin-right: 65px;
  margin-left: 65px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-event-item {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.l-event-item-bg {
  position: relative;
  padding: 25px;
  border-radius: 8px;
  z-index: 0;
  transition: all 0.3s ease;
}

.l-event-item-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  transform: scale(0, 1);
  transform-origin: left;
  background: #FCFBF7;
  border-radius: 8px;
  z-index: 1;
}

.l-event-item:hover .l-event-item-bg::before {
  transform: scale(0, 1);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-event-item:hover .l-event-item-bg::before {
    transform: scale(1, 1);
  }
}
.l-event-item-img-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  z-index: 2;
}

.l-event-item-img-box img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease;
}

.l-event-item:hover .l-event-item-img-box img {
  transform: scale(1);
}
@media screen and (min-width: 768px) {
  .l-event-item:hover .l-event-item-img-box img {
    transform: scale(1.1);
  }
}
.l-event-item-ttl {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "TsukuGoPr5-R";
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-bottom: 15px;
  overflow: hidden;
  height: 7.2em;
  z-index: 2;
  text-align: justify;
}

.l-event-item-info-box {
  position: relative;
  padding-top: 20px;
  z-index: 2;
}

.l-event-item-info-box::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 26%, transparent 36%, transparent);
  background-size: 7px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-event-item-info-box p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #00B255;
  vertical-align: middle;
}

.l-event-item-info-date {
  margin-bottom: 10px;
}

.l-event-item-info-date::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/cmn_ico01.png);
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 14px;
  margin-right: 8px;
}

.l-event-item-info-location::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/cmn_ico02.png);
  background-size: cover;
  background-position: center;
  width: 13px;
  height: 19px;
  margin-right: 8px;
}

.l-event-item-session {
  cursor: pointer;
}

.l-event-item.l-event-item-session::before {
  content: "";
  display: block;
  background-image: url(../img/index/index_event_session_txt.png);
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 48px;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 1;
}

.l-event-item.l-event-item-session::after {
  content: "";
  display: block;
  background-color: #00B255;
  width: 70px;
  height: 105px;
  position: absolute;
  left: -10px;
  top: -30px;
  border-radius: 35px;
}

.l-event-item-end {
  cursor: pointer;
}

.l-event-item.l-event-item-end::before {
  content: "";
  display: block;
  background-image: url(../img/index/index_event_end_txt.png);
  background-size: cover;
  background-position: center;
  width: 12px;
  height: 48px;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 1;
}

.l-event-item.l-event-item-end::after {
  content: "";
  display: block;
  background-color: #B4B4B4;
  width: 70px;
  height: 105px;
  position: absolute;
  left: -10px;
  top: -30px;
  border-radius: 35px;
}

.swiper-container-event {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .swiper-container-event {
    margin-top: 55px;
    margin-bottom: 75px;
  }
}
.swiper-container-event .swiper-wrapper {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .swiper-container-event .swiper-wrapper {
    padding-bottom: 0;
  }
}
.swiper-container-event .swiper-slide {
  position: relative;
  padding-top: 30px;
  display: flex;
  justify-content: center;
}

.swiper-container-event .swiper-slide a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-container-event .swiper-slide-img-box {
  position: relative;
  overflow: hidden;
}

.swiper-container-event .swiper-slide-img-box p {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 6px 0 0;
  background-color: #fff;
  padding: 2px 10px;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
.swiper-button-next {
    display: none;
  }
}
.swiper-button-prev {
  position: absolute;
  left: 0;
  background-image: none;
  width: 65px;
  height: 65px;
  cursor: pointer;
}

.swiper-button-next {
  position: absolute;
  right: 0;
  background-image: none;
  width: 65px;
  height: 65px;
  cursor: pointer;
}

.swiper-button-prev .l-swiper-event-scroll-line {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 65px;
  overflow: hidden;
  transform: rotate(90deg);
  background-color: #B4B4B4;
}

.swiper-button-prev .l-swiper-event-scroll-line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 65px;
  background-color: #323232;
  -webkit-animation: scrolldown 1.4s ease-in-out infinite;
          animation: scrolldown 1.4s ease-in-out infinite;
  z-index: 5;
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.swiper-button-next .l-swiper-event-scroll-line {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 65px;
  overflow: hidden;
  transform: rotate(-90deg);
  background-color: #323232;
}

.swiper-button-next .l-swiper-event-scroll-line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 65px;
  -webkit-animation: scrolldown 1.4s ease-in-out infinite;
          animation: scrolldown 1.4s ease-in-out infinite;
  background-color: #B4B4B4;
  z-index: 5;
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.swiper-button-prev.swiper-button-disabled .l-swiper-event-scroll-line::after {
  display: none;
}

.swiper-button-next.swiper-button-disabled .l-swiper-event-scroll-line::after {
  display: none;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
  }
}
.swiper-pagination-bullet-active {
  background-color: #323232;
}

/* -----------------------------------------------------------------------------
   l-modelhouse
   -------------------------------------------------------------------------- */
.l-modelhouse {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-modelhouse {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .l-modelhouse {
    margin-bottom: 145px;
  }
}

.l-modelhouse-item {
  width: 100%;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-modelhouse-item {
    width: 50%;
  }
}
.l-modelhouse-item-inner {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-modelhouse-item-inner {
    margin-right: 90px;
  }
}
@media screen and (min-width: 1000px) {
  .l-modelhouse-item-inner {
    margin-right: 170px;
  }
}
.l-modelhouse-item:nth-child(1) {
  align-items: flex-end;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .l-modelhouse-item:nth-child(1) {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .l-modelhouse-item:nth-child(1) {
    padding-top: 160px;
  }
}

.l-modelhouse-item:nth-child(2) {
  position: static;
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  margin-left: 45px;
  margin-bottom: 40px;
  border-radius: 42px 0 0 42px !important;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-modelhouse-item:nth-child(2) {
    position: absolute;
    width: 55%;
    height: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-modelhouse-item:nth-child(2) {
    width: 58%;
  }
}
@media screen and (min-width: 1200px) {
  .l-modelhouse-item:nth-child(2) {
    width: 50%;
  }
}

.l-modelhouse-item:nth-child(3) {
  padding-bottom: 0;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .l-modelhouse-item:nth-child(3) {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .l-modelhouse-item:nth-child(3) {
    padding-bottom: 160px;
  }
}

.l-modelhouse-item:nth-child(3) .l-modelhouse-item-inner {
  width: 270px;
}

.l-modelhouse-item .m-cmn-ttl-desc {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-modelhouse-item .m-cmn-ttl-desc {
    margin-bottom: 50px;
  }
}
/* -----------------------------------------------------------------------------
   l-information
   -------------------------------------------------------------------------- */
.l-information {
  padding: 60px 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-information {
    padding: 100px 20px;
  }
}
.l-information-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-information-inner {
    flex-direction: row;
    gap: 60px;
  }
}
.l-information-items-box {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-information-items-box {
    width: 420px;
  }
}
.l-information-ttl-wrap {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
}

.l-information-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  margin-right: 15px;
}

.l-information-ttl-us {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
}

.l-information-item-inner > a::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s ease-in-out;
  transform: scale(0, 1);
  transform-origin: left;
  background: #FCFBF7;
  z-index: 0;
}

.l-information-items li:hover .l-information-item-inner > a::before {
  transform: scale(0, 1);
}
@media screen and (min-width: 768px) {
  .l-information-items li:hover .l-information-item-inner > a::before {
    transform: scale(1, 1);
  }
}
.l-information-item-inner > a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.l-information-item-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding: 25px 5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-information-item-inner {
    gap: 20px;
  }
}
.l-information-items li .l-information-item-inner::before {
  background: radial-gradient(circle farthest-side, #323232, #323232 26%, transparent 36%, transparent);
  background-size: 7px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-information-items li:last-of-type .l-information-item-inner::after {
  background: radial-gradient(circle farthest-side, #323232, #323232 26%, transparent 36%, transparent);
  background-size: 7px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.l-information-item-img-box {
  position: relative;
  width: 80px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-information-item-img-box {
    width: 63px;
  }
}
.l-information-item-img-box img {
  aspect-ratio: 63/63;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-information-item-txt-box {
  position: relative;
  width: calc(100% - 95px);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-information-item-txt-box {
    width: calc(100% - 63px);
  }
}
.l-information-item-ttl-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .l-information-item-ttl-wrap {
    flex-direction: row;
    gap: 25px;
  }
}
.l-information-item-ttl-wrap a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-information-item-date {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-information-item-date {
    width: 70px;
  }
}
.l-information-item-ttl {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  overflow: hidden;
  height: 1.8em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 768px) {
  .l-information-item-ttl {
    width: calc(100% - 70px);
  }
}
.l-information-item-cate-wrap {
  display: flex;
  flex-direction: row;
  gap: 7px;
}

.l-information-item-cate {
  position: relative;
  width: 68px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: inline-block;
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #BABBBB;
  border-radius: 50px;
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease;
}

.l-information-item-cate a {
  padding: 0 20px;
  display: block;
  color: #fff;
  border-radius: 50px;
}

.is-new.l-information-item-cate {
  background-color: #FF1E32;
  cursor: auto;
  color: #fff;
}

.is-new.l-information-item-cate:hover {
  background-color: #FF1E32;
}
@media screen and (min-width: 768px) {
  .is-new.l-information-item-cate:hover {
    background-color: #ED1C2E;
  }
}
.post-categories {
  display: flex;
  flex-direction: row;
  gap: 7px;
  flex-wrap: wrap;
}

.post-categories li {
  position: relative;
  width: auto;
  display: inline-block;
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #BABBBB;
  border-radius: 50px;
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease;
}

.post-categories li a {
  padding: 5px 15px;
  color: #fff;
}

.post-categories li:hover {
  background: #BABBBB;
}
@media screen and (min-width: 768px) {
  .post-categories li:hover {
    background: #ACADAD;
  }
}
.l-information-btn-wrap {
  display: flex;
  position: relative;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .l-information-btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 0;
  }
}
.l-information-btn-wrap p {
  position: relative;
  display: inline-block;
  width: 125px;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-color: #BABBBB;
  text-align: center;
  overflow: hidden;
}

.l-information-btn-wrap p a {
  display: block;
  color: #fff;
  padding: 5px 15px;
}

.l-information-btn-wrap p a span {
  position: relative;
  z-index: 1;
}

.l-information-btn-wrap p a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.3s ease-in-out;
  transform: scale(0, 1);
  transform-origin: left;
  background: #ACADAD;
  z-index: 0;
}

.l-information-btn-wrap p a:hover::before {
  transform: scale(0, 1);
}
@media screen and (min-width: 768px) {
  .l-information-btn-wrap p a:hover::before {
    transform: scale(1, 1);
  }
}
/* -----------------------------------------------------------------------------
   l-works
   -------------------------------------------------------------------------- */
.l-works {
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .l-works {
    padding: 125px 20px 0 20px;
  }
}
.l-works-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.l-works-ttl-wrap {
  margin-bottom: 40px;
}

.swiper-container-works {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .swiper-container-works {
    margin-top: 55px;
    margin-bottom: 75px;
  }
}
.swiper-container-works .swiper-wrapper {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .swiper-container-works .swiper-wrapper {
    padding-bottom: 0;
  }
}
.swiper-container-works .swiper-slide {
  position: relative;
}

.swiper-container-works .swiper-slide a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-works-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 65px;
  margin-left: 65px;
}
@media screen and (min-width: 768px) {
  .l-works-item {
    margin-right: 0;
    margin-left: 0;
  }
}
.l-works-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.l-works-item-img-box {
  overflow: hidden;
  border-radius: 135px;
  width: 270px;
  height: 390px;
}
@media screen and (min-width: 768px) {
  .l-works-item-img-box {
    width: 260px;
  }
}
.l-works-item-img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.l-works-item:hover .l-works-item-img-box img {
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .l-works-item:hover .l-works-item-img-box img {
    transform: scale(1);
  }
}
.l-works-item-txt-box {
  position: relative;
  width: 270px;
  height: 120px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: -60px;
}
@media screen and (min-width: 1000px) {
  .l-works-item-txt-box {
    width: 260px;
    height: 130px;
  }
}
.l-works-item-txt-box-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  border-radius: 7.5px;
  z-index: 2;
  cursor: pointer;
}

.l-works-item-txt-box-ttl {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
  overflow: hidden;
  height: 3.6em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .l-works-item-txt-box-ttl {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 20px;
  }
}
.l-works-item-txt-box-location {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #00B255;
  padding-left: 15px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-works-item-txt-box-location {
    padding-left: 25px;
  }
}
.l-works-item-txt-box-location::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 19px;
  background-image: url(../img/common/cmn_ico02.png);
  background-size: cover;
  margin-right: 7px;
}

.l-works-item-txt-box::before,
.l-works-item-txt-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-works-item-txt-box::before,
.l-works-item-txt-box::after {
    background-color: #00B255;
  }
}
.l-works-item-txt-box::before {
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
  transition: height 0.1s linear;
}

.l-works-item-txt-box::after {
  top: 0;
  right: 0;
  transform-origin: left top;
  transition: height 0.1s 0.1s linear;
}

.l-works-item:hover .l-works-item-txt-box::before,
.l-works-item:hover .l-works-item-txt-box::after {
  height: 100%;
}

.l-works-item:hover .l-works-item-txt-box::before {
  transition: height 0.1s 0.1s linear;
}

.l-works-item:hover .l-works-item-txt-box::after {
  transition: height 0.1s linear;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev,
.swiper-button-next {
    display: none;
  }
}
.swiper-button-prev {
  position: absolute;
  left: 0;
  background-image: none;
  width: 65px;
  height: 65px;
  cursor: pointer;
}

.swiper-button-next {
  position: absolute;
  right: 0;
  background-image: none;
  width: 65px;
  height: 65px;
  cursor: pointer;
}

.swiper-button-prev .l-swiper-event-scroll-line {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 65px;
  overflow: hidden;
  transform: rotate(90deg);
  background-color: #B4B4B4;
}

.swiper-button-prev .l-swiper-event-scroll-line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 65px;
  background-color: #323232;
  -webkit-animation: scrolldown 1.4s ease-in-out infinite;
          animation: scrolldown 1.4s ease-in-out infinite;
  z-index: 5;
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.swiper-button-next .l-swiper-event-scroll-line {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 65px;
  overflow: hidden;
  transform: rotate(-90deg);
  background-color: #323232;
}

.swiper-button-next .l-swiper-event-scroll-line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 65px;
  -webkit-animation: scrolldown 1.4s ease-in-out infinite;
          animation: scrolldown 1.4s ease-in-out infinite;
  background-color: #B4B4B4;
  z-index: 5;
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.swiper-button-prev.swiper-button-disabled .l-swiper-event-scroll-line::after {
  display: none;
}

.swiper-button-next.swiper-button-disabled .l-swiper-event-scroll-line::after {
  display: none;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
  }
}
.swiper-pagination-bullet-active {
  background-color: #323232;
}

/* -----------------------------------------------------------------------------
   l-important
   -------------------------------------------------------------------------- */
.l-important {
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 1400px) {
  .l-important {
    overflow-x: visible;
  }
}

.l-important-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 670px 0 220px;
}
@media screen and (min-width: 768px) {
  .l-important-inner {
    padding: 280px 0;
  }
}
.l-important-contents-box {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 45px;
}
@media screen and (min-width: 768px) {
  .l-important-contents-box {
    margin: 0 9% 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-important-contents-box {
    margin: 0 5% 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  .l-important-contents-box {
    margin: 0 5% 0 auto;
  }
}

.l-important-contents-ttl {
  text-align: center;
  margin-bottom: 70px;
}

.l-important-contents-ttl span {
  display: inline-block;
  width: 285px;
  font-size: 2.4rem;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 2;
  border-bottom: 2px solid #323232;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .l-important-contents-ttl span {
    font-size: 3rem;
    width: 350px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .l-important-contents-ttl span {
    font-size: 3.5rem;
    width: 410px;
  }
}
.l-important-contents-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}

.l-important-contents-items li {
  position: relative;
  width: 240px;
  height: 240px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto;
  transition: border 0.3s; /* ホバー時のトランジション効果 */
  overflow: hidden;
}

.l-important-contents-item-inner {
  position: relative;
  padding: 53px 0;
}

.l-important-contents-items li .l-important-contents-item-inner::before {
  content: "";
  display: block;
  width: 23px;
  height: 18.5px;
  background-image: url(../img/index/index_important_ico01.png);
  background-size: cover;
  position: absolute;
  left: 17px;
  top: 17px;
}

.l-important-contents-items li .l-important-contents-item-inner::after {
  content: "";
  display: block;
  width: 23px;
  height: 18.5px;
  background-image: url(../img/index/index_important_ico02.png);
  background-size: cover;
  position: absolute;
  right: 17px;
  bottom: 17px;
}

.l-important-contents-items li:nth-of-type(2) .l-important-contents-item-inner::before,
.l-important-contents-items li:nth-of-type(3) .l-important-contents-item-inner::before {
  content: "";
  display: block;
  width: 23px;
  height: 18.5px;
  background-image: url(../img/index/index_important_ico04.png);
  background-size: cover;
  position: absolute;
  left: 17px;
  top: 17px;
}

.l-important-contents-items li:nth-of-type(2) .l-important-contents-item-inner::after,
.l-important-contents-items li:nth-of-type(3) .l-important-contents-item-inner::after {
  content: "";
  display: block;
  width: 23px;
  height: 18.5px;
  background-image: url(../img/index/index_important_ico03.png);
  background-size: cover;
  position: absolute;
  right: 17px;
  bottom: 17px;
}

.l-important-contents-items li:nth-of-type(2) .l-important-contents-item-ttl,
.l-important-contents-items li:nth-of-type(3) .l-important-contents-item-ttl {
  color: #C89655;
}

.l-important-contents-item-inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* ここから下が実際のボタンにあてたCSS　*/
.l-important-contents-items li:before,
.l-important-contents-items li:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-important-contents-items li:before,
.l-important-contents-items li:after {
    background-color: #00B255;
  }
}
.l-important-contents-items li:before {
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
  transition: height 0.1s linear;
}

.l-important-contents-items li:after {
  top: 0;
  right: 0;
  transform-origin: left top;
  transition: height 0.1s 0.1s linear;
}

.l-important-contents-items li:hover:before,
.l-important-contents-items li:hover:after {
  height: 100%;
}

.l-important-contents-items li:hover:before {
  transition: height 0.1s 0.1s linear;
}

.l-important-contents-items li:hover:after {
  transition: height 0.1s linear;
}

.l-important-contents-items li .l-important-contents-item-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #FFF;
  border-radius: 19px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.l-important-contents-items li:nth-of-type(2):hover::before,
.l-important-contents-items li:nth-of-type(2):hover::after,
.l-important-contents-items li:nth-of-type(3):hover::before,
.l-important-contents-items li:nth-of-type(3):hover::after {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-important-contents-items li:nth-of-type(2):hover::before,
.l-important-contents-items li:nth-of-type(2):hover::after,
.l-important-contents-items li:nth-of-type(3):hover::before,
.l-important-contents-items li:nth-of-type(3):hover::after {
    background-color: #C89655;
  }
}
.l-important-contents-items li:nth-of-type(2)::before,
.l-important-contents-items li:nth-of-type(3)::before {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-important-contents-items li:nth-of-type(2)::before,
.l-important-contents-items li:nth-of-type(3)::before {
    background-color: #C89655;
  }
}
.l-important-contents-items li:nth-of-type(2)::after,
.l-important-contents-items li:nth-of-type(3)::after {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-important-contents-items li:nth-of-type(2)::after,
.l-important-contents-items li:nth-of-type(3)::after {
    background-color: #C89655;
  }
}
.l-important-contents-items li:nth-of-type(3) {
  order: 4;
}
@media screen and (min-width: 768px) {
  .l-important-contents-items li:nth-of-type(3) {
    order: 3;
  }
}
.l-important-contents-items li:nth-of-type(4) {
  order: 3;
}
@media screen and (min-width: 768px) {
  .l-important-contents-items li:nth-of-type(4) {
    order: 4;
  }
}
.l-important-contents-item-ttl {
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  line-height: 1.5;
  color: #00B255;
  margin-bottom: 5px;
}

.l-important-contents-items li p {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.l-important-deco-chair {
  width: 163px;
  height: 163px;
  position: absolute;
  right: 50px;
  top: -675px;
}
@media screen and (min-width: 480px) {
  .l-important-deco-chair {
    width: 230px;
    height: 230px;
  }
}
@media screen and (min-width: 768px) {
  .l-important-deco-chair {
    width: 280px;
    height: 280px;
    right: -67px;
    top: -300px;
  }
}
@media screen and (min-width: 1200px) {
  .l-important-deco-chair {
    right: -260px;
  }
}
@media screen and (min-width: 1400px) {
  .l-important-deco-chair {
    width: 330px;
    height: 330px;
    right: -260px;
    top: -370px;
  }
}

.l-important-deco-yarn {
  width: 255px;
  height: 160px;
  position: absolute;
  left: 20px;
  bottom: -180px;
}
@media screen and (min-width: 768px) {
  .l-important-deco-yarn {
    width: 377px;
    height: 235px;
    left: -280px;
    bottom: -200px;
  }
}
.l-important-deco-jam {
  width: 225px;
  height: 225px;
  position: absolute;
  top: -225px;
  right: 20px;
  left: auto;
  bottom: auto;
}
@media screen and (min-width: 768px) {
  .l-important-deco-jam {
    width: 300px;
    height: 300px;
    left: -325px;
    right: auto;
    bottom: auto;
    top: 275px;
  }
}
@media screen and (min-width: 1200px) {
  .l-important-deco-jam {
    width: 338px;
    height: 338px;
    left: -350px;
    right: auto;
    bottom: 10px;
    top: auto;
  }
}
@media screen and (min-width: 1400px) {
  .l-important-deco-jam {
    left: -425px;
  }
}

.l-important-left-img {
  width: 240px;
  height: 340px;
  position: absolute;
  top: 170px;
  left: 0;
  z-index: -1;
  border-radius: 0 35px 35px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-important-left-img {
    width: 370px;
    height: 530px;
    top: 100px;
    left: -100px;
    border-radius: 0 49px 49px 0;
  }
}
@media screen and (min-width: 1000px) {
  .l-important-left-img {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-important-left-img {
    width: 400px;
    height: 580px;
    left: -100px;
  }
}
@media screen and (min-width: 1400px) {
  .l-important-left-img {
    width: 510px;
    height: 725px;
  }
}
@media screen and (min-width: 1600px) {
  .l-important-left-img {
    left: 0;
  }
}

/* -----------------------------------------------------------------------------
   l-handlelifes-house
   -------------------------------------------------------------------------- */
.l-handlelifes-house {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-handlelifes-house {
    margin-bottom: 110px;
  }
}
.l-handlelifes-house-item {
  width: 100%;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-handlelifes-house-item {
    width: 50%;
  }
}
.l-handlelifes-house-item-inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.l-handlelifes-house-item:nth-child(1) {
  align-items: flex-end;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-handlelifes-house-item:nth-child(1) {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    margin-left: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .l-handlelifes-house-item:nth-child(1) {
    margin-left: auto;
  }
}
@media screen and (min-width: 1400px) {
  .l-handlelifes-house-item:nth-child(1) {
    padding-top: 160px;
  }
}

.l-handlelifes-house-item:nth-child(1) .l-handlelifes-house-item-inner {
  max-width: 490px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .l-handlelifes-house-item:nth-child(1) .l-handlelifes-house-item-inner {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-handlelifes-house-item:nth-child(1) .l-handlelifes-house-item-inner {
    margin-left: 50px;
  }
}

.l-handlelifes-house-item:nth-child(3) .l-handlelifes-house-item-inner {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .l-handlelifes-house-item:nth-child(3) .l-handlelifes-house-item-inner {
    margin-left: 30px;
    width: 420px !important;
  }
}
@media screen and (min-width: 1200px) {
  .l-handlelifes-house-item:nth-child(3) .l-handlelifes-house-item-inner {
    margin-left: 50px;
  }
}
.l-handlelifes-house-item:nth-child(2) {
  position: static;
  width: 89%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  border-radius: 0 42px 42px 0 !important;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-handlelifes-house-item:nth-child(2) {
    position: absolute;
    width: 58%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-handlelifes-house-item:nth-child(2) {
    width: 50%;
  }
}

.l-handlelifes-house-item:nth-child(3) {
  padding-bottom: 0;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .l-handlelifes-house-item:nth-child(3) {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .l-handlelifes-house-item:nth-child(3) {
    margin-left: auto;
  }
}
@media screen and (min-width: 1400px) {
  .l-handlelifes-house-item:nth-child(3) {
    padding-bottom: 160px;
  }
}

.l-handlelifes-house-item-ttl {
  font-size: 2.6rem;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-handlelifes-house-item-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-handlelifes-house-item-ttl {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-handlelifes-house-item-ttl {
    line-height: 1.8;
  }
}

.l-handlelifes-house-item-ttl-br {
  display: block;
}
@media screen and (min-width: 480px) {
  .l-handlelifes-house-item-ttl-br {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .l-handlelifes-house-item-ttl-br {
    display: none;
  }
}
.l-handlelifes-house-item-desc {
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
}
@media screen and (min-width: 768px) {
  .l-handlelifes-house-item-desc {
    font-size: 2rem;
    margin-bottom: 45px;
  }
}
/* -----------------------------------------------------------------------------
   l-sale
   -------------------------------------------------------------------------- */
.l-sale {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 20px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .l-sale {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .l-sale {
    margin-bottom: 110px;
  }
}

.l-sale-item {
  width: 100%;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-sale-item {
    width: 50%;
  }
}
.l-sale-item-inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.l-sale-item:nth-child(1) {
  align-items: flex-end;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-sale-item:nth-child(1) {
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-sale-item:nth-child(1) {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .l-sale-item:nth-child(1) {
    padding-top: 160px;
  }
}

.l-sale-item:nth-child(1) .l-sale-item-inner {
  max-width: 490px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-sale-item:nth-child(1) .l-sale-item-inner {
    margin-right: 50px;
  }
}
.l-sale-item:nth-child(3) .l-sale-item-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-sale-item:nth-child(3) .l-sale-item-inner {
    width: 380px !important;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .l-sale-item:nth-child(3) .l-sale-item-inner {
    width: 470px !important;
  }
}
@media screen and (min-width: 1200px) {
  .l-sale-item:nth-child(3) .l-sale-item-inner {
    width: 470px !important;
  }
}
.l-sale-item:nth-child(2) {
  position: static;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  margin-left: 45px;
  margin-bottom: 30px;
  border-radius: 42px 0 0 42px !important;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-sale-item:nth-child(2) {
    position: absolute;
    width: 58%; /* 親要素の幅の50% */
    height: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-sale-item:nth-child(2) {
    width: 50%; /* 親要素の幅の50% */
  }
}

.l-sale-item:nth-child(2) img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-sale-item:nth-child(3) {
  padding-bottom: 0;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .l-sale-item:nth-child(3) {
    width: 60%;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-sale-item:nth-child(3) {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .l-sale-item:nth-child(3) {
    padding-bottom: 160px;
  }
}

.l-sale-item:nth-child(3) .l-sale-item-inner {
  width: 270px;
}

.l-sale-item-ttl {
  font-size: 2.6rem;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-sale-item-ttl {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .l-sale-item-ttl {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .l-sale-item-ttl {
    line-height: 1.8;
  }
}

.l-sale-item-ttl-br {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-sale-item-ttl-br {
    display: none;
  }
}
.l-sale-item-desc {
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
}
@media screen and (min-width: 768px) {
  .l-sale-item-desc {
    font-size: 2rem;
    margin-bottom: 45px;
  }
}
/* -----------------------------------------------------------------------------
   l-btn
   -------------------------------------------------------------------------- */
.l-btn {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-btn {
    margin-bottom: 160px;
  }
}
.l-btn-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  gap: 0;
}
@media screen and (min-width: 1000px) {
  .l-btn-inner {
    flex-direction: row;
    gap: 2%;
  }
}
.l-btn-box {
  margin: 0 auto;
  width: 300px;
  height: 335px;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 1000px) {
  .l-btn-box {
    width: 30%;
    height: 335px;
  }
}
.l-btn-box-inner {
  width: 330px;
  height: 180px;
  background-color: #fff;
  border-radius: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-btn-box-inner {
    width: 390px;
  }
}
.l-btn-voice-box {
  position: relative;
}

.l-btn-voice-box > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.l-btn-voice-box img {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 36%;
  height: 41%;
  z-index: 2;
}

.l-btn-voice-box .l-btn-box-inner {
  position: relative;
  overflow: hidden;
}

.l-btn-voice-box .l-btn-box-inner::before,
.l-btn-voice-box .l-btn-box-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-btn-voice-box .l-btn-box-inner::before,
.l-btn-voice-box .l-btn-box-inner::after {
    background-color: #C89655;
  }
}
.l-btn-voice-box .l-btn-box-inner::before {
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
  transition: height 0.1s linear;
}

.l-btn-voice-box .l-btn-box-inner::after {
  top: 0;
  right: 0;
  transform-origin: left top;
  transition: height 0.1s 0.1s linear;
}

.l-btn-voice-box:hover .l-btn-box-inner::before,
.l-btn-voice-box:hover .l-btn-box-inner::after {
  height: 100%;
}

.l-btn-voice-box:hover .l-btn-box-inner::before {
  transition: height 0.1s 0.1s linear;
}

.l-btn-voice-box:hover .l-btn-box-inner::after {
  transition: height 0.1s linear;
}

.l-btn-box-detail {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  border-radius: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.l-btn-box-detail p {
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

.l-btn-flow-box .l-btn-box-detail p {
  margin-bottom: 10px;
}

.l-btn-box-detail > a {
  position: relative;
  display: inline-block;
  width: 145px;
  font-size: 1.1rem;
  line-height: 2.4;
  color: #323232;
  letter-spacing: 0.05em;
  border: 1px solid #BABBBB;
  border-radius: 14px;
}

.l-btn-flow-box {
  position: relative;
}

.l-btn-flow-box > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.l-btn-flow-box img {
  position: absolute;
  top: 3%;
  right: 0;
  width: 82%;
  height: 72%;
  z-index: 2;
}

.l-btn-flow-box .l-btn-box-inner {
  position: relative;
  overflow: hidden;
}

.l-btn-flow-box .l-btn-box-inner::before,
.l-btn-flow-box .l-btn-box-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-btn-flow-box .l-btn-box-inner::before,
.l-btn-flow-box .l-btn-box-inner::after {
    background-color: #00B255;
  }
}
.l-btn-flow-box .l-btn-box-inner::before {
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
  transition: height 0.1s linear;
}

.l-btn-flow-box .l-btn-box-inner::after {
  top: 0;
  right: 0;
  transform-origin: left top;
  transition: height 0.1s 0.1s linear;
}

.l-btn-flow-box:hover .l-btn-box-inner::before,
.l-btn-flow-box:hover .l-btn-box-inner::after {
  height: 100%;
}

.l-btn-flow-box:hover .l-btn-box-inner::before {
  transition: height 0.1s 0.1s linear;
}

.l-btn-flow-box:hover .l-btn-box-inner::after {
  transition: height 0.1s linear;
}

.l-btn-contact-box {
  position: relative;
}

.l-btn-contact-box > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.l-btn-contact-box img {
  position: absolute;
  top: 3%;
  left: 12%;
  width: 72.8%;
  height: 61%;
  z-index: 2;
}

.l-btn-contact-box .l-btn-box-inner {
  position: relative;
  overflow: hidden;
}

.l-btn-contact-box .l-btn-box-inner::before,
.l-btn-contact-box .l-btn-box-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .l-btn-contact-box .l-btn-box-inner::before,
.l-btn-contact-box .l-btn-box-inner::after {
    background-color: #C89655;
  }
}
.l-btn-contact-box .l-btn-box-inner::before {
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
  transition: height 0.1s linear;
}

.l-btn-contact-box .l-btn-box-inner::after {
  top: 0;
  right: 0;
  transform-origin: left top;
  transition: height 0.1s 0.1s linear;
}

.l-btn-contact-box:hover .l-btn-box-inner::before,
.l-btn-contact-box:hover .l-btn-box-inner::after {
  height: 100%;
}

.l-btn-contact-box:hover .l-btn-box-inner::before {
  transition: height 0.1s 0.1s linear;
}

.l-btn-contact-box:hover .l-btn-box-inner::after {
  transition: height 0.1s linear;
}

.l-btn-box-detail {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #fff;
  border-radius: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}

.l-btn-box-detail p {
  font-size: 2.5rem;
  line-height: 1.7;
  letter-spacing: 0.2em;
}

.l-btn-flow-box .l-btn-box-detail p {
  margin-bottom: 10px;
}

.l-btn-box-detail > a {
  position: relative;
  display: inline-block;
  width: 145px;
  font-size: 1.1rem;
  line-height: 2.4;
  color: #323232;
  letter-spacing: 0.05em;
  border: 1px solid #BABBBB;
  border-radius: 14px;
}
/*# sourceMappingURL=index.css.map */