@charset "UTF-8";
.l-contents {
  position: relative;
}

.mainvisual {
  position: relative;
  background-color: #fff;
}
.mainvisual #opv-wrap {
  display: none;
  position: relative;
  z-index: 2;
}
@media (min-width: 669px) {
  .mainvisual #opv-wrap {
    min-height: 530px;
  }
}
.mainvisual #opv-wrap #opv {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
}
@media (min-width: 669px) {
  .mainvisual #opv-wrap #opv {
    width: inherit;
    vertical-align: baseline;
  }
}
.mainvisual #opv-wrap #opv_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: blur(5px) grayscale(0.5);
  width: 100%;
}
.mainvisual .p-top__hero-txt01 {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 28%;
  left: 50.4%;
  opacity: 0;
  width: 82%;
}
@media (min-width: 669px) {
  .mainvisual .p-top__hero-txt01 {
    width: clamp(55rem, -1.453rem + 77.2vw, 91.188rem);
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.mainvisual .p-top__hero-txt01.show {
  opacity: 1;
  z-index: 10;
}
@media (min-width: 669px) {
  .mainvisual .p-top__hero-txt01 img {
    width: 84%;
  }
}

.p-top__hero {
  background-color: #fff;
  position: relative;
  display: none;
}
@media (min-width: 669px) {
  .p-top__hero {
    min-height: 530px;
  }
}
.p-top__hero-slider {
  position: relative;
  height: 100%;
}
@media (min-width: 669px) {
  .p-top__hero-slider {
    height: 100%;
  }
}
.p-top__hero-slider .slick-list,
.p-top__hero-slider .slick-track {
  height: 100%;
}
.p-top__hero-slider .slick-track {
  display: flex;
  height: 100%;
}
.p-top__hero-slider .slick-slide {
  height: auto !important;
}
.p-top__hero .light-effect {
  position: relative;
  z-index: 100;
}
.p-top__hero .light-effect::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: width 0.5s, height 0.5s, opacity 0.5s;
  -webkit-transition: width 0.5s, height 0.5s, opacity 0.5s;
  z-index: 100;
}
.p-top__hero .light-effect.show::before {
  width: 300%;
  height: 300%;
  opacity: 1;
  z-index: 100;
}
.p-top__hero-sliderOuter {
  height: 100%;
}
.p-top__hero-sliderItem {
  position: relative;
}
@media (min-width: 669px) {
  .p-top__hero-sliderItem:nth-child(n+2) img {
    height: 100%;
    width: 100%;
    min-width: clamp(41.813rem, 100vw, 120rem);
  }
}
.p-top__hero-sliderItem img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__hero-sliderItem .img02 {
  position: absolute;
  bottom: 0;
  -webkit-animation: animate02 10s linear forwards;
          animation: animate02 10s linear forwards;
}
@media (min-width: 669px) {
  .p-top__hero-sliderItem .img02 {
    bottom: 0;
    width: 100%;
  }
}
@-webkit-keyframes animate02 {
  to {
    position: absolute;
    bottom: -150px;
  }
}
@keyframes animate02 {
  to {
    position: absolute;
    bottom: -150px;
  }
}
.p-top__hero-building {
  position: absolute;
  bottom: 0;
  left: 29%;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  width: 50%;
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
}
@media (min-width: 669px) {
  .p-top__hero-building {
    position: absolute;
    bottom: 0;
    left: 0;
    left: 27%;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    width: clamp(31.25rem, -82.044rem + 121.5vw, 63.75rem);
    opacity: 0;
    transform: translateY(100px);
    transition: all 2s;
  }
}
.p-top__hero-building.active {
  opacity: 1;
  transform: translateY(0);
}
.p-top__hero-building.fadeout {
  opacity: 0;
  transition: all 0.5s;
}
.p-top__hero-txt01, .p-top__hero-txt02, .p-top__hero-txt03 {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 42%;
}
@media (min-width: 669px) {
  .p-top__hero-txt01, .p-top__hero-txt02, .p-top__hero-txt03 {
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-top__hero-txt02 {
  top: 50%;
  left: 50%;
  opacity: 0;
}
.p-top__hero-txt02.show {
  opacity: 1;
}
.p-top__hero-txt02 img {
  width: 93.9%;
}
@media (min-width: 669px) {
  .p-top__hero-txt02 img {
    width: 76.616%;
  }
}
.p-top__hero-txt03 {
  opacity: 0;
  top: 50%;
  left: 20%;
  width: 35% !important;
  z-index: 10;
}
@media (min-width: 669px) {
  .p-top__hero-txt03 {
    top: 50%;
    left: 17.8%;
    width: 100% !important;
  }
}
.p-top__hero-txt03.show {
  opacity: 1;
}
.p-top__hero-txt03.fadeout {
  opacity: 0;
  transition: opacity 0.5s !important;
}
@media (min-width: 669px) {
  .p-top__hero-txt03 img {
    width: 26.117%;
  }
}
.p-top__hero-txt04 {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 70% !important;
  opacity: 0;
  left: auto;
  overflow: visible;
}
@media (min-width: 669px) {
  .p-top__hero-txt04 {
    top: auto;
    right: 0;
    bottom: 7%;
    max-width: 800px;
    text-align: right;
    transform: translate(0%, 0%);
  }
}
.p-top__hero-txt04 span {
  position: absolute;
  width: 38%;
  right: 9.5%;
  bottom: 1%;
  z-index: 1;
  mix-blend-mode: screen;
}
@media (min-width: 669px) {
  .p-top__hero-txt04 span {
    width: 28.322%;
    right: 14.5%;
    bottom: 21%;
  }
}
.p-top__hero-txt04.show {
  opacity: 1;
}
.p-top__hero-img {
  position: relative;
  z-index: 0;
}
.p-top__hero-copy {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  transition: all 2s;
}
.back-fixed .p-top__hero-copy {
  z-index: 0;
}
@media (min-width: 669px) {
  .p-top__hero-copy img {
    position: relative;
  }
}
.p-top__hero-copy.p-top__hero-txt04 {
  pointer-events: auto;
  z-index: 2;
}
.p-top__obi {
  padding: 30px 20px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 669px) {
  .p-top__obi {
    padding: 50px 40px;
  }
}
.p-top__obi::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/img_obi_bg.png?v=2) no-repeat center top/100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 669px) {
  .p-top__obi-points {
    gap: 30px;
    flex-wrap: nowrap;
  }
}
.p-top__obi-points > div {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #000;
}
.p-top__obi-points > div:last-child {
  margin-bottom: 0;
}
.p-top__obi-points > div:last-child a:last-child {
  padding-right: 0;
}
@media (min-width: 669px) {
  .p-top__obi-points > div:last-child a::after {
    display: none;
  }
}
@media (min-width: 669px) {
  .p-top__obi-points > div {
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    border-right: 1px solid #000;
    border-bottom: none;
  }
  .p-top__obi-points > div:last-child {
    border: none;
  }
  .p-top__obi-points > div a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 30px;
    position: relative;
  }
  .p-top__obi-points > div a img {
    width: inherit !important;
  }
}
.p-top__obi-points .point01 img {
  width: 62.39%;
}
.p-top__obi-points .point02 img {
  width: 68.06%;
}
.p-top__obi-shiryo {
  margin-top: 30px;
}
@media (min-width: 669px) {
  .p-top__obi-shiryo {
    margin-top: 0;
  }
}
.p-top__obi-shiryo small {
  display: block;
  margin-top: 10px;
  font-size: 0.75rem;
}
@media (min-width: 669px) {
  .p-top__obi-shiryo small {
    margin-top: 15px;
    font-size: 0.875rem;
  }
}
@media (min-width: 669px) {
  .p-top__obi-shiryo ul {
    margin-top: 50px;
  }
}
.p-top__concept {
  position: relative;
  padding-bottom: 50px;
  background-color: #fff;
}
@media (min-width: 669px) {
  .p-top__concept {
    padding-bottom: 120px;
    padding-top: 170px;
  }
}
.p-top__concept::before {
  content: "";
  width: 94.666%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: calc(100% - 50px);
  background: url(../images/top/bg_concept_sp.jpg) no-repeat center center/cover;
}
@media (min-width: 669px) {
  .p-top__concept::before {
    width: 94.79%;
    left: 0;
    top: 0;
    bottom: auto;
    height: calc(100% - 120px);
    background: url(../images/top/bg_concept.jpg) no-repeat center center/cover;
  }
}
@media (min-width: 669px) {
  .p-top__concept-inner {
    max-width: 1500px;
    margin: 0 auto;
  }
}
.p-top__concept .u-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: -4.9%;
  text-align: center;
}
.p-top__concept .u-img::before {
  content: "";
  width: 100%;
  height: 37.5%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 669px) {
  .p-top__concept .u-img::before {
    height: 26.799%;
  }
}
@media (min-width: 669px) {
  .p-top__concept .u-img > div {
    max-width: 1500px;
    margin: 15px auto;
  }
}
.p-top__concept .u-img img {
  position: relative;
  z-index: 2;
  left: -8.625%;
  width: 98.933%;
  max-width: 371px;
  transition: all 0.5s;
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media (min-width: 669px) {
  .p-top__concept .u-img img {
    left: -1.12%;
    max-width: 603px;
    min-width: 430px;
    width: 30.2%;
  }
}
@media (min-width: 1499px) {
  .p-top__concept .u-img img {
    left: -4.12%;
    width: 35.2%;
  }
}
@media (min-width: 1599px) {
  .p-top__concept .u-img img {
    left: -9.12%;
    width: 40.2%;
  }
}
@media (min-width: 669px) {
  .p-top__concept .u-img {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
    width: 100vw;
    text-align: left;
  }
}
.p-top__concept .u-img.active img {
  -webkit-animation-name: imageBlur;
          animation-name: imageBlur;
  opacity: 1;
  transition: 0.5s;
}
.p-top__concept .u-txt {
  position: relative;
  z-index: 2;
  padding: 0 8.8% 60px 60px;
  text-align: center;
  line-height: 1.75;
  font-size: 0.875rem;
}
.p-top__concept .u-txt .p-top__header {
  margin-bottom: 0;
  position: absolute;
  left: 3em;
  top: 0.5em;
  transform: rotate(90deg);
  transform-origin: left top;
  text-align: left;
}
.p-top__concept .u-txt .p-top__header em.u-en {
  margin-bottom: 0;
}
@media (min-width: 669px) {
  .p-top__concept .u-txt .p-top__header em.u-en {
    font-size: 4.375rem;
  }
}
@media (min-width: 669px) {
  .p-top__concept .u-txt .p-top__header {
    position: relative;
    left: 0em;
    top: 0;
  }
}
@media (min-width: 1199px) {
  .p-top__concept .u-txt .p-top__header {
    left: 4em;
  }
}
.p-top__concept .u-txt p {
  display: inline-block;
  text-align: left;
  opacity: 0;
  bottom: 0;
  position: relative;
  transition: all 1s;
}
.p-top__concept .u-txt p.active {
  opacity: 1;
  bottom: 10px;
}
.p-top__concept .u-txt b {
  font-weight: normal;
  font-size: 1.625rem;
  display: inline-block;
  margin-bottom: 15px;
}
@media (min-width: 669px) {
  .p-top__concept .u-txt b {
    font-size: 2.5rem;
    letter-spacing: 0.25em;
  }
}
@media (min-width: 669px) {
  .p-top__concept .u-txt {
    font-size: 1.1875rem;
    line-height: 2;
    padding: 200px 80px;
  }
}
@media (min-width: 1199px) {
  .p-top__concept .u-txt {
    padding: 200px 40px;
  }
}
.p-top__cpBnr {
  background: linear-gradient(90deg, rgb(243, 238, 219) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 70%, rgb(243, 238, 219) 100%);
  padding: 35px 20px;
  z-index: 5;
}
@media (min-width: 669px) {
  .p-top__cpBnr {
    padding: 60px 40px;
  }
}
.p-top__cpBnr img {
  transition: all 0.2s;
}
.p-top__cpBnr img:hover {
  opacity: 0.8;
}
.p-top__limited {
  padding: 50px 20px;
  text-align: center;
  color: #fff;
  background-color: #000;
  position: relative;
  /* .webp & {
      background: #000 url(../images/top/bg_limited_sp.webp) no-repeat center center / contain;
      @include pc {background: #000 url(../images/top/bg_limited.webp) no-repeat center center / contain;}
  }
  .no-webp & {
      background: #000 url(../images/top/bg_limited_sp.jpg) no-repeat center center / contain;
      @include pc {background: #000 url(../images/top/bg_limited.jpg) no-repeat center center / contain;}
  } */
}
.p-top__limited > * {
  position: relative;
  z-index: 1;
}
.p-top__limited::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transform: scale(0.9);
  transition: all 1s;
}
.webp .p-top__limited::before {
  background: #000 url(../images/top/bg_limited_sp.webp) no-repeat center center/contain;
}
@media (min-width: 669px) {
  .webp .p-top__limited::before {
    background: #000 url(../images/top/bg_limited.webp) no-repeat center center/contain;
  }
}
.no-webp .p-top__limited::before {
  background: #000 url(../images/top/bg_limited_sp.jpg) no-repeat center center/contain;
}
@media (min-width: 669px) {
  .no-webp .p-top__limited::before {
    background: #000 url(../images/top/bg_limited.jpg) no-repeat center center/contain;
  }
}
.p-top__limited.active::before {
  transform: scale(1);
  opacity: 1;
}
@media (min-width: 669px) {
  .p-top__limited {
    padding: 150px 40px 160px;
  }
}
@media (min-width: 669px) {
  .p-top__limited .p-top__header em.u-en {
    letter-spacing: 0.1em;
  }
}
.p-top__limited .p-top__header em.u-en::first-letter {
  color: #cdcede;
}
@media (min-width: 669px) {
  .p-top__limited .p-top__header small {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 669px) {
  .p-top__limited .p-top__header {
    margin-bottom: 70px;
  }
}
.p-top__limited .p-top__header {
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
}
@media (min-width: 669px) {
  .p-top__limited .p-top__header {
    text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0);
  }
}
.p-top__limited > .u-txt {
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
  margin-bottom: 20px;
  line-height: 1.75;
}
@media (min-width: 669px) {
  .p-top__limited > .u-txt {
    font-size: 1.0625rem;
    margin-bottom: 40px;
    text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0);
  }
}
.p-top__limited ul li:last-child {
  margin-top: 30px;
}
@media (min-width: 669px) {
  .p-top__limited ul li:last-child {
    margin-top: 45px;
  }
}
.p-top__limited ul li:last-child div {
  margin-bottom: 10px;
}
@media (min-width: 669px) {
  .p-top__limited ul li:last-child div {
    margin-bottom: 25px;
  }
}
.p-top__limited ul li:last-child div small {
  font-size: 0.75rem;
}
@media (min-width: 669px) {
  .p-top__limited ul li:last-child div small {
    font-size: 0.9375rem;
  }
}
.p-top__bnrs {
  background-color: #e9e9e9;
  background: linear-gradient(90deg, rgb(243, 238, 219) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 70%, rgb(243, 238, 219) 100%);
  padding: 35px 20px;
}
@media (min-width: 669px) {
  .p-top__bnrs.sp {
    padding: 0;
  }
}
.p-top__bnrs ul.u-flex-pc {
  display: flex;
  flex-flow: column;
  flex-direction: column-reverse;
}
@media (min-width: 669px) {
  .p-top__bnrs ul.u-flex-pc {
    flex-flow: row;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap;
  }
}
.p-top__bnrs ul.u-flex-pc li:last-child {
  margin-bottom: 0;
}
@media (min-width: 669px) {
  .p-top__bnrs ul.u-flex-pc li {
    margin-bottom: 0;
    width: calc((100% - 40px) / 2);
  }
  .p-top__bnrs ul.u-flex-pc li.long {
    width: 100%;
  }
}
.p-top__bnrs ul.u-flex-pc li img {
  width: 100%;
}
@media (min-width: 669px) {
  .p-top__bnrs ul.u-flex-pc li img {
    width: auto;
  }
}
.p-top__bnrs ul.u-flex-pc li.ctype_appeal {
  order: 7;
  margin-bottom: 15px;
}
@media (min-width: 669px) {
  .p-top__bnrs ul.u-flex-pc li.ctype_appeal {
    position: fixed;
    left: -262px;
    width: 312px;
    bottom: 374px;
    z-index: 10;
    margin-bottom: 0;
    transition: all 0.2s;
  }
  .p-top__bnrs ul.u-flex-pc li.ctype_appeal:hover {
    left: 0;
  }
}
.p-top__bnrs ul.u-flex-pc li.townguide {
  order: 3;
  margin-bottom: 15px;
}
@media (min-width: 669px) {
  .p-top__bnrs ul.u-flex-pc li.townguide {
    position: fixed;
    left: -262px;
    width: 312px;
    bottom: 150px;
    z-index: 10;
    margin-bottom: 0;
    transition: all 0.2s;
  }
  .p-top__bnrs ul.u-flex-pc li.townguide:hover {
    left: 0;
  }
}
.p-top__bnrs ul.u-flex-pc li.charm {
  order: 9;
  margin-bottom: 15px;
}
.p-top__bnrs ul.u-flex-pc li.charm.pc {
  display: none;
}
.p-top__bnrs ul.u-flex-pc li.charm.sp {
  display: block;
}
@media (min-width: 669px) {
  .p-top__bnrs ul.u-flex-pc li.charm {
    order: 1;
    transition: 0.3s ease-in-out;
  }
  .p-top__bnrs ul.u-flex-pc li.charm:hover {
    opacity: 0.8;
  }
  .p-top__bnrs ul.u-flex-pc li.charm.pc {
    display: block !important;
    width: calc((100% - 40px) / 2);
  }
  .p-top__bnrs ul.u-flex-pc li.charm.sp {
    display: none;
  }
}
.p-top__bnrs ul.u-flex-pc li.interview {
  order: 6;
  margin-bottom: 15px;
}
.p-top__bnrs ul.u-flex-pc li.interview.pc {
  display: none;
}
.p-top__bnrs ul.u-flex-pc li.interview.sp {
  display: block;
}
@media (min-width: 669px) {
  .p-top__bnrs ul.u-flex-pc li.interview {
    order: 1;
    transition: 0.3s ease-in-out;
  }
  .p-top__bnrs ul.u-flex-pc li.interview:hover {
    opacity: 0.8;
  }
  .p-top__bnrs ul.u-flex-pc li.interview.pc {
    display: block !important;
    width: calc((100% - 40px) / 2);
  }
  .p-top__bnrs ul.u-flex-pc li.interview.sp {
    display: none;
  }
}
.p-top__bnrs ul.u-flex-pc li.special_movie {
  order: 5;
  margin-bottom: 15px;
}
.p-top__bnrs ul.u-flex-pc li.special_movie.pc {
  display: none;
}
.p-top__bnrs ul.u-flex-pc li.special_movie.sp {
  display: block;
}
@media (min-width: 669px) {
  .p-top__bnrs ul.u-flex-pc li.special_movie {
    margin-bottom: 0;
    order: 2;
    transition: 0.3s ease-in-out;
  }
  .p-top__bnrs ul.u-flex-pc li.special_movie:hover {
    opacity: 0.8;
  }
  .p-top__bnrs ul.u-flex-pc li.special_movie.pc {
    display: block !important;
    width: calc((100% - 40px) / 2);
  }
  .p-top__bnrs ul.u-flex-pc li.special_movie.sp {
    display: none;
  }
}
.p-top__bnrs ul.u-flex-pc li.colorselect {
  margin-bottom: 15px;
  order: 4;
}
.p-top__bnrs ul.u-flex-pc li.colorselect.pc {
  display: none;
}
.p-top__bnrs ul.u-flex-pc li.colorselect.sp {
  display: block;
}
@media (min-width: 669px) {
  .p-top__bnrs ul.u-flex-pc li.colorselect {
    order: 3;
    margin-bottom: 0;
    transition: 0.3s ease-in-out;
  }
  .p-top__bnrs ul.u-flex-pc li.colorselect:hover {
    opacity: 0.8;
  }
  .p-top__bnrs ul.u-flex-pc li.colorselect.pc {
    display: block !important;
    width: calc((100% - 40px) / 2);
  }
  .p-top__bnrs ul.u-flex-pc li.colorselect.sp {
    display: none;
  }
}
.p-top__bnrs ul.u-flex-pc li.onlinesodan {
  order: 3;
  margin-bottom: 15px;
}
@media (min-width: 669px) {
  .p-top__bnrs ul.u-flex-pc li.onlinesodan {
    order: 4;
    margin-bottom: 0;
    width: calc((100% - 40px) / 2);
    transition: 0.3s ease-in-out;
  }
  .p-top__bnrs ul.u-flex-pc li.onlinesodan:hover {
    opacity: 0.8;
  }
}
.p-top__bnrs ul.u-flex-pc li.hanjuhanto {
  order: 4;
  margin-bottom: 15px;
}
@media (min-width: 669px) {
  .p-top__bnrs ul.u-flex-pc li.hanjuhanto {
    order: 4;
    margin-bottom: 0;
    width: calc((100% - 40px) / 2);
    transition: 0.3s ease-in-out;
  }
  .p-top__bnrs ul.u-flex-pc li.hanjuhanto:hover {
    opacity: 0.8;
  }
}
.p-top__bnrs ul.u-flex-pc li.pairloan {
  order: 8;
  margin-bottom: 15px;
}
@media (min-width: 669px) {
  .p-top__bnrs ul.u-flex-pc li.pairloan {
    order: 1;
  }
  .p-top__bnrs ul.u-flex-pc li.pairloan a:hover {
    opacity: 0.8;
  }
}
.p-top__bnrs ul.u-flex-pc li.cpBnr {
  order: 1;
}
@media (min-width: 669px) {
  .p-top__bnrs ul.u-flex-pc li.cpBnr {
    order: 4;
    margin-bottom: 0;
    width: calc((100% - 40px) / 2);
    margin-inline: auto;
    transition: 0.3s ease-in-out;
  }
  .p-top__bnrs ul.u-flex-pc li.cpBnr:hover {
    opacity: 0.8;
  }
}
@media (min-width: 999px) {
  .p-top__bnrs ul.u-flex-pc li.cpBnr {
    width: auto;
  }
}
@media (min-width: 669px) {
  .p-top__bnrs {
    padding: 60px 40px;
    position: relative;
    z-index: 2;
  }
}
.p-top__contents {
  background-color: #fff;
  padding-top: 50px;
}
@media (min-width: 669px) {
  .p-top__contents {
    padding-top: 130px;
  }
}
.p-top__contents h2 {
  font-size: clamp(2.5rem, 1.742rem + 3.24vw, 5.625rem);
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  line-height: 1;
}
@media (min-width: 669px) {
  .p-top__contents h2 {
    font-size: clamp(2.5rem, 1.742rem + 3.24vw, 5.625rem);
    font-weight: normal;
    margin-bottom: 70px;
  }
}
.p-top__contents h2::first-letter {
  color: #b1927b;
}
.p-top__contents .contents_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
@media (min-width: 669px) {
  .p-top__contents .contents_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
}
.p-top__contents .contents_list .item {
  position: relative;
  padding-top: clamp(58.8%, 50vw, 52.69%);
}
.p-top__contents .contents_list .item .image_text {
  font-size: 12px;
  position: absolute;
  left: 2%;
  bottom: 2%;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica", "Arial", "Verdana", sans-serif;
}
.p-top__contents .contents_list .item.item_wide {
  grid-column: auto;
  padding-top: 58%;
}
@media (min-width: 669px) {
  .p-top__contents .contents_list .item.item_wide {
    grid-column: span 2;
    padding-top: 37.5%;
  }
}
.p-top__contents .contents_list .item.item_wide .item-name {
  margin-bottom: 5.63%;
}
.p-top__contents .contents_list .item .link_model {
  background-image: url(../images/top/img_contents_modelroom_sp.jpg);
}
@media (min-width: 669px) {
  .p-top__contents .contents_list .item .link_model {
    background-image: url(../images/top/img_contents_modelroom.jpg);
  }
}
.p-top__contents .contents_list .item .link_land {
  background-image: url(../images/top/img_contents_landplan_sp.jpg);
}
@media (min-width: 669px) {
  .p-top__contents .contents_list .item .link_land {
    background-image: url(../images/top/img_contents_landplan.jpg);
  }
}
.p-top__contents .contents_list .item .link_room {
  background-image: url(../images/top/img_contents_roomplan_sp.jpg);
}
@media (min-width: 669px) {
  .p-top__contents .contents_list .item .link_room {
    background-image: url(../images/top/img_contents_roomplan.jpg);
  }
}
.p-top__contents .contents_list .item a {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.p-top__contents .contents_list .item a:hover {
  opacity: 0.8;
}
.p-top__contents .contents_list .item a .text-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  inset: 0;
  color: #fff;
  padding: 5.01% 20px 2.51%;
}
@media (min-width: 669px) {
  .p-top__contents .contents_list .item a .text-box {
    padding: 0;
  }
}
.p-top__contents .contents_list .item a .text-box .item_name {
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 1.34;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  margin-bottom: 5%;
}
@media (min-width: 669px) {
  .p-top__contents .contents_list .item a .text-box .item_name {
    font-size: clamp(22px, 2.25vw, 38px);
    margin-bottom: 5%;
  }
}
.p-top__contents .contents_list .item a .text-box .item_name .jp {
  margin-top: 0.25em;
  font-size: 0.7em;
  letter-spacing: 0.2em;
}
.p-top__contents .contents_list .item a .text-box .more_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(11px, 1.2vw, 16px);
  line-height: 1;
  letter-spacing: 0.15em;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.1), 0px 0px 3px rgba(0, 0, 0, 0.1), 0px 0px 4px rgba(0, 0, 0, 0.1), 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 0px 6px rgba(0, 0, 0, 0.1), 0px 0px 7px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.1), 0px 0px 9px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 9px 17px 9px 17px;
  font-weight: 100;
  letter-spacing: 1px;
}
@media (min-width: 669px) {
  .p-top__contents .contents_list .item a .text-box .more_button {
    padding: 15px 25px 15px 30px;
  }
}
.p-top__contents .contents_list .item a .text-box .more_button .stickarrow {
  width: 18px;
  height: 6px;
  margin-left: 4px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(55deg);
  position: relative;
  bottom: 1px;
}
@media (min-width: 669px) {
  .p-top__contents .contents_list .item a .text-box .more_button .stickarrow {
    width: 30px;
    height: 8px;
  }
}
.p-top__infos {
  background-color: #fff;
  text-align: left;
}
.p-top__infos > section {
  padding: 60px 20px;
}
@media (min-width: 669px) {
  .p-top__infos > section {
    padding: 6% 4%;
    width: 100%;
  }
}
@media (min-width: 1199px) {
  .p-top__infos > section {
    width: 50%;
  }
}
@media (min-width: 1299px) {
  .p-top__infos > section {
    padding: 7% 5%;
    width: 50%;
  }
}
.p-top__infos > section .p-top__header em::first-letter {
  color: #b1927b;
}
.p-top__infos-titleSet {
  position: relative;
}
@media (min-width: 669px) {
  .p-top__infos-titleSet {
    max-width: 1500px;
    margin: 0 auto;
  }
}
.p-top__infos-rss {
  text-align: right;
  margin-top: 15px;
}
.p-top__infos-rss img {
  vertical-align: middle;
  margin-right: 10px;
}
.p-top__news .c-roundBtn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -35px;
}
@media (min-width: 669px) {
  .p-top__news .c-roundBtn {
    position: relative;
    top: auto;
    margin-top: 0;
  }
  .p-top__news .c-roundBtn a {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1499px) {
  .p-top__news .c-roundBtn a {
    width: 126px;
    height: 126px;
  }
}
.p-top__news .c-roundBtn a {
  border: 1px solid #b1927b;
  background-color: #fff;
}
.p-top__news .c-roundBtn a span svg {
  fill: #b1927b;
}
.p-top__blog {
  background-color: #ebebeb;
}
.p-top__blog .c-roundBtn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -35px;
}
@media (min-width: 669px) {
  .p-top__blog .c-roundBtn {
    position: relative;
    top: auto;
    margin-top: 0;
  }
  .p-top__blog .c-roundBtn a {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1499px) {
  .p-top__blog .c-roundBtn a {
    width: 126px;
    height: 126px;
  }
}
.p-top__blog .c-roundBtn a {
  background: rgb(148, 120, 90);
  background: linear-gradient(90deg, rgb(148, 120, 90) 0%, rgb(192, 169, 124) 100%);
}
.p-top__blog .c-roundBtn a span svg {
  fill: #fff;
}
.p-top__journal {
  text-align: left;
  background: rgb(148, 120, 90);
  background: linear-gradient(90deg, rgb(148, 120, 90) 0%, rgb(192, 169, 124) 100%);
  padding: 50px 20px 80px;
  color: #fff;
}
@media (min-width: 669px) {
  .p-top__journal {
    padding: 150px 40px 170px;
  }
}
.p-top__journal-item {
  border: 0 !important;
}
@media (min-width: 669px) {
  .p-top__journal-item {
    position: relative;
    width: 28%;
  }
  .p-top__journal-item::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: -14%;
    top: 0;
  }
  .p-top__journal-item:nth-child(3n)::after {
    display: none;
  }
  .p-top__journal-item:nth-child(-n+3) {
    padding-bottom: 50px;
  }
}
.p-top__journal-item-outer {
  position: relative;
  padding-left: 16.42%;
}
@media (min-width: 669px) {
  .p-top__journal-item-outer {
    padding: 0;
    max-width: 1500px;
    margin: 0 auto;
  }
}
.p-top__journal-items {
  margin: 0 !important;
  position: static;
}
@media (min-width: 669px) {
  .p-top__journal-items {
    gap: 0 8%;
  }
}
.p-top__journal-items .slick-dots {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top__journal-items .slick-dots li {
  margin: 0 0 10px;
  width: 3px;
  height: 30px;
  vertical-align: top;
}
.p-top__journal-items .slick-dots li:last-child {
  margin-bottom: 0;
}
.p-top__journal-items .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #000;
}
.p-top__journal-items .slick-dots button {
  width: 3px;
  height: 30px;
  padding: 0;
}
.p-top__journal-items .slick-dots button::before {
  content: "";
  width: 3px;
  height: 30px;
  opacity: 1;
  background-color: #fff;
}
.p-top__journal-item a {
  display: block;
  text-decoration: none;
  font-size: 0.875rem;
  position: relative;
  height: 100%;
}
.p-top__journal-item a:link, .p-top__journal-item a:active, .p-top__journal-item a:visited {
  color: #fff;
}
@media (min-width: 669px) {
  .p-top__journal-item a {
    height: 100%;
  }
}
.p-top__journal-item a figure {
  border-bottom: 1px solid #fff;
}
@media (min-width: 669px) {
  .p-top__journal-item a figure {
    border-bottom: 0;
  }
}
.p-top__journal-item a figure figcaption {
  padding: 15px 0;
}
.p-top__journal-item a span {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 28px;
  height: 5px;
  display: inline-block;
}
@media (min-width: 669px) {
  .p-top__journal-item a span {
    display: none;
  }
}
.p-top__journal-item a span svg {
  fill: #fff;
  vertical-align: top;
}
.p-top__journal .c-roundBtn {
  position: absolute;
  right: 0;
  top: 10px;
}
@media (min-width: 669px) {
  .p-top__journal .c-roundBtn {
    position: relative;
    top: auto;
  }
}
.p-top__journal .c-roundBtn a {
  border: 1px solid #b1927b;
  background-color: #fff;
}
.p-top__journal .c-roundBtn a span svg {
  fill: #b1927b;
}
.p-top__journal-titleSet {
  position: relative;
}
@media (min-width: 669px) {
  .p-top__journal-titleSet {
    gap: 60px;
    max-width: 1500px;
    margin: 0 auto;
    flex-wrap: nowrap;
  }
}
.p-top__housing {
  text-align: center;
  background-color: #e5e5e5;
  padding: 30px 15px;
}
@media (min-width: 669px) {
  .p-top__housing {
    padding: 80px 40px;
  }
}
.p-top__photo {
  text-align: center;
}
.p-top__photo img {
  width: 100%;
  opacity: 0;
}
.p-top__photo.photo01::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.webp .p-top__photo.photo01::before {
  background: url(../images/top/img_photo01_sp.webp) no-repeat right center/cover;
}
@media (min-width: 669px) {
  .webp .p-top__photo.photo01::before {
    background: #000 url(../images/top/img_photo01.webp) no-repeat right center/cover;
  }
}
.no-webp .p-top__photo.photo01::before {
  background: url(../images/top/img_photo01_sp.jpg) no-repeat right center/cover;
}
@media (min-width: 669px) {
  .no-webp .p-top__photo.photo01::before {
    background: #000 url(../images/top/img_photo01.jpg) no-repeat right center/cover;
  }
}
.p-top__instagram {
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 669px) {
  .p-top__instagram {
    padding: 0;
  }
}
.p-top__instagram > div {
  position: relative;
  padding: 30px 20px;
  margin: 0 auto 0 0;
  z-index: 1;
  position: relative;
}
@media (min-width: 669px) {
  .p-top__instagram > div {
    padding: 124px 40px;
  }
}
@media (min-width: 1399px) {
  .p-top__instagram > div {
    padding: 124px 0;
  }
}
.p-top__instagram > div::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/top/bg_insta_sp.jpg) no-repeat center center/cover;
}
@media (min-width: 669px) {
  .p-top__instagram > div::after {
    left: auto;
    right: 0;
    background: url(../images/top/bg_insta.jpg) no-repeat center center/cover;
  }
}
.p-top__instagram > div .p-top__header {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  position: relative;
}
@media (min-width: 669px) {
  .p-top__instagram > div .p-top__header {
    max-width: 1240px;
    margin: 0 auto 70px;
  }
}
.p-top__instagram > div .p-top__header em {
  margin-bottom: 0;
  letter-spacing: 0.1em;
}
@media (min-width: 669px) {
  .p-top__instagram > div .p-top__header em {
    font-size: clamp(2.5rem, 1.742rem + 3.24vw, 5.625rem) !important;
    margin-bottom: 20px;
  }
}
.p-top__instagram-btn {
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff !important;
  background: linear-gradient(90deg, rgb(148, 120, 90) 0%, rgb(192, 169, 124) 100%);
  padding: 0.5em 1.2em 0.5em 0.5em;
  line-height: 1;
  min-width: 5.5em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  transition: opacity 0.5s;
  text-decoration: none;
}
.p-top__instagram-btn:hover {
  text-decoration: none;
}
@media (min-width: 669px) {
  .p-top__instagram-btn {
    font-size: 15px;
    position: absolute;
    top: 19%;
    min-width: 6em;
    padding: 0.8em 2em;
  }
}
.p-top__instagram-btn::after {
  content: "";
  position: absolute;
  right: 2px;
  top: calc(50% - 0.7em);
  width: 1.4em;
  height: 1.4em;
  background: url(../images/common/icon_win.svg) no-repeat;
  background-size: contain;
  filter: invert(100%) sepia(24%) saturate(0%) hue-rotate(221deg) brightness(107%) contrast(100%);
  filter: brightness(0) invert(1);
}
@media (min-width: 669px) {
  .p-top__instagram-btn::after {
    top: calc(50% - 0.7em);
    right: 10px;
  }
}
.p-top__instagram .u-img {
  max-width: 1240px;
  margin: 1% auto;
}
.p-top__header {
  font-weight: normal;
  margin-bottom: 45px;
}
@media (min-width: 669px) {
  .p-top__header {
    margin-bottom: 85px;
  }
}
.p-top__header em.u-en {
  font-style: normal;
  font-size: clamp(2.5rem, 1.742rem + 3.24vw, 5.625rem);
  line-height: 1.2;
  display: inline-block;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}
