@charset "UTF-8";
main {
  font-family: var(--NotoSans);
}

.header .logo-svg {
  fill: #3c3c3c;
  /* filter: drop-shadow(1px 1px 1px #ffffff12); */
}

.logo_wrap {
  color: #3c3c3c;
}
.logo_wrap.white_back:after {
  content: "";
  position: absolute;
  top: -25px;
  left: -14px;
  width: 160px;
  height: 90px;
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  border-radius: 0 0 0.5rem 0.5rem;
  transition: 0.2s;
}
.sticky_block {
  position: fixed !important;
  bottom: 0 !important;
  z-index: 0 !important;
  width: 100%;
  /* z-index: 1000; */
}

.only_sp {
  display: none;
}

/* ローディング */
.loading_screen {
  position: fixed;
  /* z-index: 133; */
  height: calc(100vh - 7rem);
  width: 100%;
  background-color: #fff;
  opacity: 1;
}

.loading_screen::after {
  content: "";
  width: 100%;
  height: calc(100vh + 7rem);
  background-color: var(--light-brown);
  display: block;
  transition: all 1s ease-in-out;
  /* transition: none; */
}

.loading_screen.loading::after {
  transform: translateY(100%);
}

.loading_screen .logo-svg {
  fill: #224B92;
  margin-bottom: 0.8rem;
  width: 100%;
}

.loading_screen .logo_wrap {
  width: 17.9rem;
  color: var(--black);
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
}

.loading_shop_name {
  font-size: 1.7rem;
  font-weight: 500;
  font-family: var(--NotoSans);
}

.fixed_area.loading {
  transform: translateX(-100%);
}

.header.loading {
  opacity: 0;
}

.icon_sns_sp {
  opacity: 0;
}

.main_left_right.loading {
  opacity: 0;
}

.works_contents_area.loading {
  transform: translateY(7rem);
}

/* △ローディング */
/* youtube */
#youtube-area {
  position: absolute;
  /* z-index: -10; */
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}

#youtube {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 200vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 100vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 130%;
  min-width: 130%;
}

.fv_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask {
  position: absolute;
  z-index: 2;
  /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
}

/* youtubeここまで */
.container {
  background-color: var(--light-brown);
}

.container {
  position: relative;
  /* height: 100vh; */
  position: fixed;
  right: 0;
  top: 0;
  height: 80rem;
  width: 70.5rem;
  max-height: 100vh;
  /* z-index: -1; */
  height: 100%;
}

.main_wrapper {
  z-index: 10;
  /* position: fixed; */
  width: 100%;
  /* height: 100vh; */
  display: block;
  position: relative;
}

.main_left_right {
  display: flex;
  height: 100vh;
  height: 73rem;
  max-height: calc(100vh - 7rem);
  /* background-color: var(--light-brown); */
  /* transform: translateY(100%); */
  /* opacity: 0; */
  height: calc(100vh - 5rem);
  max-height: none;
}

.main_wrapper:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.slider_handwriting img {
  opacity: 0;
}

.slide_front {
  width: 7.442rem;
  height: 24.472rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  /* z-index: 20000; */
}

.handwriting_wrap {
  display: flex !important;
  /* opacity: 0; */
  align-items: flex-start !important;
  z-index: 1;
}

.slide_front img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.top_right_img02 {
  /* position: absolute; */
  height: 24.472rem;
  left: -6rem;
  width: 10rem;
  /* opacity: 0; */
  transition: opacity 1s;
  /* animation-name: rotate-anime01;
    animation-duration: 8s;
    animation-fill-mode: inherit;
    z-index: 100; */
}

.slider_handwriting.loading img {
  opacity: 0 !important;
}

.top_right_img01 {
  /* opacity: 0; */
  height: 20rem;
  transition: opacity 1s;
}

/* 
.handwriting_wrap{
  opacity: 0;
} */
/* .slick-initialized img{
  opacity: 1
} */
.slick-active .top_right_img01 {
  opacity: 1;
  transition-delay: 0.5s;
}

.slick-active .top_right_img02 {
  opacity: 1;
  transition-delay: 1s;
}

.fixed_area {
  position: fixed;
  z-index: -1;
  width: 57.5rem;
  transition: all 1s ease-in-out;
  height: 100vh;
  background-color: #fff;
}

.top_bar_a {
  width: -moz-max-content;
  width: max-content;
  text-align: right;
  position: absolute;
  font-size: 1rem;
  right: 1.7rem;
  /* padding: 1rem 0; */
  z-index: 9999;
  bottom: 233px;
  position: fixed;
}

.right_a_top {
  display: block;
  /* color: var(--brown); */
  text-align: right;
  padding: 0.25rem 0;
  font-weight: 500;
  color: var(--black);
  letter-spacing: 0.02em;
  /* width: auto; */
  position: relative;
}

.right_span_top::after {
  border-top: 0.3rem solid;
  content: "";
  width: 0.9em;
  display: flex;
  right: -1.4rem;
  /* color: var(--brown); */
  top: 47%;
  position: absolute;
  color: var(--brown);
}

.slider_news {
  /* padding-top: 1rem; */
  position: relative;
}

.works_title_text_infini {
  width: 100%;
  overflow: hidden;
}

.works_contents_area {
  position: relative;
  min-height: 100vh;
  background: #fff;
  padding: 5.6rem 8rem 16rem;
}

/* SP版tap追加 */
.top_up_news {
  transform: translate(0px, -120px);
}

.sp_text_news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 6.3rem;
  padding-left: 1rem;
  padding-top: 0.8rem;
  position: relative;
}

