@charset "UTF-8";
@import url("global.css");
body {
  --radius: 5px;
}

#header .header_logo {
  scale: 1;
}

.hamburger {
  border-color: #fff;
}

.is-scroll .hamburger {
  border-color: #D2CFCF;
}

#footer::before {
  display: none;
}

/* ------------------------------
 Top
------------------------------ */
#toparea {
  height: min(900px,calc(100vh - 70px));
  margin-bottom: 25px;
}
#toparea .topslide {
  display: flex;
  text-align: left;
  background-color: #fff;
}
#toparea .topslide .slidetext {
  flex-shrink: 0;
  box-sizing: border-box;
  width: calc(240px + (min(70px,5vw) * 2));
  align-content: end;
}
#toparea .topslide .slidetext .text {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 50px;
  display: flex;
  opacity: 0;
}
#toparea .topslide .slidetext .text .catch {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  display: inline-block;
  display: block;
  font-size: min(38px,2.8vw);
  letter-spacing: .16em;
  margin-left: 12px;
  line-height: 1.5;
}
#toparea .topslide .slidetext .text .sub {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  display: inline-block;
  display: block;
  font-size: min(1.4vw,17px);
  letter-spacing: .16em;
}
#toparea .topslide .slidetext .text .sub span {
  display: inline-block;
  background: linear-gradient(#8E8E8E 3px, transparent 3px) repeat-y top right/1px 6px;
  padding-right: 5px;
  margin-right: 10px;
}
#toparea .topslide .slideimage {
  flex-grow: 1;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}
#toparea .swiper-container {
  height: 100%;
}
#toparea .swiper-container .swiper-wrapper, #toparea .swiper-container .swiper-slide, #toparea .swiper-container .slide-img {
  height: 100%;
  position: relative;
}
#toparea .slide-img {
  opacity: 0;
}
#toparea .swiper-slide-active .slide-img,
#toparea .swiper-slide-duplicate-active .slide-img,
#toparea .swiper-slide-prev .slide-img {
  opacity: 1;
}
#toparea .swiper-slide-active .slide-img img,
#toparea .swiper-slide-duplicate-active .slide-img img,
#toparea .swiper-slide-prev .slide-img img {
  animation: zoomout 9s ease-in-out 0s 1;
  animation-fill-mode: both;
}
#toparea .swiper-slide-active .slidetext .text,
#toparea .swiper-slide-duplicate-active .slidetext .text {
  opacity: 1;
}
#toparea .swiper-slide-active .slidetext .text .catch .char,
#toparea .swiper-slide-duplicate-active .slidetext .text .catch .char {
  animation: fadein 0.7s var(--ease-in-quad) calc(var(--delay) * var(--index)) 1, topcatch 1.4s var(--ease-out-quart) calc(var(--delay) * var(--index)) 1;
  animation-fill-mode: both;
}
#toparea .swiper-slide-active .slidetext .text .sub,
#toparea .swiper-slide-duplicate-active .slidetext .text .sub {
  animation: topsub 1.2s ease-in-out .3s 1;
  animation-fill-mode: both;
}

@keyframes zoomout {
  0% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
@keyframes topcatch {
  0% {
    translate: 0 20px;
    scale: 1.2;
    filter: blur(10px);
  }
  100% {
    translate: 0;
    scale: 1;
    filter: none;
  }
}
@keyframes topsub {
  0% {
    translate: 0 30px;
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    translate: 0;
    opacity: 1;
    filter: none;
  }
}
/* ------------------------------
 News
------------------------------ */
#news {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 25px 25px 90px auto;
  gap: 28px;
}
#news .title {
  width: 100px;
  flex-shrink: 0;
}
#news .title h2 {
  background-color: #639A70;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
}
#news .title .link a {
  display: block;
  font-size: 12px;
  text-align: center;
}
#news .title .link a::after {
  content: "\f0da";
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
  font-size: 15px;
}
#news .news {
  max-width: 680px;
  box-sizing: border-box;
  padding-left: 5px;
  border-bottom: #D2CFCF 1px solid;
  flex-grow: 1;
  font-size: 15px;
  text-align: left;
}
#news .news a {
  display: block;
  padding-right: 30px;
  position: relative;
}
#news .news a::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  background: url("../img/arrow.png") no-repeat center center/14px auto;
  filter: brightness(0);
}
#news .news .item .inner {
  overflow: hidden;
  white-space: nowrap;
}
#news .news .item .inner .topic {
  width: fit-content;
}
#news .news .item .inner .topic p {
  animation: newsx 12s linear infinite both;
  display: flex;
  gap: 12px;
  padding-bottom: 10px;
}
#news .news .item .inner .topic p .date {
  color: #8E8E8E;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
}

@keyframes newsx {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  6% {
    transform: translateX(0);
  }
  97% {
    opacity: 1;
    transform: translateX(-100%);
  }
  98% {
    opacity: 0;
    transform: translateX(-100%);
  }
  99% {
    opacity: 0;
    transform: translateX(0%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
/* ------------------------------
 Concept
------------------------------ */
#concept {
  position: relative;
  padding-block: 155px 95px;
  margin-bottom: 160px;
}
#concept .main {
  position: relative;
  max-width: 460px;
  margin-left: calc(50% + 50px);
  z-index: 2;
}
#concept .main .title {
  position: relative;
  font-size: 15px;
}
#concept .main .title span {
  position: absolute;
  left: -105px;
  top: -70px;
  width: 120px;
}
#concept .main .title::after {
  content: "";
  width: 37px;
  height: 20px;
  display: inline-block;
  vertical-align: -2px;
  margin-left: 8px;
  background: url("../img/logomark.png") no-repeat left center/contain;
}
#concept .main .catch {
  font-size: clamp(22px, 3.5vw, 34px);
  line-height: 1.7;
  letter-spacing: .08em;
  margin-block: 10px 20px;
}
#concept .main .text {
  line-height: 2;
}
#concept .main .text p + p {
  margin-top: 1em;
}
#concept .main p:has(.linkbutton) {
  margin-top: 40px;
}
#concept .main p:has(.linkbutton) a.linkbutton {
  width: 240px;
}
#concept .image1 {
  position: absolute;
  top: 0;
  bottom: 10px;
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  overflow: hidden;
  width: calc(50% - 35px);
  z-index: 0;
}
#concept .image2 {
  position: absolute;
  top: 150px;
  bottom: 0;
  right: 0;
  width: calc( (100% - 1200px) / 2 );
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  z-index: 0;
}