@media (min-width: 669px) {
  .p-top__header em.u-en {
    margin-bottom: 20px;
    letter-spacing: 0.25em;
  }
}
.p-top__header em.u-en.sml {
  font-size: clamp(1.625rem, 1.2rem + 1.81vw, 3.375rem);
}
.p-top__header small {
  display: block;
  font-size: 1rem;
}
@media (min-width: 669px) {
  .p-top__header small {
    font-size: 1.1875rem;
    letter-spacing: 0.25em;
  }
}
.p-top__askogonaka {
  background-color: #e9e9e9;
  background: linear-gradient(90deg, rgb(243, 238, 219) 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 70%, rgb(243, 238, 219) 100%);
  padding: 35px 20px;
}
@media (min-width: 669px) {
  .p-top__askogonaka {
    padding: 60px 40px;
  }
}
.p-top__askogonaka a {
  display: inline-block;
  transition: all 0.2s;
}
.p-top__askogonaka a:hover {
  opacity: 0.8;
}

.c-roundBtn a {
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
@media (min-width: 669px) {
  .c-roundBtn a {
    width: 126px;
    height: 126px;
  }
}
.c-roundBtn a span {
  display: inline-block;
  width: 12px;
  height: 4px;
}
.c-roundBtn a span svg {
  vertical-align: top;
}
@media (min-width: 669px) {
  .c-roundBtn a span {
    width: 20px;
    height: 5px;
  }
}
.c-noteBox {
  background-color: #fff;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@media (min-width: 669px) {
  dl.t_info_update dd:last-child {
    margin-bottom: 0 !important;
  }
}
/*# sourceMappingURL=top.css.map */