.tap_text {
  position: absolute;
  top: 1.6rem;
  right: 40rem;
  font-size: 1.8rem;
  font-weight: 2.8571428571;
  font-weight: var(--Jost);
  font-weight: 500;
  animation: flash 1s linear infinite;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* .sp_text_news:not(:first-child) {
  display: none;

} */
.news_tap_top {
  border-right: solid 0.2rem #EAE2D0;
  font-size: 1rem;
  position: absolute;
  top: 2.3rem;
  left: 30.8rem;
  padding-right: 1rem;
}

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

.open_flex {
  display: flex;
}

.tap_text_close {
  position: absolute;
  top: 2.3rem;
  right: 42.7rem;
  display: none;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.5s 1s ease-in-out;
}

.tap_text_close::before,
.tap_text_close::after {
  position: absolute;
  content: "";
  width: 1.8rem;
  height: 0.2rem;
  background-color: #333;
}

.tap_text_close::before {
  transform: rotate(45deg);
}

.tap_text_close::after {
  transform: rotate(-45deg);
}

/* －－－－－－－－－ */
.news_contents_a {
  display: inline-flex;
  text-align: center;
  /* margin: 0 auto; */
  margin-left: 36.35rem;
  width: auto;
  font-size: 1.2rem;
  font-weight: 500;
  align-items: center;
  margin-top: 0.8rem;
  position: relative;
}

.top_works_imgs {
  display: flex;
}

.works_img_01 {
  width: 42rem;
  height: 33rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_slider_collar {
  position: relative;
  width: auto;
  height: auto;
  /* overflow: hidden; */
  /* display: block; */
}

.top_slider_collar::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  transition: all 0.6s ease-out;
  background-color: var(--blue);
}

.top_slider_collar.active::before {
  width: 0;
  /* left: -100%; */
  /* transform: translate(-100%, 0); */
}

.works_img_02_area {
  width: 19.3rem;
  height: 12.6rem;
  margin-right: 2.3rem;
  margin-bottom: 1.8rem;
}

.works_img_02 {
  display: block;
  width: 19.3rem;
  height: 12.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_img_03 {
  width: 19.3rem;
  height: 12.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_img_04_area {
  width: 20.4rem;
  height: 27.1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_img_04 {
  width: 20.4rem;
  height: 27.1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* release時のCSS */
.top_works_release {
  /* display: flex; */
}

.top_works_release_area {
  margin-left: 3rem;
  width: 55rem;
}

.top_release_our_works_img {
  width: 19rem;
  height: 17.7rem;
  margin-bottom: 2.5rem;
  /* margin-top: 2rem; */
  display: block;
}

.top_release_our_works_img img {
  width: 100%;
  height: 100%;
  margin-bottom: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.release_text_01 {
  height: 27rem;
  width: auto;
}

.release_text_area {
  height: 30rem;
}

.top_release_our_works_img02 {
  width: 36.5rem;
  height: 37.9rem;
  margin-left: 2.5rem;
  /* margin-top: 2rem; */
}

.top_release_our_works_img02 img {
  width: 100%;
  height: 100%;
  border-radius: 0 5rem 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.release_img03 {
  width: 30rem;
  height: auto;
}

.release_img01 {
  width: 58rem;
  height: 27rem;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2.1rem;
  /* margin-left: 0; */
}

.release_img01 img {
  width: 44.4rem;
  height: 100%;
  position: relative;
  margin-right: 4.1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.release_img_02_area {
  display: flex;
}

.top_offering_icon {
  width: auto;
  /* bottom: -105px; */
  /* height: 4.2rem; */
  /* position: relative; */
  bottom: 84px;
  font-size: 10px;
  margin-top: 91px;
  /* display: block; */
  left: auto;
  right: 36.4px;
}

.top_offering_icon img {
  width: 42px !important;
  height: 42px !important;
}

.top_logo_icon {
  /* position: fixed; */
  /* left: 4.7rem; */
  /* top: 55rem; */
  /* z-index: 1000; */
  margin-bottom: 0px;
}

.top_icon_contents {
  /* display: block; */
  /* width: 2.125rem; */
  /* height: 2.016rem; */
  /* object-fit: contain; */
  /* margin-bottom: 2.57rem; */
}

.top_works_left {
  width: 46rem;
  color: var(--black);
  background: #C0D7EB;
  background: linear-gradient(125deg, rgb(192, 215, 235) 0%, rgb(255, 255, 255) 100%);
  padding: 5.6rem 6rem;
  border-radius: 3rem 0 0 0;
}

.top_works_title {
  font-size: 6.4rem;
  font-weight: 500;
  font-family: var(--Jost);
  line-height: 1.2;
  color: var(--black);
  margin: 0 0 4rem;
}

.top_works_subtitle {
  margin: 0 0 8rem;
}

.top_works_subtitle span {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  z-index: 2;
}

.top_works_subtitle span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% + 1.6rem);
  height: 50%;
  background: #fff;
  border-radius: 0.2rem;
  translate: -50% 0;
  z-index: -1;
}

.top_works_text_title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.top_works_text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0 8rem;
}

.top_works_area {
  display: contents;
  width: 34rem;
  margin: 0 auto;
}

.top_works_img_sub {
  display: flex;
}

.top_works_title_text {
  font-size: 3rem;
  font-weight: 500;
  font-family: var(--Jost);
  color: #0F2192;
  margin: 1.6rem 0;
}

.top_works_img_area {
  margin-left: 3rem;
  width: 42rem;
}

.top_works_day {
  color: var(--brown);
  font-size: 1.6rem;
  font-weight: 500;
}

.top_works_day02::after {
  content: "→";
}

.top_works_weekday {
  font-size: 1rem;
}

.top_works_news_texr {
  font-size: 1.2rem;
  color: var(--black);
  font-weight: 500;
  margin-left: 1.44rem;
  margin-right: 9rem;
  width: 36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top_works_news_day {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--black);
  /* position: relative; */
  /* position: absolute; */
  font-family: var(--Jost);
}

.top_works_news_border::after {
  content: "";
  border-top: 0.1rem solid #333;
  transform: rotate(315deg);
  /* top: 0; */
  width: 3rem;
  height: 5rem;
  display: inline-block;
  top: 1rem;
  left: 1.3rem;
  position: absolute;
}

.top_works_news_ab {
  position: absolute;
  left: 1.5rem;
  bottom: 0.5rem;
}

.top_works_news_day_ivent {
  position: relative;
  padding-bottom: 2rem;
}

.our_worksarrow-svg {
  fill: #000;
  stroke: #000;
  /* margin-right: 0px; */
  margin-left: 13rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.our_works_sub_area {
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-content: stretch;
  width: 90rem;
  height: 37.9rem;
  margin: 8rem auto 0;
}

.our_works_sub_area.show {
  display: flex;
}

.our_works_sub_area a {
  display: block;
  /* height: 100%; */
}

.our_works_house {
  width: 28.2rem;
  height: 17.7rem;
  background-color: var(--light-blue);
  padding: 2.12rem 1.5rem 1.5rem 3rem;
  margin-bottom: 2.5rem;
}

.our_works_house.works_sp_link {
  display: none;
  /* order: 9; */
}

.top_our_works_img:nth-child(3) {
  width: 28.2rem;
  height: 17.7rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  display: block;
}

.top_our_works_img:nth-child(3) img {
  height: 17.7rem;
}

.top_our_works_img:nth-child(4) {
  width: 19rem;
  height: 17.7rem;
  position: relative;
}

.top_our_works_img:nth-child(5) {
  width: 19rem;
  height: 17.7rem;
  position: relative;
}

.top_our_works_img:nth-child(6) {
  width: 36.7rem;
  height: 37.9rem;
  position: relative;
}

.top_our_works_img:nth-child(6) a {
  height: 100%;
}

.top_our_works_img:nth-child(6) img {
  border-radius: 0rem 5rem 0rem 0rem;
}

.top_our_works_img:nth-child(6) .a_test:hover img {
  filter: brightness(0.5);
  transition: 0.3s;
  opacity: 1;
  /* cubic-bezier(0.45, 0, 0.55, 1) */
}

.a_test:hover img {
  filter: brightness(0.5);
  transition: 0.3s;
  opacity: 1;
  /* cubic-bezier(0.45, 0, 0.55, 1) */
}

/* ※ourworks_hover_img */
.top_our_works_img:nth-child(3) .a_test:hover img {
  filter: brightness(0.5);
  transition: 0.3s;
  opacity: 1;
  /* cubic-bezier(0.45, 0, 0.55, 1) */
}

.top_our_works_img:nth-child(6) .a_test:hover .title_text_works {
  transition: 0.3s;
  opacity: 1;
  /* cubic-bezier(0.45, 0, 0.55, 1) */
}

.title_text_works {
  position: absolute;
  /* margin-top: 14rem; */
  top: 50%;
  width: 27rem;
  margin-left: 4.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--off-white);
  line-height: 1.5em;
  opacity: 0;
  /* z-index: 1000; */
  transform: translateY(-50%);
}

.top_our_works_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works_arrow-svg {
  fill: var(--black);
  stroke: var(--black);
  /* margin-right: 0px; */
  /* margin-left: 1rem; */
  text-align: right;
  width: 1.4rem;
  margin-left: 1.7rem;
  height: 1.4rem;
  display: inline-block;
}

.works_title_svg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.works_svg_area {
  background-color: var(--off-white);
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  padding-top: 1.7rem;
}

.works_tetle_02 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--blue);
}

.works_title_01 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2.33rem;
  color: var(--black);
}

/* 帯 */
.works_category {
  display: inline-block;
  /* clip-path: polygon(0 0, 100% 0, calc(100% - 1.2rem) 100%, 0% 100%); */
  clip-path: polygon(100% 0, calc(100% - 1.2rem) 100%, 16% 100%, 0% 150%, 0 0);
  padding-top: 0.2em;
  /* position: relative; */
  box-sizing: border-box;
  /* padding: 10px; */
  /* margin: 0 0 0 -0.8rem; */
  width: 13.7rem;
  font-size: 1.3rem;
  color: white;
  background: var(--blue);
  position: absolute;
  bottom: 1.7rem;
  left: -0.8rem;
  font-weight: 500;
  z-index: 1000;
  text-align: center;
  width: 0rem;
  width: 13rem;
  height: 3rem;
  left: -0.8rem;
}

.works_category:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 0.5rem transparent;
  border-right: solid 0.8rem #0C2941;
  /* z-index: -1; */
}

/* //magazine_area */
.magazine_right_staff_text {
  position: absolute;
  height: 17.474rem;
  width: 17.493rem;
  top: -15rem;
}

.magazine_member_img {
  display: flex;
}

.magazine_right_staff_oshi {
  width: 8.4rem;
  height: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: -19.4rem;
  top: 7.2rem;
}

.magazine_right_staff_rotation {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 3rem;
  position: absolute;
  right: -24rem;
}

.magazine_right_staff_rotation {
  animation: rotate-anime 10s linear infinite;
}

@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.magazine_area {
  background-color: var(--light-green);
  width: 100%;
  min-height: 100vh;
  border-radius: 0 5rem 0 0;
  display: flex;
  position: relative;
  z-index: 1;
}

.magazine_left_area {
  position: sticky;
  top: 0;
  height: 100vh;
  /* display: flex; */
  width: calc(58rem - 17px);
}

.white_background {
  background-color: var(--off-white);
  /* position: static; */
}

.top_magazine01 {
  height: 100vh;
  width: 56rem;
  /* max-height: 100vh; */
  width: calc(58rem - 17px);
  position: relative;
}

.magazine_main_face {
  border-radius: 10rem;
  width: 14.4rem;
  height: 14.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 28%;
     object-position: center 28%;
  /* position: relative;
    overflow: hidden; */
  /* zoom: 1.5; */
}

.magazine_main_face_sub {
  border-radius: 10rem;
  width: 10.1rem;
  height: 10.1rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 28%;
     object-position: center 28%;
  /* zoom: 1.5; */
  margin-right: 2.6rem;
}

.magazine_right_name_text {
  display: flex;
  width: 39rem;
  /* font-weight: 500; */
  margin-bottom: 3rem;
}

.magazine_text {
  font-size: 1.6rem;
  width: 18.6rem;
  font-weight: 500;
  margin-top: 2.5rem;
  margin-bottom: 5.1rem;
}

.magazine_name_sub {
  font-size: 1.4rem;
  font-weight: 500;
  z-index: 10;
  position: relative;
  font-family: var(--Jost);
}

.magazine_name {
  font-size: 1.8rem;
  font-weight: 500;
}

.magazine_name_text_area {
  margin-left: 2.63rem;
}

.magazine_right_title {
  font-size: 3rem;
  font-weight: 500;
  font-family: var(--Jost);
  margin-bottom: 2.75rem;
}

.magazine_right_area {
  position: relative;
  margin-left: 16.3rem;
  margin-top: 21rem;
  color: var(--black);
}

.our_worksarrow-svg02 {
  fill: var(--black);
  stroke: var(--black);
  /* margin-right: 0px; */
  margin-left: 4rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.top_our_works02 {
  margin-top: 9rem;
  font-size: 1.5rem;
  font-weight: 900;
  background-color: var(--off-white);
  width: 32.5rem;
  display: inline-block;
  height: 6rem;
  /* text-align: center; */
  padding: 2rem 3.6rem;
  color: var(--black);
  border-radius: 5rem;
  margin-bottom: 13.6rem;
}

.magazine_blog_01 {
  width: 7rem;
  height: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7rem;
  -o-object-position: left 51%;
     object-position: left 51%;
  /* object-position: 39% 36%; */
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.elements_horizontal {
  display: flex;
}

.magazine_blog_text {
  height: 11.2rem;
  background-color: var(--off-white);
  width: 39.5rem;
  padding: 2rem 1.6rem 2rem 2.4rem;
  margin-bottom: 3rem;
  border-radius: 0px 2rem;
}

.magazine_area_day {
  justify-content: space-between;
  width: 100%;
  color: var(--green);
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.magazine_area_day .our_worksarrow-svg03 {
  fill: var(--green);
  stroke: var(--green);
}

.our_worksarrow-svg03 {
  fill: #4D864C;
  stroke: #4D864C;
  /* margin-right: 0px; */
  margin-left: 4rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.magazine_blog_text_img {
  width: 100%;
}

.magazine_title_text {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--black);
}

.magazine_text_02 {
  font-size: 1.4rem;
  overflow: hidden;
  height: 2.4rem;
  width: 100%;
  font-weight: 500;
  margin-top: 1rem;
}

.magazine_title_blog {
  font-size: 3rem;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 7.3rem;
  font-family: var(--Jost);
}

.magazine_margin {
  margin-bottom: 8.6rem;
}

.img_text_magazine {
  position: absolute;
  /* padding-top: 12rem; */
  top: 12rem;
  color: var(--black);
  left: 10rem;
  width: auto;
  z-index: 1000;
  height: 100%;
}

.our_staff_left_title {
  font-size: 3.5rem;
  font-weight: 500;
  font-family: var(--Jost);
  margin-bottom: 0.4rem;
}

.our_staff_main_title {
  font-size: 6.4rem;
  font-weight: 500;
  font-family: var(--Jost);
  margin-bottom: 0.5rem;
}

.our_staff_title {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 3rem;
  position: relative;
  /* border-bottom: 1rem solid; */
}

.our_staff_text02 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  width: 32rem;
  white-space: nowrap;
  line-height: 2.13333;
}

.sample01 {
  width: calc(58rem - 17px);
  overflow: hidden;
  left: -10rem;
  position: absolute;
  color: var(--off-white);
  font-size: 10rem;
  letter-spacing: 0.03em;
  top: 60.5rem;
  top: auto;
  bottom: 11rem;
}

.sample01 .text_scroll_left {
  /* margin:0; */
  /* display: inline-block; */
  font-family: var(--Jost);
  /* padding-left: 100%; */
  white-space: nowrap;
  font-weight: 500;
  line-height: 1em;
  /* animation: scrollSample01 10s linear infinite; */
}

@keyframes scrollSample01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.section_04_back {
  /* background-color: var(--light-green); */
}

/* event */
/* test */
.swiper {
  /*スライダーの幅と高さを調整*/
  width: min(100%, 600px);
  /* height: 300px; */
  display: flex;
  width: 100%;
  /* padding-right: 6rem; */
}

.swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
  /*テキストの位置調整*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*テキストの色と太さを指定*/
  color: #fff;
  font-weight: 500;
}

/*①各スライドに以下クラスを追加で付与*/
/*②スライド背景色を設定*/
.slide1 {
  background-color: #88acbd;
}

.slide2 {
  background-color: #99cb1f;
}

.slide3 {
  background-color: #e43a47;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  background-color: var(--off-white);
  width: 72.5rem;
}

.swiper-scrollbar-drag {
  height: 0.6rem;
  padding-right: -10rem;
  width: 24rem;
}

/* test */
.top_event_imgs {
  display: flex;
  /* margin-top: 11rem; */
  /* margin: 11rem auto; */
  margin-left: 10rem;
  margin-bottom: 7rem;
}

.event_contents_area {
  min-height: 100vh;
  border-radius: 0 5rem 0 0;
  background: #fff;
  z-index: 30;
  position: relative;
  padding-bottom: 16rem;
}

.top_event_title {
  width: auto;
  font-size: 6.4rem;
  font-weight: 500;
  font-family: var(--Jost);
  writing-mode: vertical-rl;
  color: var(--black);
  margin-right: 3.1rem;
}

.top_event_title_sub {
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  /* line-height: 1.5em; */
  text-orientation: upright;
  color: var(--black);
  position: relative;
  margin-right: 10.2rem;
  /* border-right: solid 3rem; */
}

.top_event_title_sub::after {
  content: "";
  border: #FFF solid 0.9rem;
  border-radius: 0.5rem;
  left: 1.3rem;
  height: 21.6rem;
  z-index: -1;
  display: block;
  /* width: 2rem; */
  position: absolute;
}

.top_event_contents {
  display: flex;
  /* margin-top: 11rem; */
  padding-top: 14.8rem;
  padding-left: 8.8rem;
  /* margin-right: 16.5rem; */
}

.article_image {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_article {
  width: 25.8rem;
  flex-shrink: 0;
  display: block;
  padding-left: 0.8rem;
  color: var(--black);
  /* margin-bottom: 4.2rem; */
  /* margin-right: 5rem; */
}

.article_title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.period_weekday {
  font-weight: 500;
  font-size: 1.4rem;
  padding-top: 0.5rem;
}

.event_date {
  margin-bottom: 0.53rem;
  display: flex;
  align-items: center;
  height: 3.7rem;
}

.news_category {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0.5rem 10px 0.7rem;
  margin: 0 0 0 -0.8rem;
  width: 13.7rem;
  font-size: 1.3rem;
  color: white;
  background: var(--brown);
  position: absolute;
  /* top: 2.75rem; */
  font-weight: 500;
  text-align: center;
  line-height: 1;
  left: 0;
  bottom: 1.4rem;
  clip-path: polygon(100% 0, calc(100% - 1.2rem) 100%, 16% 100%, 0% 150%, 0 0);
}

.news_category:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 0.5rem transparent;
  border-right: solid 0.8rem #845F0C;
  /* z-index: -1; */
}

.post_date::before {
  content: "UP DATE";
  font-weight: 500;
  margin-right: 0.5rem;
  color: var(--brown);
}

.article_image_wrap {
  margin-bottom: 1.52rem;
  line-height: 0;
  /* width: 25rem; */
  /* height: 25rem; */
  position: relative;
}

.period_date {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8181818182;
}

.post_date {
  font-family: var(--Jost);
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.section04_event_area {
  text-align: center;
}

.top_event_sub_area {
  margin-top: 11.6rem;
  font-size: 1.5rem;
  font-weight: 900;
  background-color: var(--off-white);
  width: 32.5rem;
  display: inline-block;
  height: 6rem;
  /* text-align: center; */
  padding: 2rem 3.6rem;
  color: var(--black);
  border-radius: 5rem;
}

/* section05 */
.section_05_back {
  /* background-color: var(--light-brown); */
  /* padding-bottom: 2rem; */
  /* height: auto; */
  /* margin-bottom: 2rem; */
}

.model_house_contents_area {
  min-height: 100vh;
  border-radius: 0 5rem 0 0;
  background: #C0D7EB;
  background: linear-gradient(125deg, rgb(192, 215, 235) 0%, rgb(255, 255, 255) 100%);
  z-index: 30;
  position: relative;
}

.model_house_left_right {
  display: flex;
  width: 108rem;
  margin-left: 10rem;
  padding-top: 17.5rem;
  padding-bottom: 10rem;
}

.model_house01_img {
  width: 59rem;
  height: 37rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 5.2rem;
}

.model_house_right_img_area {
  display: flex;
  /* flex-shrink: 0; */
  flex-wrap: wrap;
  width: 59rem;
  /* overflow: scroll; */
  /* overflow-y: scroll; */
  gap: 3.1rem;
  /* justify-content: space-between; */
}

.house_img_area {
  width: 17.6rem;
  /* height: 20rem; */
  border-radius: 3rem;
  /* margin-left: 2rem; */
  margin-bottom: 2.5rem;
}

.house_img_area img {
  width: 17.5rem;
  height: 14rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.3rem;
  border-radius: 0 2rem 0 0;
}

.model_house_img_number {
  font-size: 3rem;
  font-weight: 500;
  font-family: var(--Jost);
  color: var(--blue);
}

.model_house_text {
  display: flex;
  align-items: flex-start;
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 500;
}

.model_house_main_title {
  color: var(--black);
  margin-bottom: 2.2rem;
}

.model_house_sub_title {
  font-weight: 500;
  font-size: 2.5rem;
  color: var(--black);
  letter-spacing: 0.02em;
  margin-bottom: 7.8rem;
  position: relative;
}

.model_house_sub_title::after {
  content: "";
  border-bottom: solid #EAE2D0 2rem;
  position: absolute;
  width: 26.5rem;
  left: 0;
  top: 1.8rem;
  z-index: -1;
  border-radius: 0.5rem;
}

.model_house_sub_text {
  width: 29.4rem;
  font-weight: 500;
  color: var(--black);
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  /* margin-bottom: 23.7rem; */
  margin-bottom: 3.2rem;
  line-height: 1.6em;
}

.model_house_right {
  margin-left: 19.5rem;
}

.model_house_button {
  margin-top: 13.6rem;
  font-size: 1.5rem;
  font-weight: 900;
  background-color: var(--light-brown);
  width: 32.5rem;
  display: inline-block;
  height: 6rem;
  /* text-align: center; */
  padding: 2rem 3.6rem;
  color: var(--black);
  border-radius: 5rem;
  /* margin-bottom: 13.6rem; */
}

.model_house_button_02 {
  margin-top: 3.6rem;
  font-size: 1.5rem;
  font-weight: 900;
  background-color: var(--light-brown);
  width: 32.5rem;
  display: inline-block;
  height: 6rem;
  /* text-align: center; */
  padding: 2rem 3.6rem;
  color: var(--black);
  border-radius: 5rem;
  /* margin-bottom: 13.6rem; */
}

.our_worksarrow-svg03 {
  fill: var(--black);
  stroke: var(--black);
  /* margin-right: 0px; */
  margin-left: 4rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.model_house_bottom_text {
  color: var(--light-gray);
  font-weight: 500;
  font-size: 10rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0.024em;
  /* position: absolute; */
  /* bottom: 78rem; */
}

.slider_top_text {
  bottom: 78rem;
  position: absolute;
  width: 100%;
  overflow-y: hidden;
}

.infiniteslide {
  /* overflow: hidden; */
  /* width: 50%; */
}

/* youtube */
.video {
  width: 100%;
  height: 72rem;
  z-index: 100;
  pointer-events: none;
  position: relative;
  background-color: var(--off-white);
  /* padding-bottom: 67rem; */
}

.video_top {
  padding-bottom: 8.8rem;
  background-color: var(--off-white);
  position: relative;
}

/* section06 */
.section_06_back {
  /* background-color: var(--off-white); */
}

.owners_life_contents_area {
  background-color: var(--light-pink);
  z-index: 50;
  position: relative;
  border-radius: 0 5rem 0 0;
  height: auto;
}

.owners_text {
  position: absolute;
  height: 17.48rem;
  width: 17.543rem;
  top: 8rem;
}

.owners_staff_oshi {
  width: 13.6rem;
  height: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: -24.4rem;
  top: 8rem;
}

.owners_staff_rotation {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 3rem;
  position: absolute;
  right: -26.4rem;
  animation: rotate-anime 15s linear infinite;
}

@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.owners_text_area {
  display: flex;
  /* margin-top: 10rem; */
  padding-top: 22.1rem;
  padding-bottom: 25rem;
}

.owners_img_area {
  margin-right: 18.4rem;
  position: relative;
  /* opacity: 1; */
  /* transition-duration: 380ms; */
  /* transition-timing-function: cubic-bezier(0.38, 1.91, 1, 1); */
  /* transition-property: opacity,transform; */
  transform-style: preserve-3d;
  perspective: 1rem;
}

.owners_img_main {
  width: 42.111rem;
  height: 50.19rem;
  margin-left: 13.99rem;
  margin-top: 7.63rem;
  /* transform: rotate(12deg); */
}

.owners_img_01 {
  width: 17.04rem;
  height: 13.167rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 11.61rem;
  top: -9rem;
  animation-delay: 0.5s;
}

@keyframes poyon {
  0% {
    transform: scale(0.1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.poyon {
  transform: scale(0);
  /* display: none; */
}

.poyon.active {
  animation-name: poyon;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.fade_in_phone {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0, 0.42, 0.58, 1);
}

.fade_in_phone.active {
  opacity: 1;
  z-index: 500;
  position: relative;
}

.fade_in_phone_slide {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0, 0.42, 0.58, 1);
  height: 0;
}

.fade_in_phone_slide.active {
  opacity: 1;
  height: 0;
}

.owners_img_02 {
  width: 17.204rem;
  height: 15.504rem;
  -o-object-fit: cover;
     object-fit: cover;
  /* transform: rotate(-15deg); */
  position: absolute;
  right: 6rem;
  top: -6rem;
  animation-delay: 0.8s;
}

.owners_img_03 {
  width: 19.344rem;
  height: 17.433rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 8rem;
  left: -6rem;
  animation-delay: 1.1s;
}

.owners_img_04 {
  width: 19.344rem;
  height: 17.433rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 4.7px;
  top: 10.9rem;
  animation-delay: 1.4s;
}

.owners_img_05 {
  width: 17.454rem;
  height: 13.487rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: -4.3rem;
  bottom: 7.9rem;
  animation-delay: 1.7s;
}

.owners_img_06 {
  width: 17.454rem;
  height: 13.487rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: -11rem;
  bottom: 15rem;
  animation-delay: 2s;
}

.owners_img_07 {
  width: 17.81rem;
  height: 13.167rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: -11rem;
  right: 16rem;
  animation-delay: 2.3s;
}

.owners_img_main_title {
  color: var(--black);
  margin-bottom: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: var(--Jost);
  font-size: 6.4rem;
}

.owners_img__sub_title {
  font-weight: 500;
  font-size: 2.5rem;
  color: var(--black);
  letter-spacing: 0.02em;
  margin-bottom: 7.8rem;
  position: relative;
  left: 1rem;
}

.owners_img__sub_title::after {
  content: "";
  border-bottom: solid #fff 2rem;
  position: absolute;
  width: 25.5rem;
  left: -0.7rem;
  top: 1.8rem;
  z-index: -1;
  border-radius: 0.5rem;
}

.owners_right_area {
  width: 32.5rem;
}

.owners_text_02 {
  width: 29.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--black);
  line-height: 1.975;
}

.owners_house_button {
  margin-top: 14.4rem;
  font-size: 1.5rem;
  font-weight: 900;
  background-color: var(--off-white);
  width: 32.5rem;
  display: inline-block;
  height: 6rem;
  /* text-align: center; */
  padding: 2rem 3.6rem;
  color: var(--black);
  border-radius: 5rem;
}

.owners_svg02 {
  fill: var(--black);
  stroke: var(--black);
  /* margin-right: 0px; */
  margin-left: 3rem;
  /* font-weight: 300; */
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

/* section07 */
.section_07_warap {
  height: 103rem;
  /* background-color: var(--light-pink); */
}

.section_07_back {
  /* background-color: var(--light-pink); */
  z-index: 100;
}

.library_contents_area {
  background-image: url(../img/library_top_img.webp);
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0 5rem 0 0;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  /* height: 109.5rem; */
  background-size: cover;
  position: relative;
  background-color: rgba(60, 42, 3, 0.4);
  background-blend-mode: overlay;
  background-position: 0% 43%;
  background-size: cover;
}

.library_right_a:hover {
  background-color: var(--off-white);
  transition: all 0.5s;
  color: var(--black);
}

.library_right_a:hover > .library_svg03 {
  fill: var(--black);
  stroke: var(--black);
}

.library_contents_area::after {
  /* content: ''; */
  background-color: rgba(58, 41, 3, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 0 8rem 0 0;
  /* border: solid; */
}

.library_box {
  position: relative;
  color: var(--off-white);
  width: 20rem;
  padding: 0.25em 1em;
  margin: 8.1em 0 1rem 13rem;
  top: 0;
  /* background: #efefef; */
  font-size: 1.7rem;
  font-weight: 500;
  z-index: 100;
}

.library_box:before,
.library_box:after {
  position: absolute;
  top: 0;
  content: "";
  width: 0.5rem;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}

.library_box:before {
  border-left: solid 0.2rem #fff;
  border-top: solid 0.2rem #fff;
  border-bottom: solid 0.2rem #fff;
  left: 0;
}

.library_box:after {
  border-top: solid 0.2rem #fff;
  border-right: solid 0.2rem #fff;
  border-bottom: solid 0.2rem #fff;
  right: 9.8rem;
}

.library_top_text_title {
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  width: 11.5rem;
}

.library_top_conclusion {
  display: flex;
  color: var(--off-white);
  z-index: 100;
  position: relative;
  padding-bottom: 14rem;
  margin-left: 10rem;
  padding-top: 14rem;
}

.library_sub_title {
  font-weight: 500;
  font-size: 2.5rem;
  color: var(--off-white);
  letter-spacing: 0.02em;
  /* margin-bottom: 7.8rem; */
  /* margin-left: 1rem; */
  position: relative;
}

.library_sub_title::after {
  content: "";
  border-bottom: solid #988775 2rem;
  position: absolute;
  width: 24.5rem;
  left: -0.7rem;
  top: 1.6rem;
  z-index: -1;
  border-radius: 0.5rem;
}

.library_span_top:before,
.library_span_top:after {
  position: absolute;
  top: -1.5rem;
  content: "";
  width: 0.5rem;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}

.library_span_top:before {
  border-bottom: solid 0.1em #fff;
  width: 12rem;
  right: -2.1rem;
  /* left: 0px; */
}

.library_span_top:after {
  border-bottom: solid 0.1em #fff;
  left: -13rem;
  width: 13rem;
}

.library_sub_title_top {
  font-size: 3.5rem;
  font-weight: 500;
  font-family: var(--Jost);
  letter-spacing: 0.01em;
  margin-bottom: 0.5rem;
}

.library_main_title_top {
  font-size: 6.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: var(--Jost);
  margin-bottom: 4rem;
}

.library_top_text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.13333;
  margin-bottom: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--off-white);
  width: 100%;
  display: inline-block;
}

.library_top_text_area {
  width: 35rem;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: solid 0.2rem #fff;
  height: 14.2rem;
  display: flex;
  flex-direction: column;
}

.library_button {
  margin-top: 12.6rem;
  font-size: 1.5rem;
  font-weight: 900;
  background-color: var(--off-white);
  width: 32.5rem;
  display: inline-block;
  height: 6rem;
  /* text-align: center; */
  padding: 2rem 3.6rem;
  color: var(--black);
  border-radius: 5rem;
}

.library_svg02 {
  fill: var(--black);
  stroke: var(--black);
  margin-left: 12.7rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.library_svg03 {
  fill: var(--off-white);
  stroke: var(--off-white);
  margin-top: 1.2rem;
  margin-right: 1.1rem;
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.library_right_a {
  height: 8rem;
  position: relative;
  width: 23rem;
  display: inline-block;
  border: solid 0.1rem;
  color: var(--off-white);
  padding: 0.8rem 1.1rem 1rem 1.64rem;
  margin-left: 2.73rem;
  margin-bottom: 3.3rem;
}

.library_number {
  font-size: 1.7rem;
  font-family: var(--Jost);
  font-weight: 500;
  margin-bottom: 1.59rem;
}

.library_text_sub {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.library_top_right {
  margin-left: 15.9rem;
  margin-top: 30rem;
  position: relative;
}

.library_img_top01 {
  position: absolute;
  width: 11.3rem;
  height: 10.6rem;
  left: 30rem;
  top: -22rem;
}

.library_img_top02 {
  position: absolute;
  width: 10.8rem;
  height: 12.1rem;
  top: -33rem;
  left: 12rem;
}

.library_img_top03 {
  position: absolute;
  width: 10.3rem;
  top: -30rem;
  right: 17rem;
  height: 10.8rem;
}

.section_08_back {
  /* background-color: var(--light-brown); */
}

/* <!-- 8個目 --> */
.community_contents_area {
  height: auto;
  border-radius: 0 5rem 0 0;
  background-color: var(--light-green);
  z-index: 200;
  position: relative;
  padding-bottom: 12rem;
  /* text-align: center; */
}

.top_community_sns {
  display: flex;
  margin-left: 21.4rem;
}

.top_community_img_sns {
  width: 30rem;
  height: 58.695rem;
  /* padding: 1rem; */
  /* text-align: center; */
  /* margin: 0 auto; */
  /* padding: initial; */
}

.top_community_sub_title {
  font-weight: 500;
  font-size: 2.5rem;
  color: var(--black);
  letter-spacing: 0.02em;
  position: relative;
  /* margin-left: 7rem; */
  margin-bottom: 3.4rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.top_community_sub_title_02 {
  font-weight: 500;
  font-size: 2.5rem;
  color: var(--black);
  letter-spacing: 0.02em;
  position: relative;
  margin-left: 12rem;
  /* text-align: center; */
  margin-bottom: 3.4rem;
}

.top_community_sub_title::after {
  content: "";
  border-bottom: solid #ffffff 2rem;
  position: absolute;
  width: 15.7rem;
  left: -0.4rem;
  top: 1.6rem;
  z-index: -1;
  border-radius: 0.5rem;
}

.top_community_sub_title_02::after {
  content: "";
  border-bottom: solid #ffffff 2rem;
  position: absolute;
  width: 6.7rem;
  left: -0.4rem;
  top: 1.6rem;
  z-index: -1;
  border-radius: 0.5rem;
}

.top_community_title {
  text-align: center;
  padding-top: 16rem;
  font-size: 6.4rem;
  font-family: var(--Jost);
  color: var(--black);
  margin-bottom: 5.38rem;
}

.top_community_img {
  width: 25.876rem;
  height: 3.973rem;
  -o-object-fit: cover;
     object-fit: cover;
  /* margin: 0 auto; */
  /* text-align: center; */
  margin-bottom: 9.65rem;
}

.cummunity_text_top {
  text-align: center;
  position: relative;
}

.cummunity_text_top_img01 {
  width: 7.2rem;
  height: 5rem;
  left: 15rem;
  top: 19rem;
  position: absolute;
}

.cummunity_text_top_img02 {
  width: 17.468rem;
  height: 17.476rem;
  left: 10rem;
  position: absolute;
  top: 13rem;
}

.top_comminity_left {
  margin-right: 23.8rem;
}

.top_text_community {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  width: 32.5rem;
  margin-bottom: 3.1rem;
  color: var(--black);
}

.top_community_sns_img {
  text-align: center;
  position: relative;
}

.top_comminity_right_02 {
  position: relative;
  text-align: center;
}

.top_line_anchor {
  position: absolute;
  left: 3.5rem;
  width: 26rem;
  height: 5rem;
  bottom: 9rem;
  border-radius: 1rem;
}

.top_sns_instagram {
  position: absolute;
  top: 9.5rem;
  display: flex;
  width: 28rem;
  left: 2.4rem;
  flex-wrap: wrap;
  height: 37rem;
  /* flex-shrink: 0; */
}

.top_sns_inst_size {
  width: 9.2rem;
  height: 9.1rem;
  margin-bottom: 0.1rem;
  margin-left: 0.1rem;
  flex-shrink: 0;
}

.top_sns_inst_size img {
  width: 100%;
  height: 100%;
  /* flex-shrink: 0; */
  -o-object-fit: cover;
     object-fit: cover;
}

.tiktok_youtube_top_area {
  display: flex;
  height: 17rem;
  margin-left: 40.8rem;
  margin-top: 10.9rem;
}

.tiktok_youtube_top_a {
  width: 17rem;
  height: 17rem;
  background-color: #fff;
  text-align: center;
  padding-top: 2.75rem;
  border-radius: 2rem;
  margin-right: 12.4rem;
}

.tiktok_youtube_top_a02 {
  width: 17rem;
  height: 17rem;
  background-color: #fff;
  text-align: center;
  padding-top: 2.75rem;
  border-radius: 2rem;
  margin-right: 12.4rem;
}

.tiktok_youtube_text {
  font-size: 2rem;
  margin-bottom: 2.14rem;
  font-family: var(--Jost);
  color: var(--black);
}

.top_img_tiktok {
  width: 5.127rem;
  height: 5.127rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.top_img_youtube {
  width: 5.419rem;
  height: 4.335rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.youtube_text {
  margin-bottom: 2.58rem;
}

/* section09 */
.section_09_warap {
  height: 103rem;
  /* background-color: var(--light-green); */
}

.section_09_back {
  background-color: var(--light-green);
}

.we_build_contents_area {
  background-image: url(../img/we_build_top.webp);
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0 8rem 0 0;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 109.5rem;
  background-size: cover;
  position: relative;
  background-color: var(--light-pink);
}

.we_build_contents_area::after {
  content: "";
  background-color: rgba(51, 36, 6, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  /* border-radius: 8rem; */
  border-radius: 0 8rem 0 0;
}

.we_build_top_conclusion {
  display: flex;
  color: var(--off-white);
  z-index: 100;
  position: relative;
  margin-left: 10rem;
  padding-top: 20.8rem;
}

.we_build_main_title_top {
  font-size: 6.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: var(--Jost);
  margin-bottom: 5.7rem;
}

.we_build_sub_title {
  font-weight: 500;
  font-size: 2.5rem;
  color: var(--off-white);
  letter-spacing: 0.02em;
  /* margin-bottom: 7.8rem; */
  position: relative;
  margin-bottom: 9rem;
}

.we_build_sub_title::after {
  content: "";
  border-bottom: solid #988775 2rem;
  position: absolute;
  width: 31.5rem;
  left: 0;
  top: 1.6rem;
  z-index: -1;
  border-radius: 0.5rem;
  /* border-radius: 0 8rem 0 0; */
}

.we_build_top_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.13333;
  /* margin-bottom: 1.4rem; */
  width: 36rem;
}

.we_build_svg02 {
  fill: var(--black);
  stroke: var(--black);
  margin-left: 4.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.we_build_button {
  margin-top: 12.6rem;
  font-size: 1.5rem;
  font-weight: 900;
  background-color: var(--off-white);
  width: 32.5rem;
  display: inline-block;
  height: 6rem;
  padding: 2rem 3.6rem;
  color: var(--black);
  border-radius: 5rem;
}

.we_build_top_right {
  margin-left: 12.3rem;
  margin-top: 38rem;
}

.we_build_top_left {
  /* width: 36rem; */
}

.we_build_right_a {
  height: 10rem;
  position: relative;
  width: 23rem;
  display: inline-block;
  border: solid 0.1rem;
  color: var(--off-white);
  padding: 1.3rem 1.1rem 1rem 1.64rem;
  margin-left: 2.73rem;
  margin-bottom: 3.3rem;
  flex-shrink: 0;
}

.we_build_right_a:hover {
  background-color: var(--off-white);
  transition: all 0.5s;
  color: var(--black);
  border: none;
  /* padding: 1.5rem 1.3rem 1.2rem 1.84rem; */
}

.we_build_right_a:hover > .library_svg03 {
  fill: var(--black);
  stroke: var(--black);
}

.we_build_text_sub {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.we_build_number {
  font-size: 1.7rem;
  font-family: var(--Jost);
  font-weight: 500;
  margin-bottom: 1.59rem;
}

.we_build_top_flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.we_build_adjustment {
  margin-bottom: 3rem;
}

.we_build_saw {
  position: absolute;
  width: 15rem;
  top: -42rem;
  height: 16.5em;
  right: 33rem;
}

.we_build_tape {
  position: absolute;
  width: 16.2rem;
  top: -42rem;
  height: 12.844rem;
  right: 16.5rem;
}

.period_arrow {
  margin-bottom: 0rem;
  padding-top: 0.1rem;
}

/* 文字動かし */
/* .each_text_anime span {
  opacity: 0;
  animation: text_anime_on 13s infinite;
  padding: 0 0.03rem;
}

@keyframes text_anime_on {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.each_text_anime span:nth-child(1) {
  animation-delay: 0.3s;
}

.each_text_anime span:nth-child(2) {
  animation-delay: 0.6s;
}

.each_text_anime span:nth-child(3) {
  animation-delay: 0.9s;
}

.each_text_anime span:nth-child(4) {
  animation-delay: 1.2s;
}

.each_text_anime span:nth-child(5) {
  animation-delay: 1.5s;
}

.each_text_anime span:nth-child(6) {
  animation-delay: 1.8s;
}

.each_text_anime span:nth-child(7) {
  animation-delay: 2.1s;
}

.each_text_anime {
  color: var(--off-white);
  letter-spacing: 0.04em;
  width: auto;
  right: 0;
  position: relative;
  left: 3px;
} */
.maganine_img_area01 {
  width: 14.4rem;
  height: 14.4rem;
}

.magazine_main_face_area {
  width: 14.4rem;
  height: 14.4rem;
  position: relative;
  overflow: hidden;
  margin-right: 2.6rem;
  /* border-radius: 10rem; */
}

.magazine_main_member_area {
  width: 10.1rem;
  height: 10.1rem;
  position: relative;
  overflow: hidden;
  margin-right: 2.6rem;
  border-radius: 10rem;
}

.magazine_back::before {
  background-color: var(--green);
  /* border-radius: 10rem; */
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  transition: all 0.6s ease-out;
}

.magazine_back.active::before {
  transform: translate(-101%, 0);
  overflow: hidden;
}

.top_event_news::before {
  background-color: var(--brown);
}

.model_house_slider {
  width: 17.5rem;
  height: 14rem;
  margin-bottom: 1.3rem;
}

.top_house::before {
  background-color: var(--light-brown);
}

/* slider */
.slider.phone_slider {
  position: relative;
  z-index: -1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  /* height: 100vh; */
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  bottom: -39.3rem;
  left: 19.4rem;
  width: 14.18rem;
  height: 14.2rem;
  transform: rotate(349deg);
  background-color: var(--off-white);
}

.phone_slider .slider-item {
  width: 17rem;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: auto;
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-position: center;
  /*背景画像の位置を中央に*/
  background-size: cover;
  /*背景画像が.slider-item全体を覆い表示*/
}

.phone_slider .slick-slide img {
  width: 14.4rem;
  -o-object-fit: contain;
     object-fit: contain;
  height: 14.4rem;
}

.phone_slider .slick-slider .slick-track,
.phone_slider .slick-slider .slick-list {
  height: 15rem;
}

.top_nemu_01 {
  color: var(--brown);
}

.release_text_02 {
  writing-mode: vertical-rl;
  font-size: 4.4rem;
}

.top_release_our_works_img02 .a_test:hover img {
  filter: brightness(0.5);
  transition: 0.3s;
  opacity: 1;
}

.top_release_our_works_img02 .a_test:hover .title_text_works {
  transition: 0.3s;
  opacity: 1;
}

/* test */
#viewer {
  overflow: hidden;
  position: relative;
  width: calc(58rem - 17px);
  height: 100vh;
}

#viewer img {
  top: 0;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

#viewer_top img {
  /* position: absolute; */
  /* filter: invert(20%) sepia(5%) saturate(18%) hue-rotate(334deg) brightness(103%) contrast(90%); */
  filter: brightness(0);
}

.tekito ul li {
  /* opacity: 0; */
}

.tekito ul li {
  top: 0;
  height: 10rem;
  width: 10rem;
  left: 0;
  position: absolute;
}

.sp_topworks_day {
  display: flex;
}

.sp_menu_header {
  display: none;
}

.sp_img_top {
  display: none;
}

.works_sp_text23 {
  display: none;
}

.works_arrow-svg_sp {
  display: none;
}

.sp_display {
  display: none;
}

.footer {
  position: sticky;
  z-index: 100;
  width: 100%;
}

.swiper-scrollbar-drag {
  background: #988775 !important;
}

.swiper-wrapper .news_article {
  /* width: 25rem !important;
  height: auto !important; */
}

.swiper.swiper_event_news {
  margin-right: 16.5rem;
  /* width: 25rem; */
  /* height: 25rem; */
}

.audio_off_button {
  position: absolute;
  top: 65rem;
  z-index: 101;
  -o-object-fit: cover;
     object-fit: cover;
  width: 3rem;
  left: 4rem;
  display: none;
}

.audio_on_button {
  position: absolute;
  top: 64.6rem;
  z-index: 101;
  left: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 3rem;
  display: none;
  /* display: none; */
}

.top_img_margin {
  /* position: relative; */
}

.fixed_area .audio_off_button_top {
  width: 5rem;
}

.fixed_area img.audio_on_button_top {
  width: 5rem;
}

.top_img_margin {
  padding-top: 4rem;
  /* width: auto; */
  height: 31rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.our_staff_title::after {
  content: "";
  border-bottom: #FFF 2rem solid;
  width: auto;
  border-radius: 0.6rem;
  display: inline-block;
  left: 0;
  top: 1.8rem;
  width: 17rem;
  position: absolute;
  z-index: -1;
}

.arch_display_none {
  opacity: 0;
}

.top_works_day02.category_news::after {
  color: #fff;
}

.period_arrow.category_news {
  color: var(--light-brown);
}

.tap_img_area {
  position: absolute;
  right: -4.3rem;
  top: -4.2rem;
  width: 13.86rem;
  height: 13.445rem;
}

.white_back::after {
  background: #fff;
}

@media screen and (max-width: 699.98px) {
  .only_sp {
    display: block;
  }
  .only_pc {
    display: none;
  }
  .smooth_scroll_wrap {
    height: 100dvh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
  .top_works_subtitle {
    margin: 0 0 5.6rem;
  }
  #youtube-area {
    width: calc(100% - 5rem);
    height: calc(100svh - 15rem);
    top: 2.5rem;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    left: 2.3rem;
    /* position: relative; */
  }
  .header_inner {
    margin-top: 2.5rem;
    margin-left: 2.5rem;
  }
  #viewer_top img {
    filter: brightness(0) invert(1);
  }
  .sp_menu_header {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    align-items: center;
    /* background-color: #000; */
    z-index: 100;
    background: #fff;
  }
  .header_buttons {
    display: none;
  }
  .top_bar_a {
    /* display: none; */
    visibility: hidden;
  }
  .icon_sns_sp {
    /* display: none; */
    visibility: hidden;
  }
  .main_left_right {
    display: block;
    /* background-color: var(--light-brown); */
    overflow: hidden;
    height: calc(100svh - 12rem);
  }
  .container {
    width: 100%;
    height: calc(100svh - 12.5rem);
    background: no-repeat;
  }
  .slide_front {
    /* bottom: -1rem; */
    left: 2.8rem;
    top: auto;
    bottom: 4.73rem;
    transform: initial;
  }
  .fixed_area img {
    width: 33rem;
    height: 65rem;
    /* z-index: 100; */
    margin: 0 auto;
    /* position: relative; */
  }
  .fixed_area {
    /* padding-top: 2.5rem; */
    /* padding-left: 2.3rem; */
    background-color: var(--light-brown);
    height: 100%;
    /* width: auto; */
    width: 100%;
    /* z-index: 1; */
  }
  .fixed_area.loading {
    transform: translateX(0);
  }
  .news_contents_a {
    margin-left: 0;
    margin-top: 0;
  }
  .linefeed_sp_section02 {
    display: flex;
    width: 30rem;
    position: relative;
  }
  .news_contents_a {
    display: block;
    margin-left: 1rem;
  }
  .top_works_news_texr {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    width: 25rem;
    /* この幅を超えると省略 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
  }
  .top_offering_icon {
    /* left: 0; */
    bottom: 13.7rem;
    top: auto;
    position: absolute;
    display: block;
    visibility: visible;
    right: 3.7rem;
    /* display: none; */
    bottom: 1.3rem;
    right: 3.5rem;
    z-index: 10000;
  }
  .top_works_day {
    width: auto;
  }
  .sp_topworks_day {
    display: flex;
  }
  .top_works_news_day_ivent {
    width: 2.6rem;
    padding: 0;
    position: absolute;
    right: 2.5rem;
    /* bottom: 0; */
    top: 0.7rem;
  }
  .top_works_news_day {
    position: absolute;
    /* right: -26rem; */
    /* top: -3rem; */
    font-weight: 500;
  }
  .sp_top_works_news {
    top: -1.6rem;
    top: 1.6rem;
  }
  .top_works_imgs {
    flex-direction: column;
    padding: 5.6rem 2.4rem;
  }
  .top_works_left {
    display: contents;
    width: 100%;
    background: none;
    padding: 0;
  }
  .top_works_text_title,
  .top_works_text {
    margin: 0 0 2.4rem;
  }
  .top_works_title {
    font-size: 4rem;
    margin: 0 0 3.2rem;
  }
  .top_works_img_area {
    width: auto;
    margin: 0 -2.4rem;
  }
  .works_img_02_area {
    margin-right: 0;
    margin-bottom: 0;
    width: 18.5rem;
  }
  .works_img_01 {
    width: 100%;
    aspect-ratio: 377/243;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_works_img_sub_inner {
    display: contents;
  }
  .top_works_img_sub {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    justify-content: space-between;
  }
  .top_works_img_sub .top_slider_collar:nth-of-type(1) {
    /* order: 3; */
    width: 12rem;
    height: 9.7rem;
  }
  .magazine_margin {
    margin-bottom: 20rem;
  }
  .works_img_04_area {
    /* order: 0; */
    width: 18.5rem;
    height: 10.3rem;
    width: 12rem;
    height: 9.7rem;
  }
  .works_img_04 {
    width: 97%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .works_img_05_area {
    /* order: 4; */
    display: none;
  }
  .works_img_06_area {
    order: 5;
    display: none;
  }
  .works_img_05_area > img,
  .works_img_06_area > img {
    width: 100%;
    height: 100%;
  }
  .works_img_02_area:nth-of-type(2) {
    /* order: 2; */
    width: 18.5rem;
    height: 10.3rem;
    width: 12rem;
    height: 9.7rem;
  }
  .works_img_03 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .works_img_02 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .works_img_05_area,
  .works_img_06_area {
    width: 12rem;
    height: 9.7rem;
  }
  .sp_br {
    display: none;
  }
  .top_works_subtitle span {
    font-size: 1.8rem;
    margin: 0 0 5.6rem;
  }
  .our_works_sub_area {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .top_our_works {
    order: 2;
    margin: 4rem 0 0;
  }
  .top_our_works.pc_only {
    display: none;
  }
  .top_works_release_area {
    order: 1;
    margin-left: 0;
    width: 100%;
  }
  .top_works_release_area {
    display: none;
  }
  .release_img01 img {
    width: 100%;
    height: 24.3rem;
    margin-right: 0;
  }
  .works_category {
    /* display: none; */
    font-size: 1rem;
    text-align: left;
    padding-left: 1rem;
  }
  .sp_none_text_ribbon {
    display: none;
  }
  .release_text_02 {
    writing-mode: horizontal-tb;
  }
  .release_img01 {
    flex-direction: column;
    margin-bottom: 0;
    height: auto;
    width: 37.5rem;
  }
  .release_text_01 {
    height: 4rem;
    width: 100%;
    /* top: 0; */
  }
  .release_text_area {
    height: 5rem;
  }
  .release_img_02_area {
    display: contents;
  }
  .top_release_our_works_img {
    width: 18.5rem;
    height: 10.3rem;
    width: 18.5rem;
    margin-bottom: 0;
  }
  .top_release_our_works_img02 img {
    border-radius: 0;
  }
  .top_release_our_works_img02 {
    margin: 0;
    display: flex;
    width: 37.5rem;
    height: 9.7rem;
    margin-bottom: 5.6rem;
    margin-right: 0;
    /* gap: 1rem; */
    justify-content: space-between;
  }
  .img_top_sp {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.2rem;
    height: 10.3rem;
    width: 100%;
  }
  .sp_img_top {
    display: block;
  }
  .a_test {
    /* width: 12rem; */
    height: 9.7rem;
  }
  .top_release_our_works_img img {
    width: 18.2rem;
    height: 10.3rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 1.2rem;
  }
  .title_text_works {
    display: none;
  }
  .top_our_works_img img {
    height: 14.6rem;
    width: 14.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1 !important;
    height: auto !important;
  }
  .top_our_works_img:nth-child(3) {
    width: 14.5rem;
    margin-bottom: 4rem;
    /* height: auto; */
    height: auto;
  }
  .top_our_works_img:nth-child(4) {
    width: 14.5rem;
    height: auto;
  }
  .top_our_works_img:nth-child(5) {
    width: 14.5rem;
    margin-top: 1rem;
    height: auto;
  }
  .top_our_works_img:nth-child(6) {
    width: 14.5rem;
    height: auto;
    height: auto;
    margin-top: 1rem;
  }
  .top_our_works_img:nth-child(6) img {
    height: 14.6rem;
    border-radius: 0;
    position: relative;
  }
  .our_works_house {
    order: 5;
    margin-bottom: 15rem;
  }
  .works_contents_area {
    background: none;
    padding: 0;
  }
  .top_works_inner {
    background: #C0D7EB;
    background: linear-gradient(125deg, rgb(192, 215, 235) 0%, rgb(255, 255, 255) 100%);
    padding: 0 0 8rem;
    border-radius: 0 3rem 0 0;
  }
  .our_works_house {
    width: 100%;
    background: none;
    padding: 0;
    margin: 0;
  }
  .our_works_house.works_sp_link {
    display: flex;
  }
  .our_works_house.works_pc_link {
    display: none;
  }
  .works_tetle_02 {
    display: none;
  }
  .magazine_area {
    flex-direction: column;
    width: 100%;
  }
  .magazine_left_area {
    position: relative;
    width: 100%;
  }
  .img_text_magazine {
    left: 2.6rem;
    padding-bottom: 11rem;
    padding-top: 0;
  }
  .our_staff_left_title {
    font-size: 2.5rem;
  }
  .our_staff_main_title {
    font-size: 4rem;
    /* margin-left: 2.5rem; */
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .our_staff_title {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .works_sp_text23 {
    display: block;
    margin-top: 2rem;
    color: var(--black);
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
  }
  .works_category {
    height: 2rem;
    width: 9.5rem;
    top: 13.5rem;
    left: 0;
  }
  .our_works_sub_area .top_slider_collar::before {
    aspect-ratio: 1;
    height: 14.5rem;
  }
  .works_category:before {
    display: none;
  }
  .top_works_img_a_text {
    height: auto;
    display: inline-block;
    /* margin-bottom: 1rem; */
    height: 100%;
  }
  .works_arrow-svg_sp {
    fill: var(--blue);
    stroke: var(--blue);
    margin-left: 12rem;
    /* margin-bottom: 1rem; */
    width: 1.1rem;
  }
  .top_magazine01_ {
    width: 100%;
  }
  #viewer {
    width: 100%;
    border-radius: 0 4rem 0 0;
    background-color: var(--light-blue);
  }
  #viewer img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /* background-color: var(--light-blue); */
  }
  .sample01 {
    width: 37.5rem;
    bottom: 11rem;
    left: -3rem;
  }
  .magazine_right_area {
    margin-left: 0;
    border-radius: 0 4rem 0 0;
    margin-top: 0;
    padding-top: 13rem;
    padding-left: 2.5rem;
    overflow: hidden;
  }
  .magazine_right_staff_rotation {
    /* top: 18rem; */
    width: 100%;
    /* z-index: 1; */
    height: 100%;
  }
  .magazine_right_staff_text {
    top: 6rem;
    left: -3rem;
    height: 16.474rem;
    width: 16.493rem;
  }
  .magazine_right_title {
    font-weight: 2.5rem;
  }
  .magazine_name_text_area {
    margin-left: 1.63rem;
  }
  .magazine_text {
    width: 15rem;
    margin-top: 1.8rem;
  }
  .magazine_main_face {
    width: 12.8rem;
    height: 12.8rem;
    border-radius: 10rem;
  }
  .magazine_main_face_area {
    margin: 0;
    width: 12.8rem;
    height: 12.8rem;
  }
  .magazine_name {
    font-size: 1.7rem;
    z-index: 10;
    position: relative;
  }
  .magazine_main_face_sub {
    width: 9rem;
    height: 9rem;
  }
  .magazine_text_02 {
    display: none;
  }
  .magazine_blog_01 {
    width: 4.9rem;
    height: 4.9rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .magazine_blog_text {
    width: 32.5rem;
    height: 6.5rem;
    padding: 1rem;
    /* margin-right: 0; */
    height: auto;
  }
  .magazine_title_text {
    font-size: 1.3rem;
  }
  .our_worksarrow-svg03 {
    fill: #4D864C;
    stroke: #4D864C;
  }
  .top_event_contents {
    flex-direction: column;
    padding-left: 0;
  }
  .top_event_title {
    writing-mode: horizontal-tb;
    font-size: 3.4rem;
    text-align: center;
    margin: 0;
  }
  .top_event_title_sub {
    writing-mode: horizontal-tb;
    margin-bottom: 6rem;
    width: 100%;
    font-size: 1.8rem;
    margin-right: 0;
    text-align: center;
  }
  .top_event_title_sub::after {
    width: 18rem;
    height: 0rem;
    /* text-align: center; */
    left: 9.4rem;
    top: 1.4rem;
  }
  .top_event_sub_area {
    margin-bottom: 8rem;
  }
  .swiper {
    flex-wrap: wrap;
    display: flex;
  }
  .swiper-wrapper {
    flex-wrap: wrap;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    justify-content: space-between;
  }
  .news_article {
    width: 14.5rem !important;
    padding: 0;
    margin-bottom: 3.6rem;
  }
  .news_category {
    width: 9.5rem;
    height: 2rem;
    font-size: 1rem;
    /* padding-top: 0.5rem; */
    /* padding-left: 0; */
    bottom: -1rem;
    text-align: left;
    padding: 0.5rem 0 0 0.5rem;
    left: 0.8rem;
    clip-path: polygon(100% 0, calc(100% - 1.2rem) 100%, 16% 100%, 0% 150%, 0 0);
  }
  .news_category:before {
    display: none;
  }
  .article_image_wrap {
    width: 14.5rem;
    height: 14.5rem;
  }
  .post_date {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .post_date::before {
    font-size: 1rem;
  }
  .period_date {
    font-size: 2rem;
  }
  .period_arrow {
    font-size: 1.6rem;
  }
  .period_weekday {
    font-size: 1.2rem;
  }
  .article_title {
    font-size: 1.4rem;
  }
  .model_house_left_right {
    margin-left: 0;
    width: 100%;
    padding-top: 8.5rem;
    /* padding-left: 2.5rem; */
    /* display: flex; */
    flex-direction: column;
    display: flex;
    padding-bottom: 5rem;
  }
  .model_house_sub_title {
    /* text-align: center; */
    font-size: 1.8rem;
    text-align: center;
  }
  .model_house_sub_title::after {
    left: 9rem;
    top: 1.3rem;
    width: 20rem;
    border-radius: 0.5rem;
  }
  .model_house_sub_text {
    margin-bottom: 4.8rem;
    margin-left: 2.5rem;
  }
  .model_house_right {
    margin-left: 2.5rem;
    display: contents;
    display: flex;
    /* border-radius: 0.7rem; */
    flex-direction: column;
    display: contents;
  }
  .model_house01_img {
    order: 1;
    /* width: 100%; */
    width: 35.5rem;
    height: 20rem;
    border-radius: 0.7rem;
    /* padding: 0 1rem; */
  }
  .model_house_button {
    order: 4;
    margin-left: 2.5rem;
    margin-top: 5.5rem;
  }
  .model_house_left {
    display: contents;
    /* display: flex; */
    flex-direction: column;
    width: 100%;
    padding-left: 2.5rem;
    /* margin-left: 2.5rem; */
  }
  .model_house_right_img_area {
    order: 10;
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    gap: 2.5rem;
  }
  .model_house_button_02 {
    order: 4;
    margin-left: 2.9rem;
    margin-bottom: 6.5rem;
  }
  .model_house01_img {
    margin: 0 auto;
    order: 1;
  }
  .house_img_area {
    width: 15rem;
  }
  .house_img_area img {
    width: 100%;
  }
  .model_house_slider {
    width: 15rem;
  }
  .model_house_img_number {
    font-size: 3.1rem;
  }
  .sp_font_model {
    font-size: 1.5rem;
    width: 12.9rem;
    font-weight: 500;
    word-wrap: break-word;
  }
  .model_house_text {
    width: 15rem;
  }
  .model_house_bottom_text {
    font-size: 6.4rem;
  }
  .video_top {
    padding-bottom: 23.8rem;
  }
  .video {
    height: 22.6rem;
    width: 100%;
  }
  .slider_top_text {
    bottom: 45rem;
  }
  .owners_text_area {
    flex-direction: column;
    padding-top: 9.8rem;
    padding-bottom: 10rem;
    /* overflow: hidden; */
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .poyon.active {
    display: none;
  }
  .owners_img_main {
    margin: 0;
    width: 39.4rem;
    height: 46.8rem;
  }
  .slider.phone_slider {
    left: -0.4rem;
    bottom: -33.9rem;
    width: 13.6rem;
    height: 14rem;
    opacity: 1;
  }
  .owners_text {
    display: none;
  }
  .owners_right_area {
    display: contents;
    width: auto;
  }
  .owners_img_area {
    display: contents;
    /* width: auto; */
    display: block;
    margin-right: 0;
    width: 100%;
    /* overflow: hidden; */
  }
  .owners_img_main_title {
    order: 1;
    font-size: 4rem;
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .owners_img__sub_title {
    order: 2;
    font-size: 1.8rem;
    margin-left: 0;
    left: 0.8rem;
  }
  .owners_text_02 {
    order: 3;
    width: 16rem;
    position: absolute;
    right: 2.5rem;
    top: 25rem;
    font-weight: 500;
  }
  .fade_in_phone.active {
    order: 4;
    left: -8rem;
    top: 15rem;
    position: absolute;
  }
  .owners_house_button {
    order: 5;
    margin-top: 53rem;
    margin-bottom: 10rem;
  }
  .owners_img__sub_title::after {
    width: 18.3rem;
    height: 1.8rem;
    top: -0.8rem;
  }
  .fade_in_phone {
    opacity: 1;
  }
  .fade_in_phone_slide {
    opacity: 1;
  }
  .library_top_conclusion {
    margin: 0;
    /* background-color: #FFF; */
    flex-direction: column;
    padding-top: 8.6rem;
    display: flex;
    overflow: hidden;
    /* padding-bottom: 1rem; */
    /* margin-bottom: 1rem; */
  }
  .section_07_warap {
    height: 113rem;
    /* border-radius: 0 4rem 0 0; */
  }
  .library_top_right {
    margin: 0;
    display: contents;
  }
  .library_sub_title_top {
    font-size: 2.5rem;
    margin-left: 2.5rem;
  }
  .library_main_title_top {
    font-size: 4rem;
    margin-left: 2.5rem;
  }
  .library_sub_title {
    font-size: 1.8rem;
    margin-left: 2.5rem;
  }
  .library_box {
    margin: 8.1em 0 1rem 13rem;
    padding: 0.25em 0.7em;
  }
  .library_span_top:after {
    width: 10.9rem;
    left: -10.8rem;
  }
  .library_span_top:before {
    width: 11.9rem;
    right: -2rem;
  }
  .library_top_text_area {
    width: 32.5rem;
    margin: 0 auto;
    margin-bottom: 6.39rem;
  }
  .library_right_a {
    width: 15rem;
    height: 6rem;
    border: solid 0.2rem;
  }
  .library_text_sub {
    font-size: 1.4rem;
  }
  .library_number {
    font-size: 1.2rem;
    margin-bottom: 0.85rem;
  }
  .library_svg03 {
    width: 1.1rem;
    height: 1.1rem;
  }
  .library_contents_area {
    height: 131rem;
    border-radius: 0 6rem 0 0;
    background-position: -17rem;
  }
  .library_button {
    margin-left: 2.5rem;
    order: 1;
    margin-top: 3.8rem;
    margin-bottom: 2rem;
  }
  .library_top_left {
    display: contents;
  }
  .library_ps_02 {
    /* margin-top: 6.39rem; */
  }
  .library_sub_title::after {
    width: 18.1rem;
    height: 1.8rem;
    top: -0.6rem;
  }
  .library_img_top01 {
    top: 17rem;
    left: 28rem;
    width: 9.6rem;
    height: 9rem;
  }
  .library_img_top02 {
    top: 5rem;
    width: 9.6rem;
    height: 9rem;
    left: 22rem;
  }
  .library_img_top03 {
    width: 7.8rem;
    height: 9.2rem;
    top: 5rem;
    left: 33rem;
    overflow: hidden;
  }
  .cummunity_text_top {
    margin-top: 11rem;
  }
  .cummunity_text_top_img02 {
    left: -4rem;
    top: 5rem;
  }
  .top_community_title {
    font-size: 4rem;
    margin-bottom: 3.1rem;
    position: relative;
    z-index: 10;
  }
  .cummunity_text_top_img01 {
    left: 2rem;
    top: 11rem;
  }
  .top_community_sns {
    margin-left: 0;
    display: block;
  }
  .tiktok_youtube_top_area {
    margin-left: 0.8rem;
    /* margin: 0 auto; */
    margin-left: 6.7rem;
    margin-bottom: 12.5rem;
    height: 11rem;
  }
  .top_community_img_sns {
    /* margin-left: 2.5rem; */
  }
  .top_comminity_left {
    margin-right: 0;
  }
  .top_text_community {
    margin-left: 2.5rem;
  }
  .top_community_sub_title {
    /* margin-left: 12.7rem; */
  }
  .top_sns_instagram {
    left: 4.8rem;
  }
  .top_community_sub_title_02 {
    margin-left: 15.7rem;
  }
  .top_community_sns_img {
    margin-bottom: 5.3rem;
  }
  .tiktok_youtube_top_a02 {
    width: 10rem;
    height: 10rem;
    margin-right: 0;
    padding-top: 1.63rem;
    margin-left: 4rem;
  }
  .top_img_youtube {
    width: 3.2rem;
    height: 2.5rem;
    margin-top: 0.3rem;
  }
  .youtube_text {
    font-size: 1.7rem;
  }
  .tiktok_youtube_text {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }
  .top_img_tiktok {
    width: 3rem;
    height: 3rem;
  }
  .tiktok_youtube_top_a {
    width: 10rem;
    height: 10rem;
    margin-right: 0;
    padding-top: 1.63rem;
  }
  .we_build_top_conclusion {
    margin-left: 0;
    padding-top: 10rem;
    flex-direction: column;
    overflow: hidden;
  }
  .we_build_main_title_top {
    font-size: 4rem;
    margin-bottom: 3.5rem;
    margin-left: 2.5rem;
  }
  .we_build_sub_title {
    font-size: 1.8rem;
    margin-bottom: 5.6rem;
    margin-left: 2.5rem;
  }
  .we_build_sub_title::after {
    width: 23rem;
    height: 1.8rem;
    top: -0.5rem;
  }
  .we_build_top_right {
    margin-left: 0;
    display: contents;
  }
  .we_build_button {
    order: 3;
    margin-top: 8.4rem;
    margin-left: 3.5rem;
  }
  .we_build_top_left {
    display: contents;
  }
  .we_build_right_a {
    margin: 0;
    width: 14.5rem;
    border: solid 0.2rem;
    height: 14.5rem;
  }
  .we_build_text_sub {
    font-size: 1.4rem;
  }
  .we_build_top_flex {
    /* flex-wrap: inherit; */
    /* justify-content: space-around; */
    gap: 3.5rem;
    margin-left: 2.5rem;
  }
  .we_build_top_text {
    margin-bottom: 4.7rem;
    margin-left: 2.5rem;
    font-size: 1.5rem;
    width: 34.6rem;
  }
  .sp_build02 {
    order: 3;
  }
  .sp_build03 {
    order: 1;
  }
  .sp_build04 {
    order: 4;
  }
  .we_build_tape {
    height: 11.1rem;
    width: 14.1rem;
    top: -36.5rem;
    right: -1.5rem;
  }
  .we_build_contents_area {
    border-radius: 0 5rem 0 0;
    background-position: -69rem;
    background-position-y: top;
  }
  .we_build_contents_area::after {
    border-radius: 0 5rem 0 0;
  }
  .we_build_saw {
    right: -3rem;
    width: 15.3rem;
    height: 14.7rem;
    top: -25.2rem;
  }
  .sp_display {
    display: block;
    /* margin-top: 1rem; */
  }
  .we_build_number {
    margin-bottom: 3.09rem;
    font-size: 2.4rem;
  }
  .margin_top_build {
    margin-top: 5rem;
  }
  .top_works_release {
    width: 100%;
  }
  .magazine_right_name_text {
    width: 100%;
  }
  .community_contents_area {
    padding-bottom: 9rem;
  }
  .each_text_anime {
    width: 52px;
    /* left: 3px; */
    /* top: -2px; */
    /* bottom: 1rem; */
    font-size: 10px;
  }
  .magazine_title_blog {
    margin-bottom: 2.6rem;
  }
  .works_svg_area {
    padding-top: 1.3rem;
  }
  .works_title_01 {
    margin-top: 1.2rem;
  }
  .arrow_model_house {
    fill: var(--black);
    stroke: var(--black);
  }
  .our_worksarrow-svg03_2 {
    fill: var(--black);
    margin-left: 4rem;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
  }
  .audio_off_button {
    top: 18rem;
    left: 1rem;
    width: 3rem;
  }
  .audio_on_button {
    top: 18rem;
    left: 1rem;
    width: 3rem;
  }
  .swiper-wrapper .news_article {
    width: 15rem !important;
  }
  .our_staff_title::after {
    width: 11.5rem;
    top: 1.3rem;
  }
  .top_right_img02 {
    /* position: absolute; */
    height: 24.472rem;
    left: -6rem;
    width: 10rem;
    /* opacity: 0; */
    transition: opacity 0.4s;
    padding-top: 0;
  }
  .sp_rec_none {
    display: none;
  }
  .event_date.category_news {
    display: none;
  }
  .magazine_right_staff_oshi {
    right: -20rem;
    top: 6.9rem;
  }
  .text_left_maga {
    text-align: left;
  }
  .top_event_res_buttom {
    width: 17rem;
    height: 18.8rem;
  }
  .top_event_res {
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    margin-top: 9rem;
  }
  .event_res_area {
    position: relative;
    /* margin-top: 1.9rem; */
  }
  .event_res_title {
    position: absolute;
    font-size: 1.1rem;
    color: var(--black);
    font-weight: 500;
    padding-top: 2rem;
    padding-left: 1.5rem;
  }
  .event_text_res {
    position: absolute;
    padding-top: 4rem;
    padding-left: 1.5rem;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3em;
    font-family: var(--Jost);
  }
  .event_text_res::after {
    content: ↓;
  }
  .dli-arrow-down {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: 0.23rem;
    height: 1.3rem;
    background: currentColor;
    position: absolute;
    bottom: 2.2rem;
    left: 50%;
  }
  .dli-arrow-down::before {
    content: "";
    width: 0.95em;
    height: 0.95em;
    border: 0.23rem solid currentColor;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    transform-origin: bottom left;
    position: absolute;
    left: 50%;
    bottom: -0.05em;
    box-sizing: border-box;
  }
  .tap_img_area {
    right: -2rem;
    top: -4.8rem;
  }
  .sp_text_news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 6.3rem;
    padding-left: 3rem;
    padding-top: 0.8rem;
    position: relative;
  }
  .tap_text {
    position: absolute;
    width: 5rem;
    height: 4rem;
    text-align: right;
    top: 2.4rem;
    right: 2.43rem;
    font-size: 1.3rem;
    font-weight: 2.8571428571;
    font-weight: var(--Jost);
    font-weight: 500;
  }
  /* .sp_text_news:not(:first-child) {
    display: none;

  } */
  .news_tap_top {
    writing-mode: vertical-rl;
    border-right: solid 0.2rem #EAE2D0;
    font-size: 1rem;
    position: absolute;
    top: 0.8rem;
    left: 0.6rem;
    padding-right: 0.55rem;
  }
  .sp_text_news_flex {
    display: flex;
    align-items: center;
  }
  .open_flex {
    display: flex;
  }
  .tap_text_close {
    position: absolute;
    top: 3.3rem;
    right: 3rem;
    display: none;
    width: 1.8rem;
    height: 1.8rem;
    transition: all 0.5s 1s ease-in-out;
  }
  .tap_text_close::before,
  .tap_text_close::after {
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 0.2rem;
    background-color: #333;
  }
  .tap_text_close::before {
    transform: rotate(45deg);
  }
  .tap_text_close::after {
    transform: rotate(-45deg);
  }
  .top_up_news {
    transform: translate(0px, -120px);
  }
  li.news_tap_top:nth-of-type(2) {
    opacity: 0 !important;
  }
}
/*----------------------------------------
	和歌山店
----------------------------------------*/
@keyframes infinity-scroll {
  from {
    translate: 0 0;
  }
  to {
    translate: -100% 0;
  }
}
/*----------------------------------------
	ナビゲーション
----------------------------------------*/
.p-front-nav {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  bottom: 20%;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 699.98px) {
  .p-front-nav {
    display: none;
  }
}
.p-front-nav li {
  display: flex;
  justify-content: end;
}
.p-front-nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.8rem;
  font-size: 1rem;
  font-weight: 500;
  color: #2e2e2e;
  padding: 0 1.6rem 0 0;
}
.p-front-nav li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1rem;
  height: 2px;
  background: #0F2192;
  margin: auto;
  opacity: 0;
}
.p-front-nav li a.is-current {
  color: #0F2192;
}
.p-front-nav li a.is-current:after {
  opacity: 1;
}

/*----------------------------------------
	MV
----------------------------------------*/
.p-front-mv {
  position: relative;
  height: calc(100vh - 5rem);
}
@media screen and (max-width: 699.98px) {
  .p-front-mv {
    height: calc(100svh - 12rem);
  }
}
.p-front-mv__container {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 699.98px) {
  .p-front-mv__container {
    padding: 2.4rem;
  }
}
.p-front-mv__img {
  position: relative;
  width: 58rem;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 699.98px) {
  .p-front-mv__img {
    width: 100%;
  }
}
.p-front-mv__img .swiper {
  height: 100%;
}
.p-front-mv__img .swiper-wrapper {
  height: 100%;
}
.p-front-mv__img .swiper-slide {
  height: 100%;
}
.p-front-mv__img .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front-mv__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 70rem;
  height: 100%;
}
@media screen and (max-width: 699.98px) {
  .p-front-mv__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.p-front-mv__content h2 {
  font-size: 3.2rem;
  font-family: var(--Jost);
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  .p-front-mv__content h2 {
    font-size: 2.1rem;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    background: rgba(255, 255, 255, 0.1);
    padding: 0 0.8rem;
  }
}
.p-front-mv__content p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 699.98px) {
  .p-front-mv__content p {
    gap: 0.8rem;
  }
}
.p-front-mv__content p span {
  display: block;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  .p-front-mv__content p span {
    font-size: 1.1rem;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    background: rgba(255, 255, 255, 0.1);
    padding: 0 0.8rem;
  }
}
.p-front-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-front-mv__bg .gradient-canvas01 {
  width: 100%;
  height: 100%;
  --gradient-color-1: #c3e4ff;
  --gradient-color-2: #6ec3f4;
  --gradient-color-3: #eae2ff;
  --gradient-color-4: #b9beff;
}

/*----------------------------------------
	お知らせ & イベントエリア
----------------------------------------*/
.p-front-intro__container {
  position: relative;
  min-height: 100vh;
  background: #fff;
  border-radius: 0 3rem 0 0;
  z-index: 1;
}

/*----------------------------------------
	お知らせ
----------------------------------------*/
.p-front-info {
  padding: 2.4rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-info {
    padding: 1.6rem;
  }
}
.p-front-info.is-disabled .p-front-info__list {
  height: auto;
}
.p-front-info.is-disabled .p-front-info__wrapper {
  transform: none !important;
}
.p-front-info.is-disabled .p-front-info__item {
  height: auto !important;
}
.p-front-info.is-disabled .p-front-info__btn__open {
  opacity: 0;
  visibility: hidden;
}
.p-front-info.is-disabled .p-front-info__btn__close {
  opacity: 1;
  visibility: visible;
}
.p-front-info__container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1.6rem;
  max-width: 78rem;
  margin: auto;
}
@media screen and (max-width: 699.98px) {
  .p-front-info__container {
    gap: 0.8rem;
  }
}
.p-front-info__inner {
  display: flex;
  align-items: start;
}
.p-front-info__heading {
  flex: none;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 1.6rem 0 0;
  margin: 0 1.6rem 0 0;
  border-right: 2px solid #2e2e2e;
}
@media screen and (max-width: 699.98px) {
  .p-front-info__heading {
    font-size: 1rem;
    writing-mode: vertical-rl;
    padding: 0 0.8rem 0 0;
    margin: 0 0.8rem 0 0;
  }
}
.p-front-info__list {
  width: auto;
  height: 2rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-info__list {
    display: block;
    height: 4rem;
  }
}
@media screen and (max-width: 699.98px) {
  .p-front-info__wrapper {
    flex-wrap: nowrap;
    padding: 0;
  }
}
.p-front-info__item {
  justify-content: start;
}
.p-front-info__link {
  display: flex;
  align-items: baseline;
  gap: 1.6rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-info__link {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.p-front-info__date {
  display: flex;
  align-items: baseline;
  flex: none;
}
.p-front-info__date p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #0F2192;
}
.p-front-info__date p span {
  font-size: 1rem;
  font-weight: 500;
}
.p-front-info__date p + p:before {
  content: "→";
  margin: 0 0 0 0.4rem;
}
.p-front-info__title {
  max-width: 56rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #2e2e2e;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 699.98px) {
  .p-front-info__title {
    font-size: 1rem;
  }
}
.p-front-info__btn {
  position: relative;
  flex: none;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
.p-front-info__btn__open {
  font-size: 1.8rem;
  font-weight: 500;
  animation: flash 1s linear infinite;
}
.p-front-info__btn__close {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  translate: -50% -50%;
  opacity: 0;
  visibility: hidden;
}
.p-front-info__btn__close:before, .p-front-info__btn__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2rem;
  height: 2px;
  background: #2e2e2e;
  translate: -50% -50%;
}
.p-front-info__btn__close:before {
  rotate: 45deg;
}
.p-front-info__btn__close:after {
  rotate: -45deg;
}

/*----------------------------------------
	イベント
----------------------------------------*/
.p-front-event {
  padding: 8rem 0 16rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-event {
    padding: 5.6rem 2.4rem 12rem;
  }
}
.p-front-event__container {
  max-width: 88rem;
  margin: auto;
}
.p-front-event__heading {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 0.8rem;
  margin: 0 0 5.6rem;
}
.p-front-event__heading h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 699.98px) {
  .p-front-event__heading h2 {
    font-size: 1.6rem;
  }
}
.p-front-event__heading h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% + 1.6rem);
  height: 1.6rem;
  background: #C0D7EB;
  translate: -50% 0;
  z-index: -1;
}
.p-front-event__heading span {
  font-size: 6rem;
  font-family: var(--Jost);
}
@media screen and (max-width: 699.98px) {
  .p-front-event__heading span {
    font-size: 4rem;
  }
}
.p-front-event__main {
  margin: 0 0 8rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-event__main {
    margin: 0 -2.4rem 5.6rem 0;
  }
}
.p-front-event__btn {
  display: flex;
  justify-content: center;
}

/*----------------------------------------
	みんなの家づくり
----------------------------------------*/
/*----------------------------------------
	分譲地情報
----------------------------------------*/
.p-front-estate__container {
  position: relative;
  min-height: 100vh;
  padding: 18rem 0 24rem;
  border-radius: 0 3rem 0 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 699.98px) {
  .p-front-estate__container {
    padding: 14rem 2.4rem 20rem;
  }
}
.p-front-estate__inner {
  position: relative;
  z-index: 1;
}
.p-front-estate__heading {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 5.6rem;
  margin: 0 0 5.6rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-estate__heading {
    gap: 4rem;
  }
}
.p-front-estate__heading h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 699.98px) {
  .p-front-estate__heading h2 {
    font-size: 1.8rem;
  }
}
.p-front-estate__heading h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% + 1.6rem);
  height: 60%;
  background: #fff;
  border-radius: 0.2rem;
  z-index: -1;
  translate: -50% 0;
}
.p-front-estate__heading span {
  font-size: 6rem;
  font-weight: 500;
  font-family: var(--Jost);
  color: #fff;
}
@media screen and (max-width: 699.98px) {
  .p-front-estate__heading span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 699.98px) {
  .p-front-estate__txt {
    display: flex;
    justify-content: center;
  }
}
.p-front-estate__txt p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin: 0 0 8rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-estate__txt p {
    text-align: left;
  }
}
.p-front-estate__btn {
  display: flex;
  justify-content: center;
}
.p-front-estate__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-front-estate__gradient .gradient-canvas02 {
  width: 100%;
  height: 100%;
  --gradient-color-1: #c3e4ff;
  --gradient-color-2: #6ec3f4;
  --gradient-color-3: #eae2ff;
  --gradient-color-4: #b9beff;
}
.p-front-estate__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/front/bg-estate01.webp) center/cover;
  mix-blend-mode: lighten;
}
.p-front-estate__message {
  position: absolute;
  display: flex;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 699.98px) {
  .p-front-estate__message {
    bottom: 5.6rem;
  }
}
.p-front-estate__message span {
  font-size: 8rem;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  animation: infinity-scroll 20s linear infinite;
}
@media screen and (max-width: 699.98px) {
  .p-front-estate__message span {
    font-size: 5rem;
  }
}

/*----------------------------------------
	YouTube
----------------------------------------*/
.p-front-movie__container {
  position: relative;
  background: #C0D7EB;
  background: linear-gradient(125deg, rgb(192, 215, 235) 0%, rgb(255, 255, 255) 100%);
  padding: 8rem 0 12rem;
  border-radius: 0 3rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 699.98px) {
  .p-front-movie__container {
    padding: 8rem 2.4rem 16rem;
  }
}
.p-front-movie__inner {
  max-width: 90rem;
  margin: auto;
}
.p-front-movie__heading {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  gap: 3.2rem;
  margin: 0 0 5.6rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-movie__heading {
    gap: 4rem;
  }
}
.p-front-movie__heading h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 699.98px) {
  .p-front-movie__heading h2 {
    font-size: 1.8rem;
  }
}
.p-front-movie__heading h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% + 1.6rem);
  height: 60%;
  background: #fff;
  border-radius: 0.2rem;
  z-index: -1;
  translate: -50% 0;
}
.p-front-movie__heading span {
  font-size: 6rem;
  font-weight: 500;
}
@media screen and (max-width: 699.98px) {
  .p-front-movie__heading span {
    font-size: 4rem;
  }
}
.p-front-movie__main {
  margin: 0 calc(50% - 50vw) 4rem 0;
}
@media screen and (max-width: 699.98px) {
  .p-front-movie__main {
    margin: 0 0 4rem;
  }
}
.p-front-movie__content {
  padding: 0 24rem 8rem 0 !important;
  margin: 0 -24rem 0 0;
}
@media screen and (max-width: 699.98px) {
  .p-front-movie__content {
    padding: 0 0 4rem !important;
    margin: 0;
  }
}
@media screen and (max-width: 699.98px) {
  .p-front-movie__wrapper {
    flex-wrap: nowrap;
    padding: 0;
  }
}
.p-front-movie__scrollbar {
  left: 0 !important;
  width: 90rem !important;
}
@media screen and (max-width: 699.98px) {
  .p-front-movie__scrollbar {
    width: 100% !important;
  }
}
.p-front-movie__link {
  display: block;
}
.p-front-movie__img {
  margin: 0 0 1.6rem;
}
.p-front-movie__img img {
  width: 100%;
  height: auto;
}
.p-front-movie__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  color: #707070;
}
.p-front-movie__btn {
  display: flex;
  justify-content: center;
}

/*----------------------------------------
	スタッフ紹介
----------------------------------------*/
.our_staff_title::after {
  border-radius: 0.2rem;
}

.magazine_area {
  background: #EDEDED;
}

.magazine_back::before {
  background: #0F2192;
}

.magazine_staff_btn {
  display: flex;
  justify-content: center;
  margin: 5.6rem 0;
}

.magazine_blog_btn {
  display: flex;
  justify-content: center;
  margin: 5.6rem 0 16rem;
}

.magazine_area_day {
  color: #0F2192;
}

.magazine_area_day .our_worksarrow-svg03 {
  fill: #0F2192;
  stroke: #0F2192;
}

.magazine_right_area {
  margin: 8rem 0 0 16rem;
}
@media screen and (max-width: 699.98px) {
  .magazine_right_area {
    padding: 4rem 2.4rem;
    margin: 0 0 0;
  }
}

.magazine_right_staff_text {
  position: relative;
  top: 0;
  right: -8rem;
  width: 18rem;
  height: 18rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 699.98px) {
  .magazine_right_staff_text {
    margin: 0 -10rem -8rem auto;
  }
}

.magazine_right_staff_oshi {
  top: 50%;
  left: 50%;
  right: auto;
  width: 8rem;
  height: auto;
  translate: -50% -50%;
}

.magazine_right_staff_rotation {
  top: 0;
  left: 0;
  right: auto;
}

@media screen and (max-width: 699.98px) {
  .img_text_magazine {
    padding: 0;
  }
}

@media screen and (max-width: 699.98px) {
  .magazine_member_img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.8rem;
  }
}

