@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/
#movie_base {
  z-index: 0;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 3;
}
.is_scroll #header {
  background-color: rgba(255, 255, 255, .8);
}

.top_mv_set {
  position: relative;
}

.top_mv_in {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.top_point {
  padding: 28px 5% 20px;
  text-align: center;
  background: linear-gradient(90deg, rgb(97 105 105) 0.18%, rgb(39 48 62) 100%);
  /* opacity : 0.82; */
}

.top-cta_set {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 30px;
}

a.top-cta_btn {
  width: 458px;
  display: flex;
  gap: .4em;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 3.0;
  letter-spacing: 0.2em;
  background: #950a0a;
  transition: all .5s ease;
  justify-content: center;
  align-items: center;
}

a.top-cta_btn::after {
  content: '';
  position: absolute;
  top: 46%;
  right: 20px;
  width: 33px;
  height: 7px;
  background: url(../img/btn_arrow_white.svg) no-repeat;
  background-size: 100%;
  transition: all .5s ease;
}
a:hover.top-cta_btn::after  {
  right: 15px;
}

a:hover.top-cta_btn {
  padding-left: .5em;
}

a.top-cta_btn:nth-child(1) {
  background: #776346;
  background: radial-gradient(circle, rgba(119, 99, 70, 1) 0%, rgba(38, 30, 19, 1) 100%);
}


@media (max-width: 800px) {
  .top_mv_txt01 {
    padding: 0 8% 0 10%;
  }
  .top_point {
    padding: 40px 10% 40px;
    text-align: center;
    background: #050c16;
  }
  
  .top-cta_set {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 30px;
  }

  a.top-cta_btn {
    width: 80%;
    display: flex;
    gap: .4em;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 3.5;
    letter-spacing: 0.2em;
    background: #950a0a;
    transition: all .5s ease;
    justify-content: center;
    align-items: center;
  }

  a.top-cta_btn::after {
    content: '';
    position: absolute;
    top: 46%;
    right: 20px;
    width: 33px;
    height: 7px;
    background: url(../img/btn_arrow_white.svg) no-repeat;
    background-size: 100%;
    transition: all .5s ease;
  }
  a:hover.top-cta_btn::after  {
    right: 15px;
  }

  a:hover.top-cta_btn {
    padding-left: .5em;
  }

  a.top-cta_btn:nth-child(1) {
    background: #776346;
    background: radial-gradient(circle, rgba(119, 99, 70, 1) 0%, rgba(38, 30, 19, 1) 100%);
  }

}


/* modal */

#modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000000003;
}

.modal-box {
  position: absolute;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 9px 18px rgba(0, 0, 0, .36);
}

#modal__btn {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 25px;
  color: #fff;
  background: #715b3c;
  cursor: pointer;
  z-index: 1001;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  right: -20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#modal__btn:hover {
  background: #404253;
}

.modal_txt02 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.modal__morebtn {
  width: 50%;
  margin: 0 auto;
}

a.modal_txt01__btn {
  display: block;
  text-align: center;
  padding: 0 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-decoration: none;
  color: #fff;
}

.btn_reflection_in {
  display: block;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  overflow: hidden;
  position: relative;
}

.modal-banner {
  background: #fff;
}

@media screen and (max-width: 1110px) {
  .modal-box {
    width: 75%;
    padding: 0;
  }

  #modal__btn {
    top: -20px;
    right: -20px;
  }

  a.modal_txt01__btn {
    transform: translateY(0);
    margin: 0 0 0;
    font-size: 22px;
  }

  .sp_ml10 {
    margin-left: .5em;
  }

  .modal__morebtn {
    width: 75%;
    margin: 0 auto;
  }

}