/* ------------------------------
 Event
------------------------------ */
.titleblock {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.titleblock .sectitle {
  display: flex;
  gap: 12px;
  align-items: center;
}
.titleblock .sectitle::before {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
}
.titleblock .sectitle br {
  display: none;
}

#event {
  background: url("../img/bg_event.png") no-repeat center bottom/cover;
  padding-bottom: clamp(190px, 20vw, 300px);
}
#event .titleblock {
  margin-bottom: 40px;
}
#event .sectitle {
  font-size: clamp(21px, 3vw, 28px);
}
#event .sectitle::before {
  background: url("../img/title_event.png") no-repeat center center/contain;
}
#event .event {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: min(54px,3.5vw);
}
#event .event li {
  display: contents;
}
#event .event li.end a .image img {
  filter: grayscale(0.7) !important;
}
#event .event li.end a .image::before {
  opacity: 0.5 !important;
  background-color: #1D1D1D;
}
#event .event li.end a .image::after {
  content: "イベント終了";
  background: url("../img/end.png") no-repeat center 40%/180px auto;
  opacity: 1;
  translate: none !important;
}
#event .event li a {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 5;
  line-height: 1.5;
  overflow: hidden;
}
@media (any-hover: hover) {
  #event .event li a:hover .image img {
    filter: brightness(1.5);
  }
  #event .event li a:hover .image::before {
    opacity: .7;
  }
  #event .event li a:hover .image::after {
    opacity: 1;
    translate: 0;
  }
}
#event .event li a .image {
  aspect-ratio: 3 / 2;
  position: relative;
}
#event .event li a .image img {
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  border-radius: var(--radius);
}
#event .event li a .image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #639A70;
  border-radius: var(--radius);
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  opacity: 0;
}
#event .event li a .image::after {
  content: "このイベントを見る";
  color: #fff;
  position: absolute;
  inset: 0;
  text-align: center;
  align-content: center;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  z-index: 2;
  opacity: 0;
  translate: 0 10px;
}
#event .event li a .cat {
  position: relative;
  z-index: 3;
  height: 28px;
  margin: -13px 0 15px 15px;
}
#event .event li a .cat p {
  box-sizing: border-box;
  height: 28px;
  align-content: center;
  padding-inline: 20px;
  border: #1D1D1D 1px solid;
  border-radius: 100px;
  background-color: #fff;
  font-size: 14px;
  width: fit-content;
}
#event .event li a .entrytitle {
  position: relative;
  margin-bottom: 10px;
}
#event .event li a .entrytitle h3 {
  font-size: min(18px,1.7vw);
  font-weight: 700;
}
#event .event li a .entrytitle .staff {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
#event .event li a dl {
  font-size: 13px;
  display: flex;
  align-items: flex-start;
}
#event .event li a dl dt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
#event .event li a dl dt::before {
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  vertical-align: middle;
  line-height: 1;
  width: 13px;
  margin-right: 5px;
  flex-shrink: 0;
  text-align: center;
}
#event .event li a dl dt::after {
  content: "：";
}
#event .event li a .date {
  margin-bottom: 5px;
}
#event .event li a .date dt::before {
  content: "\f017";
  font-weight: 400;
}
#event .event li a .place dt::before {
  content: "\f3c5";
}

/* ------------------------------
 lineup
------------------------------ */
.sectitle2 {
  text-align: center;
}
.sectitle2 .title {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  font-size: clamp(25px, 3.8vw, 38px);
}
.sectitle2 .title::before, .sectitle2 .title::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/dot4.png") no-repeat center center/contain;
  margin-top: 8px;
}
.sectitle2 .sub {
  font-size: 18px;
}
.sectitle2 .sub br {
  display: none;
}

#lineup {
  background: #F1F0E7 url("../img/bg.png") repeat center center/424px auto;
  padding-top: 130px;
}
#lineup .sectitle2 .sub {
  color: #639A70;
}
#lineup .section {
  padding-block: 90px;
  box-sizing: border-box;
  height: 100vh;
  position: sticky;
  top: 0;
}
#lineup .section:nth-of-type(even) {
  background: #fff;
}
#lineup .section:last-of-type {
  background: #F1F0E7 url("../img/bg.png") repeat center center/424px auto;
}
#lineup .section .image {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 30px;
}
#lineup .section .main {
  display: flex;
  justify-content: space-between;
}
#lineup .section .main .title {
  display: flex;
  align-items: center;
  line-height: 1.4;
  gap: 15px;
}
#lineup .section .main .title::before {
  content: "";
  width: 72px;
  min-height: 72px;
  display: block;
}
#lineup .section .main .title span {
  display: block;
}
#lineup .section .main .title .en {
  color: #639A70;
  letter-spacing: .1em;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(9px, 1.7vw, 14px);
}
#lineup .section .main .title .ja {
  font-size: clamp(22px, 4vw, 33px);
}
#lineup .section .main .body {
  display: flex;
  padding-top: 5px;
  gap: 40px;
}
#lineup .section .main .body .text {
  max-width: 480px;
}
#lineup .section .main .body p:has(.linkbutton) {
  margin-top: 5px;
}
#lineup .section#order .main .title::before {
  background: url("../img/title_order.png") no-repeat center center/contain;
}
#lineup .section#readybuilt .main .title::before {
  background: url("../img/title_ready.png") no-repeat center center/contain;
}
#lineup .section#reform .main .title::before {
  background: url("../img/title_reform.png") no-repeat center center/contain;
}

/* ------------------------------
 kodawari
------------------------------ */
#kodawari {
  position: relative;
  padding-block: 100px;
  margin-bottom: 120px;
  color: #fff;
}
#kodawari .bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#kodawari .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #2a2a2a;
  opacity: .7;
  mix-blend-mode: multiply;
}
#kodawari .wrapper {
  max-width: 1800px;
  padding-inline: max(50px,6vw);
  position: relative;
  z-index: 2;
}
#kodawari .sectitle2 {
  color: #fff;
  margin-bottom: 50px;
}
#kodawari .sectitle2 .title::before, #kodawari .sectitle2 .title::after {
  filter: brightness(0) invert(1);
}
#kodawari ul.kodawari {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: min(60px,3.5vw);
  margin-top: 50px;
}
#kodawari ul.kodawari li {
  display: contents;
}
#kodawari ul.kodawari li a {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
  line-height: 1.5;
  overflow: hidden;
}
@media (any-hover: hover) {
  #kodawari ul.kodawari li a:hover .image img {
    filter: brightness(1.2);
  }
  #kodawari ul.kodawari li a:hover .title::before {
    translate: 0 10px;
  }
}
#kodawari ul.kodawari li a .image {
  /*aspect-ratio: 3 / 2;*/
  position: relative;
  padding: 22px;
  background-color: #fff;
  border-radius: var(--radius);
  margin-bottom: 35px;
}
#kodawari ul.kodawari li a .image img {
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  border-radius: calc(var(--radius) - 1px);
}
#kodawari ul.kodawari li a .title {
  position: relative;
  padding-right: 50px;
  align-items: flex-start;
  gap: 5px 0;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