@media screen and (max-width: 699.98px) {
  .magazine_main_member_area {
    width: 100%;
    height: 100%;
    margin: 0;
    aspect-ratio: 1;
  }
}

@media screen and (max-width: 699.98px) {
  .magazine_main_face_sub {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

/*----------------------------------------
	お知らせ
----------------------------------------*/
.top_event_contents {
  padding: 16rem 0 0 8rem;
}
@media screen and (max-width: 699.98px) {
  .top_event_contents {
    padding: 8rem 0 0;
  }
}

.top_event_title_sub::after {
  height: 9rem;
  border: 0.9rem solid #C0D7EB;
  border-radius: 0.2rem;
}
@media screen and (max-width: 699.98px) {
  .top_event_title_sub::after {
    left: 50%;
    width: 10rem;
    height: 0;
    translate: -50% 0;
  }
}

.top_event_news::before {
  background: #0F2192;
}

.post_date::before {
  color: #0F2192;
}

.swiper.swiper_event_news {
  padding: 0 0 5.6rem;
}
@media screen and (max-width: 699.98px) {
  .swiper.swiper_event_news {
    padding: 0;
  }
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  background: #EDEDED;
}

.swiper-scrollbar-drag {
  background: #0F2192 !important;
}

.section04_event_area {
  display: flex;
  justify-content: center;
  margin: 8rem 0 0;
}
@media screen and (max-width: 699.98px) {
  .section04_event_area {
    margin: 4rem 0 0;
  }
}

/*----------------------------------------
	モデルハウスのご案内
----------------------------------------*/
@media screen and (max-width: 699.98px) {
  .model_house_left_right {
    padding: 8rem 2.4rem;
  }
}

@media screen and (max-width: 699.98px) {
  .model_house_sub_title {
    margin: 0 0 4rem;
  }
}

.model_house_sub_title::after {
  border-bottom: solid #fff 2rem;
  border-radius: 0.2rem;
}
@media screen and (max-width: 699.98px) {
  .model_house_sub_title::after {
    left: 50%;
    translate: -50% 0;
  }
}

.model_house_sub_text {
  margin: 0 0 8rem;
}
@media screen and (max-width: 699.98px) {
  .model_house_sub_text {
    margin: 0 0 4rem;
  }
}

.model_house_text {
  align-items: baseline;
  gap: 0.8rem;
}

.model_house_img_number {
  line-height: 1;
  color: #0F2192;
}

.model_house_bottom_text {
  color: #C0D7EB;
}

@media screen and (max-width: 699.98px) {
  .model_house_btn {
    order: 4;
    margin: 0 0 4rem;
  }
}

@media screen and (max-width: 699.98px) {
  .model_house01_img {
    order: 1;
    width: 100%;
    margin: 0 0 4rem;
  }
}

@media screen and (max-width: 699.98px) {
  .model_house_right_img_area {
    padding: 0;
  }
}

.top_house::before {
  background: #0F2192;
}

.slider_top_text {
  position: static;
}

.model_house_bottom_text {
  line-height: 1;
}

.video_top {
  padding: 0;
}

.video_top img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.video {
  height: auto;
}

/*----------------------------------------
	OBのライフスタイル
----------------------------------------*/
.owners_life_contents_area {
  background: #fff;
}

@media screen and (max-width: 699.98px) {
  .owners_img_main_title {
    margin: 0 0 2.4rem;
  }
}

.owners_img__sub_title::after {
  border-bottom: solid #C0D7EB 2rem;
  border-radius: 0.2rem;
}

@media screen and (max-width: 699.98px) {
  .owners_text_area {
    padding: 12rem 2.4rem;
  }
}

.owners_text_02 {
  margin: 0 0 8rem;
}
@media screen and (max-width: 699.98px) {
  .owners_text_02 {
    margin: 0 0 4rem;
  }
}

.owners_text {
  position: relative;
  width: 18rem;
  height: 18rem;
  margin: -24rem -16rem 6rem auto;
}
@media screen and (max-width: 699.98px) {
  .owners_text {
    margin: -16rem -10rem 0rem auto;
  }
}

.owners_staff_oshi {
  top: 50%;
  left: 50%;
  right: auto;
  width: 12rem;
  height: auto;
  translate: -50% -50%;
}

.owners_staff_rotation {
  top: 0;
  left: 0;
  right: auto;
}

@media screen and (max-width: 699.98px) {
  .owners_house_btn {
    order: 5;
    margin: 50rem 0 0;
  }
}

/*----------------------------------------
	住まいのこと図書館
----------------------------------------*/
.p-front-library__container {
  position: relative;
  min-height: 100vh;
  background: url(../img/front/bg-library01.webp) center/cover;
  padding: 16rem 0;
  border-radius: 0 3rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 699.98px) {
  .p-front-library__container {
    padding: 8rem 2.4rem 16rem;
  }
}
.p-front-library__inner {
  display: flex;
  align-items: end;
  gap: 16rem;
  max-width: 108rem;
  margin: auto;
}
@media screen and (max-width: 699.98px) {
  .p-front-library__inner {
    flex-direction: column;
    gap: 5.6rem;
  }
}
.p-front-library__head {
  width: 36rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-library__head {
    width: 100%;
  }
}
.p-front-library__heading {
  display: flex;
  align-items: baseline;
  flex-direction: column-reverse;
  gap: 4rem;
  margin: 0 0 5.6rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-library__heading {
    gap: 3.2rem;
  }
}
.p-front-library__heading h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 699.98px) {
  .p-front-library__heading h2 {
    font-size: 1.6rem;
  }
}
.p-front-library__heading h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: #0F2192;
  z-index: -1;
}
.p-front-library__heading span {
  font-size: 6rem;
  font-weight: 500;
  font-family: var(--Jost);
  color: #fff;
}
@media screen and (max-width: 699.98px) {
  .p-front-library__heading span {
    font-size: 4rem;
  }
}
.p-front-library__heading span small {
  display: block;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 699.98px) {
  .p-front-library__heading span small {
    font-size: 2rem;
  }
}
.p-front-library__archive {
  margin: 0 0 5.6rem;
}
.p-front-library__archive h3 {
  position: relative;
  display: flex;
  justify-content: center;
}
.p-front-library__archive h3:before, .p-front-library__archive h3:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50% - 4.8rem);
  height: 2px;
  background: #fff;
  margin: auto;
}
.p-front-library__archive h3:before {
  left: 0;
}
.p-front-library__archive h3:after {
  right: 0;
}
.p-front-library__archive h3 span {
  position: relative;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  padding: 0 1.6rem;
}
.p-front-library__archive h3 span:before, .p-front-library__archive h3 span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1rem;
  height: 100%;
  border: 2px solid #fff;
  margin: auto;
}
.p-front-library__archive h3 span:before {
  left: 0;
  border-right: none;
}
.p-front-library__archive h3 span:after {
  right: 0;
  border-left: none;
}
.p-front-library__archive ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem 0;
  border-bottom: 2px solid #fff;
}
.p-front-library__archive ul li a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.p-front-library__main {
  flex: 1;
}
.p-front-library__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 23rem));
  gap: 2.4rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-library__list {
    margin: 0 0 8rem;
  }
}
.p-front-library__list li a {
  position: relative;
  display: block;
  padding: 0.8rem 1.6rem;
  border: 2px solid #fff;
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  background: rgba(255, 255, 255, 0.1);
  transition: 0.4s;
}
.p-front-library__list li a:hover {
  background: #fff;
}
.p-front-library__list li a:hover svg {
  stroke: #000;
}
.p-front-library__list li a:hover span {
  color: #000;
}
.p-front-library__list li a:hover p {
  color: #000;
}
.p-front-library__list li a svg {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s;
}
.p-front-library__list li a span {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0.8rem;
  transition: 0.4s;
}
@media screen and (max-width: 699.98px) {
  .p-front-library__list li a span {
    font-size: 1.4rem;
  }
}
.p-front-library__list li a p {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  transition: 0.4s;
}
@media screen and (max-width: 699.98px) {
  .p-front-library__list li a p {
    font-size: 1.4rem;
  }
}