/* トップセクション - 情報エリア */
.top-sec-info {
  text-align: center;
}
.top-sec-info_ttl {
  font-family: 'garamond', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.top-sec-info_ttl::after {
  content: '';
  display: block;
  width: .5px;
  height: 85px;
  background-color: #000;
}
.info_kokuchi {
  margin-top: 30px;
}
.top_info_cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

/* トップセクション - ビューエリア */
.top-sec-view {
  position: relative;
  padding: 18vw 5% 100px;
  background: url(../../img/01top/view_bg01.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  margin-top: 200px;
  min-height: 135vw;
}
.view-ttl01 {
  padding-right: 10%;
}
.view-ttl01 img {
  width: clamp(200px, 27.5vw, 528px)
}
.view-ttl02 {
  font-size: clamp(16px, 2.1vw, 34px);;
  line-height: 1.7;
  letter-spacing: .1em;
  margin-top: .7em;
}
.view-t01 {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 2;
  letter-spacing: .1em;
  margin-top: 2em;
}
.view-t02 {
  margin-top: 4em;
}

.view-t02 img {
  width: clamp(200px, 38.7vw, 744px)
}

/* トップセクション - ポジション */
.top-sec-position {
  position: relative;
  background: url(../../img/01top/position_bg01.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  min-height: 40vw;
  padding: 9vw 0 0;
  margin-top: 0;
}
.top-sec-position_bgimg {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.top-sec-position_ttl {
  font-family: 'garamond', sans-serif;
  text-transform: uppercase;
  font-size: 53px;
  letter-spacing: 0.1em;
  color: #754c24;
}
.top-sec-position_txt01 {
  font-size: 34px;
  line-height: 1.7;
  letter-spacing: .1em;
  margin-top: .7em;
  color: #754c24;
}
.top-sec-position_txt02 {
  font-size: 20px;
  line-height: 2;
  letter-spacing: .1em;
  margin-top: 2em;
}

/* トップセクション - ショッピング */
.top-sec-shopping {
  position: relative;
  background: url(../../img/01top/shopping_bg.jpg) no-repeat center top;
  background-color: #050D1B;
  background-size: 100%;
  z-index: -1;
  color: #fff;
  padding-bottom: 100px;
}
.shopping-scroll {
  font-family: 'garamond', sans-serif;
  font-size: 19px;
  line-height: 1;
  color: #b5b5b5;
  /* text-align: center; */
  display: flex;
  justify-content: center;
}
.shopping-scroll > span {
  display: flex;
  writing-mode: vertical-rl;
  position: relative;
  padding: 3em 0;
}
.shopping-scroll > span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: .5px;
  height: 100%;
  background-color: #b5b5b5;
  animation: scroll 2s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.top-sec-shopping-column01 {
    position: relative;
    margin-top: 100px;
}
.top-sec-shopping-01-ttl {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  text-align: right;
}
.top-sec-shopping-01-ttl img {
  height: 12vw;
  width: auto;
}
.top-sec-shopping-01-bg {
  position: relative;
  width: 66.7vw;
  margin-top: -147px;
  z-index: -1;
}
.top-sec-shopping-column02 {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  margin-top: 100px;
  display: flex;
}
.top-sec-shopping-column02_left {
  flex: 1;
}

.top_ttl_lv03 {
  font-size: 31px;
  color: #754c24;
}
.top_ttl_lv03_lead {
  font-size: 20px;
  line-height: 2;
  letter-spacing: .05em;
  margin-top: 2em;
}

.top-sec-shopping-column02_right {
  width: 57.1%;
  margin-left: auto;
}

a.btn_more_v03 {
  display: inline-block;
  position: relative;
  font-family: 'garamond', sans-serif;
  font-size: 24px;
  margin-top: 5em;
}

a.btn_more_v03.u-soon {
  pointer-events: none;
}

a.btn_more_v03::after {
  content: "";
  background: url(../../img/01top/top_arrow.svg);
  background-size: cover;
  position: absolute;
  top: calc(50% - 1.5em);
  right: -4.5em;
  width: 3.5em;
  height: 3.5em;
  transition: 0.3s;
}

a.btn_more_v03 span {
  border-bottom: .5px solid #000000;
  padding-bottom: 0.5em;
  padding-right: 2em;
  letter-spacing: .1em;
}

a.btn_more_v03:hover {
  transform: translateX(1em);
}

a.btn_more_v03.u-black {
  color: #000;
}

a.btn_more_v03.u-black::after {
  background: url(../../img/01top/top_arrow.svg);
  background-size: cover;
}

a.btn_more_v03.u-black span {
  border-bottom: .5px solid #000000;
}

a.btn_more_v03.u-white {
  color: #ffffff;
}

a.btn_more_v03.u-white::after {
  background: url(../../img/01top/top_arrow_white.svg);
  background-size: cover;
}

a.btn_more_v03.u-white span {
  border-bottom: .5px solid #ffffff;
}

.top-sec-shopping-list {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  margin-top: 100px;
  display: flex;
  gap: 3.2%;
}
.top-sec-shopping-list-item {
  width: calc((100% - 9.6%) / 4);
}
.top-sec-shopping-list-item__img {
  position: relative;
}
.top-sec-shopping-list-item__txt {
  margin-top: 20px;
}

/* トップセクション - パーク・子育て */
.top-sec-park {
  position: relative;
  background: url(../../img/01top/childcare_bg01.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
.top-sec-park-column01 {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  margin-top: 100px;
  display: flex;
}
.top-sec-park-column01_right {
  width: 54.5%;
  display: flex;
  gap: 3.2%;
}
.top-sec-park-column02 {
    position: relative;
  margin-top: 100px;
}

.top-sec-park-01-ttl {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  text-align: left;
  padding-top: 15vw;
}
.top-sec-park-01-ttl img {
  height: 12vw;
  width: auto;
}
.top-sec-park-01-bg {
  position: relative;
  width: 66.7vw;
  margin-top: -26vw;
  margin-left: auto;
  z-index: -1;
}
.top-sec-park-column03 {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  margin-top: 100px;
  background: #fff;
  color: #000;
  padding: 60px 7.3% 60px;
}
.top-sec-park-column03_ttl {
  font-size: 39px;
  letter-spacing: .1em;
  text-align: center;
  color: #754c24;
}
.top-sec-park-column03_txt {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .1em;
  margin-top: 1.5em;
  text-align: center;
}
.top-sec-park-column03_list {
  display: flex;
  gap: 3.2%;
  margin-top: 4em;
}
.top-sec-park-column03_list li {
  width: calc((100% - 6.4%) / 3);
}
.top-sec-park-column03_list li picture {
  display: block;
  position: relative;
}
.ttl-set {
  position: relative;
  display: flex;
  border-bottom: .5px solid #000;
  min-height: 4.5em;
  margin-top: .5em;
  padding-bottom: .5em;
  align-items: center;
}
.ttl-set-ttl {
  font-size: 27px;
  line-height: 1;
}
.ttl-set-ttl span {
  display: block;
  font-size: .6em;
  padding-bottom: .5em;
}
.ttl-set-txt {
  margin-top: 1em;
}
/* トップセクション - アクセス */
.top-sec-access {
  position: relative;
  background: url(../../img/01top/access_bg01.jpg) no-repeat center top;
  background-color: #fff;
  background-size: 100%;
  padding: 100px 0;
}
.top-sec-access-column01 {
  position: relative;
}
.top-sec-access-01-ttl {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  text-align: right;
  padding-top: 6vw;
}
.top-sec-access-01-ttl img {
  height: 6.5vw;
  width: auto;
}
.top-sec-access-01-bg {
  position: relative;
  width: 66.7vw;
  margin-top: -10vw;
  z-index: -1;
}

.top-sec-access-column02 {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  margin-top: 100px;
  gap: 3.2%;
  display: flex;
}
.top-sec-access-column02_left {
  flex: 1;
}
.top-sec-access-column02_right {
  width: 46.5%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: -12vw;
}
.top-sec-access-column02_right_in01 {
  position: relative;
  width: 64%;
  z-index: 1;
  margin-left: -6%;
}
.top-sec-access-column02_right_in02 {
  position: relative;
  margin-top: -2em;
}
.top-sec-access-column03 {
  width: clamp(300px, 90%, 1110px);
  margin-inline: auto;
  margin-top: 200px;
}
.top-sec-access-column04 {
  width: clamp(300px, 90%, 1110px);
  margin-inline: auto;
  margin-top: 100px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.access-column04-item {
  width: calc((100% - 12px) / 2);
  position: relative;
}
.top-sec-access-ttl02 {
  font-size: 31px;
  letter-spacing: .1em;
  margin-top: 1.5em;
  text-align: center;
  margin-top: 4em;
}
.top-sec-access-map {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  margin-top: 3em;
}

/* トップセクション - ライフスタイル */
.top-sec-lifestyle {
  position: relative;
}
.top-sec-lifestyle-ttl-block {
  position: relative;
}
.top-sec-lifestyle-ttl-set {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.top-sec-lifestyle-ttl {
  font-family: 'garamond', sans-serif;
  font-size: 53px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.top-sec-lifestyle-ttl-txt {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-top: .7em;
}
.top-sec-lifestyle-txt01 {
  font-size: 20px;
  line-height: 2;
  letter-spacing: .1em;
  margin-top: 4em;
  text-align: center;
}

.top-sec-lifestyle-contents {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  margin-top: 100px;
}
.top-sec-lifestyle-contents .swiper {
  overflow: visible;
}
.top-sec-lifestyle-contents .swiper-slide {
  width: max-content;
}
.top-sec-lifestyle-contents .slide {
  overflow: hidden;
  width: 41.6rem;
}
.slide-media {
  position: relative;
}
.top_point_ttl01 {
  font-size: clamp(14px, 22vw, 28px);
  letter-spacing: .1em;
  margin-top: .7em;
  color: #754c24;
}
.top_point_txt01 {
  font-size: clamp(14px, 13vw, 20px);
  letter-spacing: .1em;
  line-height: 1.7;
  margin-top: .7em;
}
.top_point_txt02 {
  margin-top: .7em;
}

.top-sec-lifestyle-contents .swiper-controller {
  display: flex;
  gap: 2.6rem;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: space-between;
  margin-top: 6.2rem;
  width: 100%;
  /* gap: 30px; */
}

.top-sec-lifestyle-contents .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  justify-content: space-between;
  margin: 0 auto 0 0;
  text-align: center;
}

.top-sec-lifestyle-contents .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  vertical-align: top;
}

.top-sec-lifestyle-contents .swiper-pagination-bullet-active {
  width: 4rem;
}

.top-sec-lifestyle-contents .swiper-button-prev,
.top-sec-lifestyle-contents .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  /* margin-left: auto; */
}

.top-sec-lifestyle-contents .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 5.5rem;
  height: 5.5rem;
  cursor: pointer;
  right: initial;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background: #A9AEAF;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1rem;
  height: 1rem;
  content: "";
  border: solid #fff;
  border-width: 2px 2px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.swiper-scrollbar {
    border-radius: 0;
    position: relative;
    -ms-touch-action: none;
    background: none;
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    left: initial;
    bottom: 0;
    z-index: 50;
    height: 5px;
    width: 87%;
    margin-right: auto;
}
.swiper-scrollbar.swiper-scrollbar-horizontal::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,.1);
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 0;
    left: 0;
    top: 0
}

/* トップセクション - タウンスタイル */
.top-sec-townstyle {
  position: relative;
  text-align: center;
  padding-top: 300px;
}
.top-sec-townstyle-ttl {
  font-family: 'garamond', sans-serif;
  font-size: 53px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #754c24;
}
.top-sec-townstyle-ttl-txt01 {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-top: .7em;
  color: #754c24;
}
.top-sec-townstyle-ttl-txt02 {
  font-size: 20px;
  line-height: 2;
  letter-spacing: .1em;
  margin-top: 2em;
  text-align: center;
}

/* トップセクション - トヨタホーム */
.top-sec-toyotahome {
  position: relative;
  background: #E8E7DC;
  padding-bottom: 100px;
  margin-top: 100px;
}
.top-sec-toyotahome-img {
  position: relative;
}
.top-sec-toyotahome-logo {
  text-align: center;
  margin-top: 200px;
}
.top-sectoyotahome-ttl {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-top: 3em;
  text-align: center;
}
.top-sectoyotahome-ttl-txt01 {
  font-size: 20px;
  line-height: 2;
  letter-spacing: .1em;
  margin-top: 2em;
  text-align: center;
}
.top-sectoyotahome-contents {
  width: clamp(300px, 90%, 1400px);
  margin-inline: auto;
  margin-top: 100px;
  background: #fff;
  padding: 60px 7.3% 60px;
}

.top-sec-toyotahome-img .img_caption_black {
  right: calc(50% + 10px);
}
.top-sec-toyotahome-img .img_caption_white {
}

.top-sec-shopping .top_ttl_lv03 {
  color: #9f8159;
}

.top-sec-park  .top_ttl_lv03 {
  color: #c1a177;
}
/* SP 
----------------------------------------------------------- */
@media (max-width: 800px) {

  /* トップセクション - 情報エリア SP */
  .top-sec-info {
    text-align: center;
  }
  .top-sec-info_ttl {
    font-family: 'garamond', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.1em;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .top-sec-info_ttl::after {
    content: '';
    display: block;
    width: .5px;
    height: 55px;
    background-color: #000;
  }
  .info_kokuchi {
    margin-top: 30px;
    padding: 0 12%;
  }
  .top_info_cta {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  /* トップセクション - ビューエリア */
  .top-sec-view {
    position: relative;
    padding: 25vw 5% 100px;
    background: url(../../img/01top/view_bg01_sp.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    margin-top: 100px;
    min-height: 251vw;
  }
  .view-ttl01 {
    padding-right: 10%;
    padding-left: 5%;
  }
  .view-ttl01 img {
    width: initial;
  }
  .view-ttl02 {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .1em;
    margin-top: .7em;
  }
  .view-t01 {
    font-size: 13px;
    line-height: 2;
    letter-spacing: .1em;
    margin-top: 2em;
  }
  .view-t02 {
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
    padding: 0 30%;
  }
  .view-t02 img {
    width: initial;
  }

  /* トップセクション - ポジション */
  .top-sec-position {
    position: relative;
    background: url(../../img/01top/position_bg01_sp.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    min-height: 40vw;
    padding: 9vw 0 19vw;
    margin-top: 0;
  }
  .top-sec-position_bgimg {
    position: absolute;
    top: 0vw;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
  }
  .top-sec-position_bgimg02 {
    position: absolute;
    bottom: -10vw;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
  }
  .top-sec-position_ttl {
    font-family: 'garamond', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.2em;
  }
  .top-sec-position_txt01 {
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: .1em;
    margin-top: 6.5em;
  }
  .top-sec-position_txt02 {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .05em;
    margin-top: 2em;
  }

  /* トップセクション - ショッピング */
  .top-sec-shopping {
    position: relative;
    background: url(../../img/01top/shopping_bg.jpg) no-repeat center top;
    background-color: #050D1B;
    background-size: 100%;
    z-index: -1;
    color: #fff;
    padding-bottom: 60px;
  }
  .shopping-scroll {
    font-family: 'garamond', sans-serif;
    font-size: 11px;
    line-height: 1;
    color: #b5b5b5;
    /* text-align: center; */
    display: flex;
    justify-content: center;
  }
  .shopping-scroll > span {
    display: flex;
    writing-mode: vertical-rl;
    position: relative;
    padding: 3em 0;
  }
  .shopping-scroll > span::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: .5px;
    height: 100%;
    background-color: #b5b5b5;
    animation: scroll 2s infinite;
  }
  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }

  .top-sec-shopping-column01 {
      position: relative;
      margin-top: 28px;
  }
  .top-sec-shopping-01-ttl {
    width: clamp(300px, 90%, 1400px);
    margin-inline: auto;
    text-align: right;
  }
  .top-sec-shopping-01-ttl img {
    height: 25vw;
    width: auto;
  }
  .top-sec-shopping-01-bg {
    position: relative;
    width: 95.0vw;
    margin-top: -12vw;
    z-index: -1;
  }
  .top-sec-shopping-column02 {
    width: clamp(300px, 90%, 1400px);
    margin-inline: auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top-sec-shopping-column02_left {
    flex: 1;
  }

  .top_ttl_lv03 {
    font-size: 17px;
  }
  .top_ttl_lv03_lead {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .05em;
    margin-top: 2em;
  }

  .top-sec-shopping-column02_right {
    width: 100%;
    margin-left: auto;
    margin-top: 50px;
  }

  a.btn_more_v03 {
    display: inline-block;
    position: relative;
    font-family: 'garamond', sans-serif;
    font-size: 17px;
    margin-top: 3em;
  }

  a.btn_more_v03.u-soon {
    pointer-events: none;
  }

  a.btn_more_v03::after {
    content: "";
    background: url(../../img/01top/top_arrow.svg);
    background-size: cover;
    position: absolute;
    top: calc(50% - 1.5em);
    right: -4.5em;
    width: 3.5em;
    height: 3.5em;
    transition: 0.3s;
  }

  a.btn_more_v03 span {
    border-bottom: .5px solid #000000;
    padding-bottom: 0.5em;
    padding-right: 2em;
    letter-spacing: .1em;
  }

  a.btn_more_v03:hover {
    transform: translateX(1em);
  }

  a.btn_more_v03.u-black {
    color: #000;
  }

  a.btn_more_v03.u-black::after {
    background: url(../../img/01top/top_arrow.svg);
    background-size: cover;
  }

  a.btn_more_v03.u-black span {
    border-bottom: .5px solid #000000;
  }

  a.btn_more_v03.u-white {
    color: #ffffff;
  }

  a.btn_more_v03.u-white::after {
    background: url(../../img/01top/top_arrow_white.svg);
    background-size: cover;
  }

  a.btn_more_v03.u-white span {
    border-bottom: .5px solid #ffffff;
  }

  .top-sec-shopping-list {
    width: clamp(300px, 90%, 1400px);
    margin-inline: auto;
    margin-top: 60px;
    display: flex;
    gap: 20px 3.2%;
    flex-wrap: wrap;
  }
  .top-sec-shopping-list-item {
    width: calc((100% - 3.2%) / 2);
  }
  .top-sec-park-column01_right_set {
    display: flex;
    gap: 3.2%;
  }
  .top-sec-park-column01_right_set:nth-child(2) {
    flex-direction:row-reverse;
  }
  .top-sec-park-column01_right_set:nth-child(1) .top-sec-shopping-list-item__img {
    position: relative;
    margin-left: -6%
  }
  .top-sec-park-column01_right_set:nth-child(2) .top-sec-shopping-list-item__img {
    position: relative;
    margin-right: -6%
  }
  .top-sec-shopping-list-item__txt {
    margin-top: 15px;
  }
  .top-sec-park-column01_right_set .top-sec-shopping-list-item__txt {
    margin-top: 0;
  }

  /* トップセクション - パーク・子育て */
  .top-sec-park {
    position: relative;
    background: url(../../img/01top/childcare_bg01.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
  }
  .top-sec-park-column01 {
    width: clamp(300px, 90%, 1400px);
    margin-inline: auto;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top-sec-park-column01_right {
    width: 100%;
    display: flex;
    gap: 30px;
    margin-top: 50px;
    flex-direction: column;
  }
  .top-sec-park-column02 {
      position: relative;
      margin-top: 40px;
  }

  .top-sec-park-01-ttl {
    width: clamp(300px, 90%, 1400px);
    margin-inline: auto;
    text-align: left;
    padding-top: 40vw;
  }
  .top-sec-park-01-ttl img {
    height: 25vw;
    width: auto;
  }
  .top-sec-park-01-bg {
    position: relative;
    width: 95vw;
    margin-top: -63vw;
    margin-left: auto;
    z-index: -1;
  }
  .top-sec-park-column03 {
    width: clamp(300px, 90%, 1400px);
    margin-inline: auto;
    margin-top: 140px;
    background: #fff;
    color: #000;
    padding: 50px 6.3% 60px;
  }
  .top-sec-park-column03_ttl {
    font-size: 17px;
    letter-spacing: .1em;
    text-align: center;
  }
  .top-sec-park-column03_txt {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: 1.5em;
    text-align: center;
  }
  .top-sec-park-column03_list {
    display: flex;
    gap: 50px;
    margin-top: 3em;
    flex-direction: column;
  }
  .top-sec-park-column03_list li {
    width: 100%;
  }
  .top-sec-park-column03_list li picture {
    display: block;
    position: relative;
    margin: 0 10%;
  }
  .ttl-set {
    position: relative;
    display: flex;
    border-bottom: .5px solid #000;
    min-height: 4.5em;
    margin-top: .5em;
    padding-bottom: .5em;
    align-items: center;
    justify-content: center;
  }
  .ttl-set-ttl {
    font-size: 20px;
    line-height: 1;
  }
  .ttl-set-ttl span {
    display: block;
    font-size: .6em;
    padding-bottom: .5em;
  }
  .ttl-set-txt {
    margin-top: 1em;
    font-size: 12px;
  }
  /* トップセクション - アクセス */
  .top-sec-access {
    position: relative;
    background: url(../../img/01top/access_bg01.jpg) no-repeat center top;
    background-color: #fff;
    background-size: 100%;
    padding: 60px 0 60px;
  }
  .top-sec-access-column01 {
    position: relative;
  }
  .top-sec-access-01-ttl {
    width: clamp(300px, 90%, 1400px);
    margin-inline: auto;
    text-align: right;
    padding-top: 0vw;
  }
  .top-sec-access-01-ttl img {
    height: 13vw;
    width: auto;
  }
  .top-sec-access-01-bg {
    position: relative;
    width: 95vw;
    margin-top: -5vw;
    z-index: -1;
  }

  .top-sec-access-column02 {
    width: clamp(300px, 90%, 1400px);
    margin-inline: auto;
    margin-top: 40px;
    gap: 30px;
    display: flex;
    flex-direction: column;
  }
  .top-sec-access-column02_left {
    flex: 1;
  }
  .top-sec-access-column02_right {
    width: 100%;
    margin-left: auto;
    margin-top: 40px;
  }

  .top-sec-access-column03 {
    width: clamp(300px, 90%, 1110px);
    margin-inline: auto;
    margin-top: 50px;
  }
  .top-sec-access-column04 {
    width: clamp(300px, 90%, 1110px);
    margin-inline: auto;
    margin-top: 40px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
  .access-column04-item {
    width: calc((100% - 12px) / 2);
    position: relative;
  }
  .top-sec-access-ttl02 {
    font-size: 17px;
    letter-spacing: .1em;
    margin-top: 1.5em;
    text-align: center;
    margin-top: 3em;
  }
  .top-sec-access-map {
    width: 100%;
    margin-inline: auto;
    margin-top: 3em;
  }

  /* トップセクション - ライフスタイル */
  .top-sec-lifestyle {
    position: relative;
  }
  .top-sec-lifestyle-ttl-block {
    position: relative;
  }
  .top-sec-lifestyle-ttl-set {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .top-sec-lifestyle-ttl {
    font-family: 'garamond', sans-serif;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .top-sec-lifestyle-ttl-txt {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: .1em;
    margin-top: 1.0em;
  }
  .top-sec-lifestyle-txt01 {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .1em;
    margin-top: 4em;
    text-align: center;
  }

  .top-sec-lifestyle-contents {
    width: clamp(300px, 90%, 1400px);
    margin-inline: auto;
    margin-top: 60px;
  }
  .top-sec-lifestyle-contents .swiper {
    overflow: visible;
    /* padding: 0 10%; */
  }
  .top-sec-lifestyle-contents .swiper-slide {
    width: max-content;
  }
  .top-sec-lifestyle-contents .slide {
    overflow: hidden;
    width: 28.6rem;
  }
  .slide-media {
    position: relative;
  }

  .top_point_ttl01 {
    font-size: clamp(14px, 22vw, 19px);
    letter-spacing: .1em;
    margin-top: .7em;
    color: #754c24;
  }
  .top_point_txt01 {
    font-size: clamp(12px, 12vw, 14px);
    letter-spacing: .1em;
    line-height: 1.7;
    margin-top: .7em;
  }
  .top_point_txt02 {
    margin-top: .7em;
  }

  .top-sec-lifestyle-contents .swiper-wrapper {
    margin-left: 10%;
  }

  .top-sec-lifestyle-contents .swiper-controller {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: space-between;
    margin-top: 4.2rem;
    width: 100%;
  }

  .top-sec-lifestyle-contents .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 0.8rem;
    justify-content: space-between;
    margin: 0 auto 0 0;
    text-align: center;
  }

  .top-sec-lifestyle-contents .swiper-pagination-bullet {
    width: 1.6rem;
    height: 3px;
    cursor: pointer;
    vertical-align: top;
  }

  .top-sec-lifestyle-contents .swiper-pagination-bullet-active {
    width: 4rem;
  }

  .top-sec-lifestyle-contents .swiper-button-prev,
  .top-sec-lifestyle-contents .swiper-button-next {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    /* margin-left: auto; */
  }

  .top-sec-lifestyle-contents .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: grid;
    place-content: center;
    width: 3.5rem;
    height: 3.5rem;
    cursor: pointer;
    right: initial;
  }

  .swiper-button-prev::before,
  .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    background: #A9AEAF;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: 1rem;
    height: 1rem;
    content: "";
    border: solid #fff;
    border-width: 2px 2px 0 0;
  }

  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .swiper-scrollbar {
      border-radius: 0;
      position: relative;
      -ms-touch-action: none;
      background: none;
  }

  .swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
      display: none!important
  }

  .swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
      position: relative;
      left: initial;
      bottom: 0;
      z-index: 50;
      height: 5px;
      width: 91%;
      margin-right: auto;
  }
  .swiper-scrollbar.swiper-scrollbar-horizontal::after {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 100%;
      height: 2px;
      background: rgba(0,0,0,.1);
  }

  .swiper-scrollbar-drag {
      height: 100%;
      width: 100%;
      position: relative;
      background: rgba(0,0,0,.5);
      border-radius: 0;
      left: 0;
      top: 0
  }

  /* トップセクション - タウンスタイル */
  .top-sec-townstyle {
    position: relative;
    text-align: center;
    padding-top: 150px;
  }
  .top-sec-townstyle-ttl {
    font-family: 'garamond', sans-serif;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .top-sec-townstyle-ttl-txt01 {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: .1em;
    margin-top: 1.7em;
  }
  .top-sec-townstyle-ttl-txt02 {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .1em;
    margin-top: 2em;
    text-align: center;
  }

  /* トップセクション - トヨタホーム */
  .top-sec-toyotahome {
    position: relative;
    background: #E8E7DC;
    padding-bottom: 60px;
    margin-top: 60px;
  }
  .top-sec-toyotahome-img {
    position: relative;
  }
  .top-sec-toyotahome-logo {
    text-align: center;
    margin-top: 70px;
    padding: 0 12%;
  }
  .top-sectoyotahome-ttl {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: .1em;
    margin-top: 3em;
    text-align: center;
  }
  .top-sectoyotahome-ttl-txt01 {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .1em;
    margin-top: 2em;
    text-align: center;
  }
  .top-sectoyotahome-contents {
    width: clamp(300px, 90%, 1400px);
    margin-inline: auto;
    margin-top: 60px;
    background: #fff;
    padding: 60px 7.3% 60px;
  }


}