#kodawari ul.kodawari li a .title::before {
  content: "";
  width: 46px;
  height: 32px;
  background: #639A70 url("../img/arrow.png") no-repeat center center/14px auto;
  border-radius: 100px;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  position: absolute;
  top: -5px;
  right: 0;
}
#kodawari ul.kodawari li a .title h3 {
  display: flex;
  gap: 5px;
  margin: -9px 0 0 -15px;
  font-size: min(26px,2.5vw);
}
#kodawari ul.kodawari li a .title h3::before {
  content: "［";
}
#kodawari ul.kodawari li a .title h3::after {
  content: "］";
}
#kodawari ul.kodawari li a .title p {
  display: flex;
  gap: 3px;
  align-items: center;
}
#kodawari ul.kodawari li a .title p::before, #kodawari ul.kodawari li a .title p::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #fff;
  display: block;
}
#kodawari ul.kodawari li a .text {
  font-size: 13px;
  font-weight: 400;
}
#kodawari .ultimate {
  margin: 70px auto 0;
  max-width: 860px;
  padding: 8px;
  background-color: #fff;
  border-radius: var(--radius);
}
#kodawari .ultimate a {
  display: flex;
  border-radius: var(--radius);
  overflow: hidden;
  height: 200px;
}
@media (any-hover: hover) {
  #kodawari .ultimate a:hover .main .image::before {
    opacity: .5;
  }
}
#kodawari .ultimate a .title {
  width: 32%;
  background-color: #4C4949;
  text-align: center;
  align-content: center;
  box-sizing: border-box;
  padding-inline: 60px;
}
#kodawari .ultimate a .title span {
  display: block;
  max-width: 150px;
}
#kodawari .ultimate a .main {
  position: relative;
  flex-grow: 1;
  text-align: center;
  align-content: center;
}
#kodawari .ultimate a .main .image {
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#kodawari .ultimate a .main .image::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: #1D1D1D;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#kodawari .ultimate a .main dl {
  position: relative;
  z-index: 1;
  padding-inline: 60px;
}
#kodawari .ultimate a .main dl dt {
  max-width: 420px;
  margin-bottom: 15px;
}
#kodawari .ultimate a .main dl dd {
  font-size: 15px;
}
#kodawari .ultimate a .main dl dd small {
  display: block;
  font-size: 80%;
  padding-top: 3px;
}

/* ------------------------------
 tateuri
------------------------------ */
#tateuri {
  text-align: left;
}
#tateuri .slider {
  position: relative;
}
#tateuri .tateurititle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(calc(20% - 230px),0px);
  height: 100%;
  z-index: 2;
  background-color: #fff;
  width: 230px;
}
#tateuri .tateurititle .sectitle::before {
  content: "";
  width: 72px;
  height: 72px;
  background: url("../img/title_tateuriinfo.png") no-repeat center center/contain;
  display: block;
  margin: 0 auto 10px;
}
#tateuri .tateurititle .sectitle .title {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 10px;
}
#tateuri .tateurititle .sectitle .title h2 {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  display: inline-block;
  font-size: clamp(24px, 3.5vw, 38px);
}
#tateuri .tateurititle .sectitle .title h2 br {
  display: none;
}
#tateuri .tateurititle .sectitle .title p {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  display: inline-block;
}
#tateuri .list {
  margin-bottom: 30px;
}
#tateuri .list .item {
  margin-right: 30px;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#tateuri .list .item a {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
@media (any-hover: hover) {
  #tateuri .list .item a:hover .image img {
    filter: brightness(1.5);
  }
  #tateuri .list .item a:hover .image::before {
    opacity: .7;
  }
  #tateuri .list .item a:hover .image::after {
    opacity: 1;
    translate: 0;
  }
}
#tateuri .list .item a .image {
  aspect-ratio: 3 / 2;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
#tateuri .list .item a .image img {
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  border-radius: var(--radius);
}
#tateuri .list .item a .image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #1D1D1D;
  border-radius: var(--radius);
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  opacity: 0;
}
#tateuri .list .item a .image::after {
  content: "この物件を見る";
  color: #fff;
  position: absolute;
  inset: 0;
  text-align: center;
  align-content: center;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  z-index: 2;
  opacity: 0;
  translate: 0 10px;
}
#tateuri .list .item a .image .status {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #8E8E8E;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px 8px;
  border-top-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
#tateuri .list .item a .image .status.bfconst {
  background-color: #7D6E67;
}
#tateuri .list .item a .image .status.udconst {
  background-color: #586B56;
}
#tateuri .list .item a .image .status.complet {
  background-color: #E66E6E;
}
#tateuri .list .item a .entrytitle {
  font-size: clamp(14px, 2.2vw, 19px);
  margin-bottom: 5px;
}
#tateuri .list .item a .sub {
  font-size: 14px;
  margin-bottom: 10px;
}
#tateuri .list .item a .place {
  margin-top: auto;
  background-color: #f6f6f6;
  padding: 15px 15px 15px 40px;
  border-radius: 3px;
  font-size: 14px;
  position: relative;
}
#tateuri .list .item a .place::before {
  content: "\f3c5";
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  top: 14px;
  left: 18px;
}
#tateuri .slick-list {
  padding-inline: 20% !important;
}
#tateuri .slick-list .slick-track {
  display: flex;
  align-items: stretch;
}
#tateuri .slick-list .slick-track .slick-slide {
  float: none;
  height: auto;
}
#tateuri .linkbutton {
  margin-left: auto;
  width: 180px;
}
#tateuri .estatebanner {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}
#tateuri .estatebanner li {
  flex: 1;
}
#tateuri .estatebanner li a {
  display: block;
  border-radius: 3px;
  text-align: center;
  padding: 35px 40px;
}
#tateuri .estatebanner li a span {
  display: block;
  max-width: 510px;
  margin-inline: auto;
}
#tateuri .estatebanner li.estate a {
  background-color: #EDE9DD;
}
#tateuri .estatebanner li.land a {
  background-color: #E4EEE6;
}