/*----------------------------------------
	コミュニティ
----------------------------------------*/
.p-front-community__container {
  position: relative;
  min-height: 100vh;
  background: #C0D7EB;
  background: linear-gradient(125deg, rgb(192, 215, 235) 0%, rgb(255, 255, 255) 100%);
  padding: 16rem 0;
  border-radius: 0 3rem 0 0;
  z-index: 1;
}
@media screen and (max-width: 699.98px) {
  .p-front-community__container {
    padding: 16rem 2.4rem;
  }
}
.p-front-community__inner {
  position: relative;
  max-width: 90rem;
  margin: auto;
}
.p-front-community__head {
  margin: 0 0 -3.2rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-community__head {
    margin: 0 0 4rem;
  }
}
.p-front-community__heading {
  font-size: 6rem;
  font-weight: 500;
  font-family: var(--Jost);
  line-height: 1.6;
  text-align: center;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-community__heading {
    font-size: 4rem;
    margin: 0 0 0.8rem;
  }
}
.p-front-community__txt {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p-front-community__txt h3 {
  position: relative;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 3.2rem;
}
.p-front-community__txt h3:before, .p-front-community__txt h3:after {
  content: "";
  position: absolute;
  top: 1.6rem;
  width: 3.2rem;
  height: 0.4rem;
  background: #2F2E2E;
  border-radius: 1rem;
}
.p-front-community__txt h3:before {
  left: -4rem;
  rotate: 40deg;
}
.p-front-community__txt h3:after {
  right: -4rem;
  rotate: -40deg;
}
.p-front-community__txt h3 span {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: var(--Jost);
}
@media screen and (max-width: 699.98px) {
  .p-front-community__txt h3 span {
    font-size: 2rem;
  }
}
.p-front-community__txt h3 span:before, .p-front-community__txt h3 span:after {
  content: "";
  position: absolute;
  top: 2.2rem;
  width: 2.4rem;
  height: 0.4rem;
  background: #2F2E2E;
  border-radius: 1rem;
}
.p-front-community__txt h3 span:before {
  left: -4.8rem;
  rotate: 32deg;
}
.p-front-community__txt h3 span:after {
  right: -4.8rem;
  rotate: -32deg;
}
.p-front-community__txt p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 699.98px) {
  .p-front-community__txt p {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-front-community__message {
  position: absolute;
  top: -8rem;
  left: -8rem;
  width: 16rem;
  height: 16rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-community__message {
    top: -10rem;
    left: -6rem;
  }
}
.p-front-community__message img {
  width: 100%;
  height: auto;
}
.p-front-community__message img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  animation: rotate-anime 10s linear infinite;
}
.p-front-community__main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 699.98px) {
  .p-front-community__main {
    flex-direction: column;
    gap: 5.6rem;
  }
}
.p-front-community__column {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.4rem;
  width: 30rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-community__column {
    gap: 3.2rem;
    width: 100%;
  }
}
.p-front-community__title {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  font-family: var(--Jost);
  line-height: 1.6;
}
@media screen and (max-width: 699.98px) {
  .p-front-community__title {
    font-size: 2rem;
  }
}
.p-front-community__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: #fff;
  border-radius: 0.2rem;
  z-index: -1;
}
.p-front-community__img a {
  display: block;
}
.p-front-community__img a img {
  width: 100%;
  height: auto;
}

/*----------------------------------------
	アイフルホームがつくる家
----------------------------------------*/
.p-front-build__container {
  position: relative;
  min-height: 100vh;
  background: url(../img/front/bg-build01.webp) center/cover;
  padding: 16rem 0;
  border-radius: 0 3rem 0 0;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 699.98px) {
  .p-front-build__container {
    padding: 8rem 2.4rem 16rem;
  }
}
.p-front-build__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 36, 6, 0.5);
  z-index: -1;
}
.p-front-build__inner {
  position: relative;
  display: flex;
  align-items: end;
  gap: 16rem;
  max-width: 108rem;
  margin: auto;
}
@media screen and (max-width: 699.98px) {
  .p-front-build__inner {
    flex-direction: column;
    gap: 5.6rem;
  }
}
.p-front-build__head {
  width: 36rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-build__head {
    width: 100%;
  }
}
.p-front-build__heading {
  display: flex;
  align-items: baseline;
  flex-direction: column-reverse;
  gap: 4rem;
  margin: 0 0 8rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-build__heading {
    gap: 3.2rem;
    margin: 0 0 5.6rem;
  }
}
.p-front-build__heading h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 699.98px) {
  .p-front-build__heading h2 {
    font-size: 1.6rem;
  }
}
.p-front-build__heading h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: #0F2192;
  z-index: -1;
}
.p-front-build__heading span {
  font-size: 6rem;
  font-weight: 500;
  font-family: var(--Jost);
  color: #fff;
}
@media screen and (max-width: 699.98px) {
  .p-front-build__heading span {
    font-size: 4rem;
  }
}
.p-front-build__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
  margin: 0 0 8rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-build__txt {
    margin: 0;
  }
}
.p-front-build__main {
  flex: 1;
}
.p-front-build__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 23rem));
  gap: 2.4rem;
}
@media screen and (max-width: 699.98px) {
  .p-front-build__list {
    margin: 0 0 8rem;
  }
}
.p-front-build__list li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 12rem;
  padding: 0.8rem 1.6rem;
  border: 2px solid #fff;
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  background: rgba(255, 255, 255, 0.1);
  transition: 0.4s;
}
.p-front-build__list li a:hover {
  background: #fff;
}
.p-front-build__list li a:hover svg {
  stroke: #000;
}
.p-front-build__list li a:hover span {
  color: #000;
}
.p-front-build__list li a:hover p {
  color: #000;
}
.p-front-build__list li a svg {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s;
}
@media screen and (max-width: 699.98px) {
  .p-front-build__list li a svg {
    display: none;
  }
}
.p-front-build__list li a span {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0.8rem;
  transition: 0.4s;
}
@media screen and (max-width: 699.98px) {
  .p-front-build__list li a span {
    font-size: 1.6rem;
  }
}
.p-front-build__list li a p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  transition: 0.4s;
}
@media screen and (max-width: 699.98px) {
  .p-front-build__list li a p {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=front-page.css.map */