/* ------------------------------
 office
------------------------------ */
#office {
  margin-block: -10px 110px;
}
#office::before {
  content: "";
  display: block;
  min-height: 100px;
  aspect-ratio: 64 / 9;
  background: url("../img/office_top.png") no-repeat right bottom/cover;
}
#office .office {
  background: #586B56 url("../img/office_bg.png") no-repeat 11% bottom/18% auto;
  padding-block: 130px 40px;
}
#office .main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 100px;
  color: #fff;
}
#office .main .sectitle {
  flex-shrink: 0;
  margin-left: -20px;
}
#office .main .sectitle::before {
  content: "";
  width: 80px;
  height: 44px;
  background: url("../img/logomark.png") no-repeat center center/contain;
  display: block;
  margin: 0 auto 25px;
  filter: brightness(0) invert(1);
}
#office .main .sectitle .title {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 10px;
}
#office .main .sectitle .title h2 {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  display: inline-block;
  font-size: clamp(24px, 3.5vw, 38px);
}
#office .main .sectitle .title p {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  display: inline-block;
}
#office .main ul.list {
  width: 824px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: min(68px,5vw);
  margin-top: 10px;
}
#office .main ul.list li {
  display: contents;
}
#office .main ul.list li a {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
  line-height: 1.5;
  overflow: hidden;
  margin-bottom: 60px;
}
@media (any-hover: hover) {
  #office .main ul.list li a:hover .image img {
    filter: brightness(1.5);
  }
  #office .main ul.list li a:hover .image::before {
    opacity: .7;
  }
  #office .main ul.list li a:hover .image::after {
    opacity: 1;
    translate: 0;
  }
}
#office .main ul.list li a .image {
  aspect-ratio: 8 / 5;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
#office .main ul.list li a .image img {
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  border-radius: var(--radius);
}
#office .main ul.list li a .image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #1D1D1D;
  border-radius: var(--radius);
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  opacity: 0;
}
#office .main ul.list li a .image::after {
  content: "詳しく見る";
  color: #fff;
  position: absolute;
  inset: 0;
  text-align: center;
  align-content: center;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  z-index: 2;
  opacity: 0;
  translate: 0 10px;
}
#office .main ul.list li a .title {
  margin-bottom: 2px;
  font-size: 18px;
}
#office .main ul.list li a .title span {
  display: flex;
  font-size: 14px;
  gap: 3px;
  margin-left: -5px;
}
#office .main ul.list li a .title span::before {
  content: "［";
}
#office .main ul.list li a .title span::after {
  content: "］";
}
#office .main ul.list li a .add {
  font-size: 14px;
  position: relative;
  padding-left: 18px;
  word-break: keep-all;
}
#office .main ul.list li a .add::before {
  content: "\f3c5";
  font-size: 15px;
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}

/* ------------------------------
 nenne
------------------------------ */
#nenne {
  margin-bottom: 130px;
}
#nenne a {
  display: block;
  padding-block: 58px 28px;
  position: relative;
  background-color: #F1F0E7;
  border-radius: var(--radius);
}
@media (any-hover: hover) {
  #nenne a:hover .linkbutton {
    translate: 10px 0;
  }
  #nenne a:hover .bg {
    filter: brightness(1.2);
  }
  #nenne a:hover .photo1 {
    rotate: -3deg;
  }
  #nenne a:hover .photo2 {
    rotate: 4deg;
  }
}
#nenne .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 51%;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#nenne .bg img.objectfit {
  object-position: right top;
}
#nenne .main {
  text-align: center;
  width: 49%;
  box-sizing: border-box;
  padding-inline: 28px;
  margin-left: auto;
}
#nenne .main .title {
  max-width: 375px;
  margin: 0 auto 10px;
}
#nenne .main .add {
  background-color: #fff;
  border-radius: 100px;
  max-width: 380px;
  font-size: 14px;
  margin: 0 auto 15px;
  padding: 3px;
}
#nenne .main .add::before {
  content: "\f3c5";
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  display: inline-block;
  margin-right: 3px;
  vertical-align: 1px;
}
#nenne .main .text {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 25px;
}
#nenne .main .linkbutton {
  margin-left: auto;
  text-align: left;
  font-size: 12px;
  height: 40px;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#nenne .main .linkbutton::after {
  content: "\f35d";
  font-family: 'Font Awesome 6 free','Font Awesome 6 Brands';
  font-weight: 900;
  background: none;
  width: auto;
  height: auto;
}
#nenne .main .linkbutton:hover {
  pointer-events: none;
}
#nenne .photo {
  position: absolute;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#nenne .photo.photo1 {
  width: 18%;
  top: -32px;
  left: 20px;
}
#nenne .photo.photo2 {
  width: 20%;
  right: 50%;
  bottom: -35px;
  margin-right: -60px;
}

/* ------------------------------
 works
------------------------------ */
.sectitle3 {
  display: flex;
  gap: 20px;
}
.sectitle3::before {
  content: "";
  width: 72px;
  height: 72px;
  display: block;
}
.sectitle3 .title {
  line-height: 1;
}
.sectitle3 .title span {
  display: block;
  padding-bottom: 14px;
  font-size: clamp(24px, 3.2vw, 36px);
}

#works {
  margin-bottom: 100px;
}
#works .sectitle3::before {
  background: url("../img/title_event.png") no-repeat center center/contain;
}
#works .list {
  margin-top: 40px;
}
#works .list .item {
  margin-inline: 15px;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
}
#works .list .item a {
  display: block;
  line-height: 1.5;
  overflow: hidden;
  border-radius: var(--radius);
  text-align: right;
  color: #fff;
  position: relative;
}
@media (any-hover: hover) {
  #works .list .item a:hover .image img {
    filter: brightness(1.5);
  }
  #works .list .item a:hover .image::before {
    opacity: .7;
  }
  #works .list .item a:hover .image::after {
    opacity: 1;
    translate: 0;
  }
}
#works .list .item a .image {
  aspect-ratio: 21 / 20;
  position: relative;
  overflow: hidden;
}
#works .list .item a .image img {
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  border-radius: var(--radius);
}
#works .list .item a .image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #1D1D1D;
  border-radius: var(--radius);
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  opacity: 0;
}
#works .list .item a .image::after {
  content: "この家を見る";
  color: #fff;
  position: absolute;
  inset: 0;
  text-align: center;
  align-content: center;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  z-index: 2;
  opacity: 0;
  translate: 0 10px;
}
#works .list .item a .title {
  position: absolute;
  right: 5%;
  bottom: 4.5%;
  z-index: 2;
}
#works .list .item a .title .entrytitle {
  font-size: 18px;
}
#works .list .item a .title .cat {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 8px;
}
#works .list .item a .title .cat span {
  display: block;
  font-size: 11px;
}
#works .list .item a .title .cat span::before {
  content: "#";
  padding-right: 2px;
}

/* ------------------------------
 company
------------------------------ */
#company {
  position: relative;
  padding-bottom: 110px;
}
#company::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: min(500px,30vw);
  left: 0;
  right: 0;
  bottom: 0;
  background: #F1F0E7 url("../img/bg.png") repeat center center/424px auto;
}
#company .mainimage {
  margin: 0 4.4vw 55px;
  border-radius: var(--radius);
  overflow: hidden;
}
#company .titleblock {
  align-items: flex-start;
  gap: 50px;
}
#company .sectitle3 {
  flex-shrink: 0;
}
#company .sectitle3::before {
  background: url("../img/title_company.png") no-repeat center center/contain;
}
#company .main {
  width: 620px;
}
#company .main .catch {
  margin-bottom: 20px;
}
#company .main .text {
  font-size: 15px;
}
#company .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 40px;
}
#company .buttons .linkbutton {
  width: 180px;
}

#blog {
  margin-top: 45px;
}
#blog .sectitle {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 25px;
}
#blog .sectitle .title {
  display: block;
  width: 220px;
}
#blog .sectitle .sub {
  font-size: 14px;
}
#blog .sectitle::after {
  content: "";
  height: 1px;
  width: auto;
  background-color: #D2CFCF;
  flex-grow: 1;
}
#blog ul.bloglist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: min(26px,2vw);
}
#blog ul.bloglist li {
  display: contents;
}
#blog ul.bloglist li a {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
  height: 100%;
  line-height: 1.5;
  overflow: hidden;
}
@media (any-hover: hover) {
  #blog ul.bloglist li a:hover .image img {
    filter: brightness(1.5);
  }
  #blog ul.bloglist li a:hover .image::before {
    opacity: .7;
  }
  #blog ul.bloglist li a:hover .image::after {
    opacity: 1;
    translate: 0;
  }
}
#blog ul.bloglist li a .image {
  aspect-ratio: 3 / 2;
  position: relative;
  margin-bottom: 20px;
}
#blog ul.bloglist li a .image img {
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  border-radius: var(--radius);
}
#blog ul.bloglist li a .image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #639A70;
  border-radius: var(--radius);
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  opacity: 0;
}
#blog ul.bloglist li a .image::after {
  content: "この記事を読む";
  color: #fff;
  position: absolute;
  inset: 0;
  text-align: center;
  align-content: center;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  z-index: 2;
  opacity: 0;
  translate: 0 10px;
}
#blog ul.bloglist li a .entrytitle {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
#blog ul.bloglist li a .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
#blog ul.bloglist li a .sub .date {
  color: #8E8E8E;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
}
#blog ul.bloglist li a .sub .author {
  display: flex;
  align-items: center;
  gap: 10px;
}
#blog ul.bloglist li a .sub .author span {
  display: block;
  width: 38px;
  height: 38px;
}
#blog ul.bloglist li a .sub .author span img {
  border-radius: 50%;
  overflow: hidden;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   lineup
  ------------------------------ */
  #lineup .section .main {
    align-items: flex-start;
  }
  #lineup .section .main .body {
    display: block;
    padding-top: 0;
  }
  #lineup .section .main .body p:has(.linkbutton) {
    margin-top: 20px;
  }
  #lineup .section .main .body p:has(.linkbutton) .linkbutton {
    margin-left: auto;
  }

  /* ------------------------------
   kodawari
  ------------------------------ */
  #kodawari ul.kodawari li a .title {
    display: block;
  }
  #kodawari ul.kodawari li a .title h3 {
    margin: -7px 0 5px -15px;
  }
  #kodawari ul.kodawari li a .title p {
    margin-right: -50px;
  }

  /* ------------------------------
   tateuri
  ------------------------------ */
  #tateuri .tateurititle {
    left: 0;
    width: 200px;
  }
  #tateuri .slick-list {
    padding-inline: 200px !important;
  }

  /* ------------------------------
   nenne
  ------------------------------ */
  #nenne .main .text {
    text-align: left;
    padding-inline: 20px;
  }
  #nenne .main .text br {
    display: none;
  }

  /* ------------------------------
   company
  ------------------------------ */
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .hamburger {
    border-color: #D2CFCF;
  }

  /* ------------------------------
   Top
  ------------------------------ */
  #toparea {
    height: auto;
    padding-top: 200px;
    margin-bottom: 25px;
  }
  #toparea .topslide {
    display: block;
  }
  #toparea .topslide .slidetext {
    height: 285px;
    width: 100%;
    align-content: start;
    position: relative;
    z-index: 2;
  }
  #toparea .topslide .slidetext .text {
    margin: 0 5vw 0 auto;
    display: flex;
  }
  #toparea .topslide .slidetext .text .catch {
    font-size: min(38px,7.5vw);
    margin-left: 12px;
  }
  #toparea .topslide .slidetext .text .sub {
    font-size: min(3.2vw,17px);
  }
  #toparea .topslide .slideimage {
    border-radius: 0;
    aspect-ratio: 3 / 2;
  }

  /* ------------------------------
   News
  ------------------------------ */
  #news {
    margin: 25px 3vw 80px;
    gap: 15px;
  }
  #news .title {
    width: 75px;
  }
  #news .title .link a {
    font-size: 11px;
  }
  #news .news {
    width: calc( 100% - 75px - 15px );
    font-size: 14px;
  }

  /* ------------------------------
   Concept
  ------------------------------ */
  #concept {
    padding-block: 0 11vw;
    margin-bottom: 80px;
  }
  #concept .main {
    max-width: none;
    margin: 0 0 40px 0;
  }
  #concept .main .title {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  #concept .main .title span {
    position: static;
    display: block;
    width: 70px;
    margin: 0 10px 0 -5px;
  }
  #concept .main .title::after {
    width: 32px;
    height: 17px;
    margin: 0 0 3px 6px;
  }
  #concept .main p:has(.linkbutton) {
    margin-top: 20px;
  }
  #concept .main p:has(.linkbutton) a.linkbutton {
    width: 160px;
    margin-left: auto;
  }
  #concept .image1 {
    position: static;
    width: calc(100% - 7vw);
    aspect-ratio: 20 / 13;
  }
  #concept .image2 {
    top: auto;
    bottom: 0;
    right: 0;
    width: 28%;
    aspect-ratio: 2 / 3;
  }

  /* ------------------------------
   Event
  ------------------------------ */
  #event {
    background: url("../img/bg_event.png") no-repeat center bottom/auto 500px;
  }
  #event .event {
    display: block;
  }
  #event .event li {
    display: block;
  }
  #event .event li:nth-child(n+3) {
    display: none;
  }
  #event .event li + li {
    margin-top: 60px;
  }
  #event .event li a {
    display: block;
  }
  #event .event li a .entrytitle {
    margin-bottom: 18px;
  }
  #event .event li a .entrytitle h3 {
    font-size: min(18px,4.7vw);
  }

  /* ------------------------------
   lineup
  ------------------------------ */
  .sectitle2 .title {
    gap: 20px;
  }
  .sectitle2 .title::before, .sectitle2 .title::after {
    width: 20px;
    height: 20px;
    margin-top: 4px;
  }
  .sectitle2 .sub {
    font-size: 16px;
  }

  #lineup {
    padding-top: 70px;
  }
  #lineup .section {
    padding-block: 90px;
    height: 100vh;
  }
  #lineup .section .image {
    margin-bottom: 30px;
    aspect-ratio: 2.1 / 1;
  }
  #lineup .section .image img.objectfit {
    object-position: 60% center;
  }
  #lineup .section .main {
    display: block;
  }
  #lineup .section .main .title {
    margin-bottom: 20px;
  }
  #lineup .section .main .title::before {
    width: 60px;
    min-height: 60px;
  }
  #lineup .section .main .title .en {
    padding-left: 2px;
  }
  #lineup .section .main .body .text {
    max-width: none;
  }

  /* ------------------------------
   kodawari
  ------------------------------ */
  #kodawari {
    padding-block: 70px;
    margin-bottom: 80px;
  }
  #kodawari .wrapper {
    padding-inline: 5vw;
  }
  #kodawari .sectitle2 {
    margin-bottom: 50px;
  }
  #kodawari ul.kodawari {
    display: block;
    margin-top: 0;
  }
  #kodawari ul.kodawari li {
    display: block;
    margin-top: 60px;
  }
  #kodawari ul.kodawari li a {
    display: block;
  }
  #kodawari ul.kodawari li a .image {
    padding: 20px;
    margin-bottom: 30px;
  }
  #kodawari ul.kodawari li a .title {
    padding-right: 50px;
    display: flex;
    margin-bottom: 12px;
  }
  #kodawari ul.kodawari li a .title h3 {
    margin: -10px 0 0 -13px;
    font-size: min(26px,5.2vw);
  }
  #kodawari ul.kodawari li a .title p {
    gap: 5px;
  }
  #kodawari ul.kodawari li a .title p::before, #kodawari ul.kodawari li a .title p::after {
    margin-top: 4px;
  }
  #kodawari ul.kodawari li a .text {
    font-size: 14px;
  }
  #kodawari .ultimate a .title {
    padding-inline: 7%;
  }

  /* ------------------------------
   tateuri
  ------------------------------ */
  #tateuri {
    text-align: left;
  }
  #tateuri .slider {
    position: relative;
  }
  #tateuri .tateurititle {
    width: 160px;
  }
  #tateuri .slick-list {
    padding-inline: 160px !important;
  }
  #tateuri .estatebanner li a {
    padding: 35px 3vw;
  }

  /* ------------------------------
   office
  ------------------------------ */
  #office {
    margin-block: 30px 90px;
  }
  #office::before {
    height: 100px;
    aspect-ratio: inherit;
  }
  #office .office {
    background: #586B56 url("../img/office_bg.png") no-repeat 6% bottom/150px auto;
    padding-block: 100px 40px;
  }
  #office .main {
    column-gap: 10vw;
  }
  #office .main .sectitle {
    margin-left: 0;
  }
  #office .main .sectitle::before {
    width: 66px;
    height: 40px;
    margin: 0 auto 20px;
  }
  #office .main ul.list {
    width: auto;
  }
  #office .main ul.list li a {
    margin-bottom: 50px;
  }
  #office .main ul.list li a .title {
    font-size: 16px;
  }
  #office .main ul.list li a .title span {
    font-size: 13px;
  }
  #office .main ul.list li a .add {
    font-size: 13px;
    padding-left: 15px;
  }
  #office .main ul.list li a .add::before {
    font-size: 14px;
  }

  /* ------------------------------
   nenne
  ------------------------------ */
  #nenne {
    margin-bottom: 100px;
  }
  #nenne a {
    padding-block: 80px 28px;
  }
  #nenne .bg {
    top: 0;
    left: auto;
    right: 0;
    height: 220px;
    width: auto;
  }
  #nenne .main {
    text-align: center;
    width: auto;
    padding-inline: 5vw;
    margin-left: 0;
  }
  #nenne .main .title {
    max-width: 340px;
    margin: 0 0 15px;
  }
  #nenne .main .add {
    max-width: 340px;
    margin: 0 0 30px;
  }
  #nenne .main .text {
    margin-bottom: 20px;
    padding-inline: 10px;
  }
  #nenne .main .linkbutton {
    width: 140px;
  }
  #nenne .photo.photo1 {
    width: 140px;
    top: -32px;
    left: 20px;
  }
  #nenne .photo.photo2 {
    width: 120px;
    right: 25px;
    top: 160px;
    bottom: auto;
    margin: 0;
  }

  /* ------------------------------
   works
  ------------------------------ */
  .sectitle3 {
    align-items: center;
  }
  .sectitle3::before {
    width: 62px;
    height: 62px;
  }

  #works {
    margin-bottom: 100px;
  }
  #works .list .item {
    margin-inline: 1.5vw;
  }
  #works .list .item a .image::before {
    opacity: .3;
  }
  #works .list .item a .title .entrytitle {
    font-size: 17px;
  }

  /* ------------------------------
   company
  ------------------------------ */
  #company {
    padding-bottom: 90px;
  }
  #company::before {
    top: 20vw;
  }
  #company .mainimage {
    margin: 0 5vw 40px;
    height: auto;
  }
  #company .titleblock {
    display: block;
  }
  #company .main {
    margin-top: 40px;
    width: auto;
  }
  #company .buttons {
    margin-top: 30px;
  }
  #company .buttons .linkbutton {
    width: 160px;
  }

  #blog {
    margin-top: 60px;
  }
  #blog .sectitle {
    margin-bottom: 0;
  }
  #blog ul.bloglist {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5vw;
  }
  #blog ul.bloglist li a {
    margin-top: 40px;
  }
  #blog ul.bloglist li a .entrytitle {
    margin-bottom: 10px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  body {
    --radius: 3px;
  }

  #header {
    height: 10px;
  }

  /* ------------------------------
   Top
  ------------------------------ */
  #toparea {
    padding-top: 150px;
    margin-bottom: 15px;
  }
  #toparea .topslide .slidetext {
    height: calc(31vw + 90px);
  }
  #toparea .topslide .slideimage {
    aspect-ratio: 4 / 3;
  }

  /* ------------------------------
   News
  ------------------------------ */
  #news {
    margin: 15px 3vw 45px;
    gap: 15px;
  }
  #news .title {
    width: 75px;
  }
  #news .title h2 {
    margin-bottom: 4px;
    font-size: 13px;
  }
  #news .title .link a {
    font-size: 11px;
  }
  #news .title .link a::after {
    margin-left: 3px;
    font-size: 13px;
  }
  #news .news {
    padding-left: 2px;
    font-size: 12px;
  }
  #news .news a {
    padding-right: 24px;
  }
  #news .news a::after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: url("../img/arrow.png") no-repeat center center/12px auto;
  }
  #news .news .item .inner .topic p {
    gap: 10px;
    padding-bottom: 8px;
  }
  #news .news .item .inner .topic p .date {
    font-size: 11px;
    margin-top: 2px;
  }

  /* ------------------------------
   Concept
  ------------------------------ */
  #concept {
    margin-bottom: 50px;
  }
  #concept .main {
    margin: 0 0 40px 0;
  }
  #concept .main .title {
    font-size: 13px;
  }
  #concept .main .title span {
    width: 62px;
    margin: 0 8px 0 -5px;
  }
  #concept .main .catch {
    margin-block: 10px 15px;
  }
  #concept .main .text {
    line-height: 1.9;
  }
  #concept .main p:has(.linkbutton) {
    margin-top: 20px;
  }
  #concept .main p:has(.linkbutton) a.linkbutton {
    width: 110px;
  }

  /* ------------------------------
   Event
  ------------------------------ */
  .titleblock {
    align-items: center;
  }
  .titleblock .sectitle {
    line-height: 1.3;
  }
  .titleblock .sectitle::before {
    width: 40px;
    height: 40px;
  }
  .titleblock .sectitle br {
    display: inline;
  }

  #event {
    background: url("../img/bg_event.png") no-repeat center bottom/auto 450px;
  }
  #event .titleblock {
    margin-bottom: 30px;
  }
  #event .event li + li {
    margin-top: 50px;
  }
  #event .event li.end a .image::after {
    font-size: 15px;
  }
  #event .event li a .cat {
    height: 26px;
    margin: -13px 0 8px 10px;
  }
  #event .event li a .cat p {
    height: 24px;
    font-size: 11px;
  }
  #event .event li a .entrytitle {
    padding-right: 0;
  }
  #event .event li a .entrytitle .staff {
    width: 42px;
    height: 42px;
    top: auto;
    bottom: -57px;
  }
  #event .event li a dl {
    font-size: 12px;
  }
  #event .event li a dl dt::before {
    width: 12px;
    margin-right: 4px;
  }

  /* ------------------------------
   lineup
  ------------------------------ */
  .sectitle2 .title {
    gap: 15px;
  }
  .sectitle2 .title::before, .sectitle2 .title::after {
    width: 16px;
    height: 16px;
    margin-top: 4px;
  }
  .sectitle2 .sub {
    font-size: 13px;
  }
  .sectitle2 .sub br {
    display: inline;
  }

  #lineup {
    background-size: 320px auto;
    padding-top: 60px;
  }
  #lineup .section {
    padding-block: 90px 40px;
  }
  #lineup .section:last-of-type {
    background-size: 320px auto;
  }
  #lineup .section .image {
    margin-bottom: 25px;
    aspect-ratio: 2 / 1;
  }
  #lineup .section .image img.objectfit {
    object-position: 72% center;
  }
  #lineup .section .main .title {
    gap: 12px;
    margin-bottom: 15px;
  }
  #lineup .section .main .title::before {
    width: 42px;
    min-height: 42px;
  }
  #lineup .section#reform .main .title {
    gap: 10px;
  }
  #lineup .section#reform .main .title .ja {
    letter-spacing: -1.5px;
  }

  /* ------------------------------
   kodawari
  ------------------------------ */
  #kodawari {
    padding-block: 70px;
    margin-bottom: 60px;
  }
  #kodawari .sectitle2 {
    margin-bottom: 0;
  }
  #kodawari .sectitle2 .sub {
    margin-top: 10px;
  }
  #kodawari ul.kodawari li {
    margin-top: 50px;
  }
  #kodawari ul.kodawari li a .image {
    padding: 3.5vw;
    margin-bottom: 15px;
  }
  #kodawari ul.kodawari li a .title {
    display: block;
    margin-bottom: 8px;
  }
  #kodawari ul.kodawari li a .title::before {
    width: 36px;
    height: 30px;
    top: 0;
  }
  #kodawari ul.kodawari li a .title h3 {
    gap: 5px;
    font-weight: 700;
    margin: 0 0 5px -10px;
  }
  #kodawari ul.kodawari li a .title p {
    margin-right: 0;
    font-size: 15px;
  }
  #kodawari ul.kodawari li a .title p::before, #kodawari ul.kodawari li a .title p::after {
    margin-top: 2px;
  }
  #kodawari ul.kodawari li a .text {
    font-size: 12px;
  }
  #kodawari .ultimate {
    margin: 60px auto 0;
    padding: 4px;
  }
  #kodawari .ultimate a {
    height: 180px;
  }
  #kodawari .ultimate a .title {
    padding-inline: 5%;
  }
  #kodawari .ultimate a .main dl {
    padding-inline: 10px;
  }
  #kodawari .ultimate a .main dl dt {
    width: 75%;
    max-width: 220px;
    margin: 0 auto 15px;
  }
  #kodawari .ultimate a .main dl dd {
    font-size: 11px;
  }

  /* ------------------------------
   tateuri
  ------------------------------ */
  #tateuri .tateurititle {
    position: static;
    width: auto;
    height: auto;
  }
  #tateuri .tateurititle .sectitle {
    margin-bottom: 40px;
  }
  #tateuri .tateurititle .sectitle::before {
    width: 60px;
    height: 60px;
    margin: 0 auto 5px;
  }
  #tateuri .tateurititle .sectitle .title {
    display: block;
    text-align: center;
  }
  #tateuri .tateurititle .sectitle .title h2 {
    margin: 0 auto 15px;
    line-height: 1.3;
    text-align: left;
  }
  #tateuri .tateurititle .sectitle .title h2 br {
    display: inline;
  }
  #tateuri .tateurititle .sectitle .title p {
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
    white-space: normal;
    line-height: normal;
    display: block;
    font-size: 13px;
  }
  #tateuri .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4vw;
    margin-bottom: 0;
    padding-inline: 5vw;
  }
  #tateuri .list .item {
    display: contents;
    margin: 0;
  }
  #tateuri .list .item:nth-child(n+5) {
    display: none;
  }
  #tateuri .list .item a {
    display: grid;
    gap: 0;
    grid-template-rows: subgrid;
    grid-row: span 3;
    margin-bottom: 30px;
  }
  #tateuri .list .item a .image {
    margin-bottom: 8px;
  }
  #tateuri .list .item a .image .status {
    font-size: 10px;
    padding: 1px 5px 2px;
  }
  #tateuri .list .item a .entrytitle {
    text-align: center;
    margin-bottom: 8px;
  }
  #tateuri .list .item a .sub {
    display: none;
  }
  #tateuri .list .item a .place {
    padding: 12px 12px 12px 25px;
    border-radius: 2px;
    font-size: 11px;
  }
  #tateuri .list .item a .place::before {
    font-size: 14px;
    top: 10px;
    left: 10px;
  }
  #tateuri .linkbutton {
    width: 110px;
  }
  #tateuri .estatebanner {
    margin-top: 50px;
    display: block;
  }
  #tateuri .estatebanner li + li {
    margin-top: 15px;
  }
  #tateuri .estatebanner li a {
    padding: 25px 6vw;
  }

  /* ------------------------------
   office
  ------------------------------ */
  #office {
    margin-block: 50px 60px;
  }
  #office::before {
    background: url("../img/office_top.png") no-repeat 90% bottom/cover;
  }
  #office .office {
    background: #586B56 url("../img/office_bg.png") no-repeat 6% bottom/150px auto;
    padding-block: 50px 90px;
  }
  #office .main .sectitle::before {
    width: 56px;
    height: 34px;
    margin: 0 auto 15px;
  }
  #office .main .sectitle .title {
    gap: 7px;
  }
  #office .main ul.list {
    display: block;
    width: 60%;
  }
  #office .main ul.list li {
    display: block;
  }
  #office .main ul.list li + li {
    margin-top: 30px;
  }
  #office .main ul.list li a {
    display: block;
    margin: 0;
  }
  #office .main ul.list li a .image {
    margin-bottom: 5px;
  }
  #office .main ul.list li a .title {
    margin-bottom: 2px;
    font-size: 14px;
  }
  #office .main ul.list li a .title span {
    font-size: 12px;
    margin-left: -5px;
  }
  #office .main ul.list li a .add {
    font-size: 11px;
    padding-left: 0;
  }
  #office .main ul.list li a .add::before {
    display: none;
  }

  /* ------------------------------
   nenne
  ------------------------------ */
  #nenne {
    margin-bottom: 70px;
  }
  #nenne a {
    padding-block: 50px 20px;
  }
  #nenne .bg {
    height: 180px;
  }
  #nenne .main {
    text-align: center;
    width: auto;
    padding-inline: 5vw;
    margin-left: 0;
    box-sizing: border-box;
  }
  #nenne .main .title {
    width: 55%;
    max-width: 340px;
    margin: 0 0 15px;
  }
  #nenne .main .add {
    max-width: 160px;
    margin: 0 0 25px;
    font-size: 12px;
  }
  #nenne .main .add::before {
    margin-right: 3px;
  }
  #nenne .main .text {
    font-size: 12px;
    margin-bottom: 10px;
    padding-inline: 0;
  }
  #nenne .main .linkbutton {
    margin-left: auto;
    text-align: left;
    width: 140px;
    font-size: 12px;
    height: 40px;
  }
  #nenne .photo.photo1 {
    width: 100px;
    top: -24px;
    left: 20px;
  }
  #nenne .photo.photo2 {
    width: 110px;
    right: 3vw;
    top: 125px;
  }

  /* ------------------------------
   works
  ------------------------------ */
  .sectitle3 {
    gap: 12px;
  }
  .sectitle3::before {
    width: 52px;
    height: 52px;
  }
  .sectitle3 .title {
    font-size: 12px;
  }
  .sectitle3 .title span {
    padding-bottom: 8px;
  }

  #works {
    margin-bottom: 90px;
  }
  #works .titleblock {
    display: block;
  }
  #works .titleblock .linkbutton {
    margin: 15px 0 0 auto;
  }
  #works .list {
    margin-top: 25px;
  }
  #works .list .item {
    margin-inline: 2vw;
  }
  #works .list .item a .title .entrytitle {
    font-size: 16px;
  }
  #works .list .item a .title .cat {
    gap: 5px 10px;
    margin-top: 5px;
  }
  #works .list .item a .title .cat span {
    font-size: 10px;
  }

  /* ------------------------------
   company
  ------------------------------ */
  #company {
    padding-bottom: 40px;
  }
  #company::before {
    top: 20vw;
    background: #F1F0E7 url("../img/bg.png") repeat center center/320px auto;
  }
  #company .mainimage {
    margin: 0 5vw 30px;
  }
  #company .main {
    margin-top: 35px;
  }
  #company .main .catch {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #company .main .text {
    font-size: inherit;
  }
  #company .buttons {
    gap: 10px;
    margin-top: 20px;
  }
  #company .buttons .linkbutton {
    width: 120px;
  }

  #blog {
    margin-top: 60px;
  }
  #blog .sectitle {
    display: block;
    margin-bottom: 20px;
  }
  #blog .sectitle .title {
    width: 210px;
  }
  #blog ul.bloglist li a {
    margin-block: 0 35px;
  }
  #blog ul.bloglist li a .image {
    margin-bottom: 10px;
  }
  #blog ul.bloglist li a .entrytitle {
    font-size: 11px;
    margin-bottom: 10px;
  }
  #blog ul.bloglist li a .sub {
    font-size: 11px;
  }
  #blog ul.bloglist li a .sub .author {
    gap: 6px;
  }
  #blog ul.bloglist li a .sub .author span {
    width: 24px;
    height: 24px;
  }
}

/*# sourceMappingURL=top.css.map */
