@charset "UTF-8";
@import url("global.css");
#header #headerlogo a svg * {
  fill: #fff; }

/* ------------------------------
 TopSlider
------------------------------ */
#toparea {
  height: 100vh;
  position: relative;
  overflow: hidden;
  overflow: hidden; }

#slidearea {
  position: relative;
  z-index: 1;
  height: 100%; }
  #slidearea .swiper-container {
    width: 100%;
    height: 100%; }
    #slidearea .swiper-container .swiper-wrapper, #slidearea .swiper-container .swiper-slide, #slidearea .swiper-container .slide-img {
      height: 100%;
      position: relative; }
  #slidearea .swiper-slide-active .slide-img img,
  #slidearea .swiper-slide-duplicate-active .slide-img img,
  #slidearea .swiper-slide-prev .slide-img img {
    animation: zoomout 6s ease-in-out 0s 1;
    animation-fill-mode: both; }

@keyframes zoomout {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.toptitle {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  text-orientation: upright;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: start;
  position: absolute;
  top: 180px;
  left: 48px;
  z-index: 2;
  letter-spacing: 12px; }

#toptext {
  position: absolute;
  color: #fff;
  bottom: 10px;
  right: 20px;
  line-height: .8;
  text-align: right;
  font-size: clamp(18px, 12vw, 180px);
  font-family: "Crimson Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  z-index: 1;
  color: #fff;
  animation: toptext 1s ease-in-out 0s 1;
  animation-fill-mode: both; }
  #toptext span {
    display: block;
    line-height: 1.1;
    font-size: .8em; }

@keyframes toptext {
  0% {
    transform: translateX(60px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/* ------------------------------
 News
------------------------------ */
#news {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 470px;
  height: 80px;
  background-color: #fff;
  border-radius: 100px;
  z-index: 3; }
  #news .inner {
    display: flex;
    height: 100%;
    align-items: center; }
    #news .inner .title {
      width: 54px;
      height: 56px;
      text-align: right;
      padding-right: 20px;
      border-right: #d8d8d8 1px solid;
      flex-shrink: 0; }
      #news .inner .title span {
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        white-space: nowrap;
        text-orientation: upright;
        display: inline-block;
        line-height: 1;
        font-size: 12px;
        letter-spacing: 2px; }
    #news .inner #newsslide {
      padding-right: 20px;
      overflow: hidden;
      height: 43px; }
    #news .inner a, #news .inner .box {
      display: block;
      padding-left: 20px;
      line-height: 1.2;
      text-align: left; }
      #news .inner a span, #news .inner .box span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      #news .inner a .date, #news .inner .box .date {
        margin-bottom: 2px;
        font-size: 15px;
        letter-spacing: 1px;
        color: #707070; }
    #news .inner a {
      padding-right: 30px;
      position: relative; }
      #news .inner a::before {
        content: "\f054";
        font-size: 18px;
        font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
        font-weight: 900;
        line-height: 20px;
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -10px;
        color: #707070; }

/* ------------------------------
 Shop
------------------------------ */
.shop {
  margin: 80px auto; }
  .shop .title {
    margin-bottom: 60px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    letter-spacing: 0; }
  .shop .f_inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .shop .detail .text {
    width: 48%; }
    .shop .detail .text .inner {
      padding: 15px;
      display: flex;
      box-sizing: border-box;
      border-bottom: 1px solid #d8d8d8; }
      .shop .detail .text .inner:last-child {
        border-bottom: none; }
      .shop .detail .text .inner .b {
        width: 20%;
        font-weight: 600; }
      .shop .detail .text .inner .txt {
        flex: 1; }
        .shop .detail .text .inner .txt br {
          display: none; }
  .shop .detail .ph {
    width: 48%; }
    .shop .detail .ph figure {
      width: 100%;
      height: 0;
      padding-bottom: 66.666%;
      position: relative; }
      .shop .detail .ph figure img {
        position: absolute;
        top: 0;
        left: 0; }

/* ------------------------------
 Icon-Buttons
------------------------------ */
.iconbutton {
  background-color: #f8f8f8;
  padding: 80px 5vw; }
  .iconbutton ul {
    display: flex;
    justify-content: space-around; }
    .iconbutton ul li {
      margin: 0 10px; }
      .iconbutton ul li .button {
        display: block;
        letter-spacing: 0;
        font-weight: 700;
        line-height: 1.3; }
        .iconbutton ul li .button .icon {
          max-width: 120px;
          box-sizing: border-box;
          padding: 22px;
          border-radius: 10px;
          background-color: #fff;
          margin-bottom: 7px;
          transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
          .iconbutton ul li .button .icon span {
            display: block;
            position: relative; }
            .iconbutton ul li .button .icon span img {
              display: block;
              transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
              -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
              backface-visibility: hidden;
              -webkit-backface-visibility: hidden; }
            .iconbutton ul li .button .icon span .hover {
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0; }
        .iconbutton ul li .button br {
          display: none; }
      .iconbutton ul li a:hover .icon {
        background-color: #232323;
        color: #fff; }
        .iconbutton ul li a:hover .icon span .base {
          opacity: 0; }
        .iconbutton ul li a:hover .icon span .hover {
          opacity: 1; }
      .iconbutton ul li div.button {
        opacity: .4; }

/* ------------------------------
 Works
------------------------------ */
.section .title {
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 0; }
  .section .title .number {
    font-size: 95px;
    font-family: "Crimson Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    .section .title .number::after {
      content: "";
      display: block;
      width: 1px;
      height: 36px;
      background-color: #232323;
      transform: rotate(45deg);
      margin: -12px auto -2px; }
  .section .title .h span {
    display: block; }
    .section .title .h span:not([class]) {
      font-size: 25px;
      font-weight: 700;
      padding-top: 10px; }
  .section .title .h .en {
    font-size: 40px;
    font-family: "Crimson Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .section .title .h .ja {
    margin-top: 5px;
    font-weight: 700; }
    .section .title .h .ja.big {
      font-size: 32px; }
  .section .title.tate {
    width: 100px; }
    .section .title.tate .h {
      -webkit-writing-mode: vertical-rl;
      -moz-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      white-space: nowrap;
      text-orientation: upright;
      display: inline-block; }
      .section .title.tate .h span {
        font-size: 28px;
        letter-spacing: 8px;
        padding-top: 15px; }
.section .morebutton {
  display: block;
  background-color: #232323;
  box-sizing: border-box;
  color: #fff;
  width: 180px;
  font-weight: 700;
  padding: 4px 30px 6px 25px;
  border-radius: 100px;
  position: relative;
  border: #232323 2px solid; }
  .section .morebutton::before {
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
    position: absolute;
    top: 50%;
    right: 12px;
    line-height: 1;
    margin-top: -8px; }
.section a.morebutton:hover {
  background-color: #FFFF00;
  color: #232323; }

#works {
  margin: 80px 0 80px; }
  #works .carousel li {
    margin: 0 .8vw; }
    #works .carousel li a {
      display: block;
      text-align: center; }
      #works .carousel li a .image {
        position: relative;
        height: 0;
        padding-top: 65%;
        margin-bottom: 30px;
        overflow: hidden; }
        #works .carousel li a .image > img {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden; }
        #works .carousel li a .image::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          background-color: #232323;
          transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          opacity: 0; }
        #works .carousel li a .image::after {
          content: "詳しくみる";
          padding: 8px 40px;
          border-radius: 100px;
          background-color: #fff;
          font-weight: 700;
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -20px 0 0 -90px;
          z-index: 3;
          transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
          -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          transform: translateY(20px);
          opacity: 0; }
        #works .carousel li a .image .cat {
          position: absolute;
          bottom: 20px;
          right: 20px;
          width: 140px;
          z-index: 2; }
      #works .carousel li a .posttitle {
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.4; }
      #works .carousel li a .sub {
        font-size: 18px; }
      #works .carousel li a:hover .image > img {
        filter: blur(5px); }
      #works .carousel li a:hover .image::before {
        opacity: .4; }
      #works .carousel li a:hover .image::after {
        transform: none;
        opacity: 1; }
  #works .more {
    margin: -60px 0 30px 0; }
    #works .more .morebutton {
      margin-left: auto; }

/* ------------------------------
 Event
------------------------------ */
#event {
  margin-bottom: 170px;
  padding: 0 4vw; }
  #event .eventarea {
    display: flex;
    margin: 0 -1.6vw; }
    #event .eventarea section {
      width: 100%; }
      #event .eventarea section .area {
        background-color: #232323;
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        width: 200px;
        margin: 0 auto 20px; }
      #event .eventarea section ul {
        padding: 0 1.6vw;
        position: relative;
        height: calc( 100% - 60px ); }
        #event .eventarea section ul::before {
          content: "";
          background-color: #d8d8d8;
          position: absolute;
          width: 3px;
          top: 0;
          bottom: 20px;
          right: -1px; }
        #event .eventarea section ul li {
          height: 100%;
          box-sizing: border-box;
          position: relative;
          padding: 0 10px 20px; }
          #event .eventarea section ul li a {
            display: block;
            padding-bottom: 40px;
            border-bottom: #d8d8d8 3px solid;
            text-align: left; }
            #event .eventarea section ul li a .image {
              aspect-ratio: 10 / 7;
              margin-bottom: 30px; }
              #event .eventarea section ul li a .image img {
                transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
                -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
                backface-visibility: hidden;
                -webkit-backface-visibility: hidden; }
            #event .eventarea section ul li a .posttitle {
              font-size: 18px;
              font-weight: 700;
              line-height: 1.4;
              margin: 0 20px 20px; }
            #event .eventarea section ul li a .flex {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin: 0 10px 0 20px; }
            #event .eventarea section ul li a .staff {
              width: 70px;
              height: 70px;
              border-radius: 100%;
              overflow: hidden;
              margin-left: 30px;
              flex-shrink: 0; }
            #event .eventarea section ul li a .data .schedule {
              line-height: 1.2;
              font-size: 18px;
              margin-bottom: 3px; }
            #event .eventarea section ul li a .data span {
              display: inline-block;
              font-size: 14px; }
              #event .eventarea section ul li a .data span::before {
                display: inline-block;
                margin-right: 5px;
                vertical-align: 0;
                font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
                color: #707070; }
              #event .eventarea section ul li a .data span.time {
                margin-right: 20px; }
                #event .eventarea section ul li a .data span.time::before {
                  content: "\f017";
                  font-weight: 400; }
              #event .eventarea section ul li a .data span.place::before {
                content: "\f3c5";
                font-weight: 900; }
            #event .eventarea section ul li a .morebutton {
              background-color: #fff;
              color: #232323;
              position: absolute;
              bottom: 0;
              right: 1px;
              padding: 1px 30px 2px 25px;
              transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
              -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
              backface-visibility: hidden;
              -webkit-backface-visibility: hidden; }
            #event .eventarea section ul li a:hover .image img {
              filter: grayscale(0.7); }
            #event .eventarea section ul li a:hover .morebutton {
              background-color: #FFFF00; }
          #event .eventarea section ul li.end a .image {
            position: relative; }
            #event .eventarea section ul li.end a .image img {
              filter: grayscale(0.7); }
            #event .eventarea section ul li.end a .image::after {
              content: "終了しました";
              text-align: center;
              font-weight: 700;
              position: absolute;
              bottom: -10px;
              left: 50%;
              width: 140px;
              margin-left: -70px;
              background-color: #988175;
              color: #fff;
              padding: 5px 0;
              border-radius: 3px; }
      #event .eventarea section:last-of-type ul::before {
        display: none; }
  #event ul.carousel .slick-next {
    right: 2px; }
  #event ul.carousel .slick-prev {
    left: 2px; }

/* ------------------------------
 Consultation-Banner
------------------------------ */
#consultation {
  margin-bottom: 120px; }
  #consultation a {
    display: block;
    background-color: #f8f8f8;
    border: #232323 1px solid;
    display: flex;
    align-items: stretch;
    position: relative; }
    #consultation a:hover .bg img {
      filter: grayscale(0.7); }
    #consultation a:hover .more .morebutton {
      background-color: #FFFF00; }
  #consultation .text {
    padding: 40px 70px;
    box-sizing: border-box;
    width: 500px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px; }
    #consultation .text span {
      display: block;
      line-height: 1.3;
      padding-top: 10px;
      font-size: 46px;
      font-family: "Crimson Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  #consultation .bg {
    z-index: 0; }
    #consultation .bg img {
      transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
      -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
  #consultation .more {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 22px; }
    #consultation .more .morebutton {
      background-color: #fff;
      color: #232323;
      transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
      -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }

/* ------------------------------
 Estate
------------------------------ */
#estate {
  margin-bottom: 180px;
  position: relative;
  height: 600px;
  box-sizing: border-box;
  background: url("../kitami/images/realestate.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 120px 0 0; }
  #estate .title {
    margin-bottom: 20px; }
    #estate .title .number::after {
      background-color: #fff; }
    #estate .title br.mobile {
      display: none; }
  #estate ul {
    display: flex;
    margin: 65px -14px 0; }
    #estate ul li {
      box-sizing: border-box;
      width: 50%;
      padding: 0 14px; }
      #estate ul li a {
        display: block;
        background-color: #232323;
        color: #fff;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        padding: 48px 0; }
        #estate ul li a:hover {
          background-color: #FFFF00;
          color: #232323; }

/* ------------------------------
 Concept
------------------------------ */
#concept {
  position: relative;
  margin-bottom: 180px; }
  #concept .wrapper {
    position: relative; }
  #concept .title {
    height: 530px; }
  #concept .more {
    position: absolute;
    left: -40px;
    bottom: 20px; }
  #concept .image {
    position: absolute;
    top: 0;
    right: 0;
    height: 530px;
    left: calc(( (100% - 1260px) / 2) + 230px); }
    #concept .image a {
      display: block;
      height: 100%; }

/* ------------------------------
 Kodawari
------------------------------ */
#kodawari {
  position: relative;
  margin-bottom: 160px; }
  #kodawari .kodawari {
    display: flex;
    position: relative; }
    #kodawari .kodawari .title {
      order: 2;
      margin-top: -70px;
      margin-left: 180px; }
    #kodawari .kodawari .more {
      position: absolute;
      right: -48px;
      top: 480px; }
    #kodawari .kodawari .mainblock {
      order: 1;
      margin-left: 560px; }
      #kodawari .kodawari .mainblock dl {
        margin-top: 45px; }
        #kodawari .kodawari .mainblock dl:first-of-type {
          margin-top: 30px; }
        #kodawari .kodawari .mainblock dl dt {
          margin-bottom: 12px;
          line-height: 1;
          font-size: 24px;
          font-weight: 700; }
          #kodawari .kodawari .mainblock dl dt span {
            display: inline-block;
            font-size: 60px;
            font-family: "Crimson Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            font-weight: 400;
            padding-right: 15px; }
        #kodawari .kodawari .mainblock dl dd {
          margin-left: 30px; }
  #kodawari .carousel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: calc( 50% + 130px ); }
    #kodawari .carousel .slick-list, #kodawari .carousel .slick-track, #kodawari .carousel li {
      height: 100%; }

/* ------------------------------
 Brand
------------------------------ */
#brand {
  background-color: #f8f8f8;
  padding: 100px 0;
  margin-bottom: 150px; }
  #brand ul.brand {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 0 auto; }
    #brand ul.brand li {
      width: 50%;
      box-sizing: border-box;
      padding: 0 16px;
      margin-bottom: 32px; }
      #brand ul.brand li .box {
        display: flex;
        position: relative;
        background-color: #fff;
        text-align: left;
        height: 100%; }
        #brand ul.brand li .box .photo {
          width: 50%;
          min-height: 280px; }
          #brand ul.brand li .box .photo img {
            transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
            -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden; }
        #brand ul.brand li .box .text {
          box-sizing: border-box;
          width: 50%;
          display: flex;
          padding: 20px 30px;
          align-items: center; }
          #brand ul.brand li .box .text .name {
            text-align: center;
            margin-bottom: 20px; }
            #brand ul.brand li .box .text .name .logo {
              max-width: 82%;
              max-height: 72px;
              margin: 5px auto 10px; }
              #brand ul.brand li .box .text .name .logo img.objectfit {
                object-fit: contain;
                max-height: 72px; }
            #brand ul.brand li .box .text .name p:not([class]) {
              line-height: 1.5; }
            #brand ul.brand li .box .text .name .sub {
              display: inline-block;
              width: 160px;
              border: #d8d8d8 1px solid;
              font-size: 14px;
              padding: 0 0 1px; }
        #brand ul.brand li .box .comingsoon {
          text-align: right;
          font-family: "Crimson Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          color: #988175; }
      #brand ul.brand li a .more {
        text-align: right;
        font-weight: 700;
        margin-top: 10px;
        transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden; }
        #brand ul.brand li a .more::after {
          content: "\f105";
          font-size: 18px;
          font-weight: 900;
          font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
          display: inline-block;
          margin-left: 10px; }
      #brand ul.brand li a:hover {
        box-shadow: 6px 6px rgba(35, 35, 35, 0.1); }
        #brand ul.brand li a:hover .photo img {
          filter: grayscale(0.7); }
        #brand ul.brand li a:hover .more {
          transform: translateX(10px); }
      #brand ul.brand li.solana a .text .name .logo {
        margin-bottom: -2px; }

/* ------------------------------
 Price
------------------------------ */
#price {
  position: relative;
  margin-bottom: 90px; }
  #price .main {
    display: flex;
    width: 50%;
    box-sizing: border-box;
    min-height: 420px;
    padding-bottom: 80px; }
    #price .main .title {
      margin: -70px 100px 0 0; }
    #price .main .text {
      padding-top: 50px; }
      #price .main .text p:not([class]) {
        line-height: 3;
        font-size: 18px; }
      #price .main .text .more {
        margin-top: 40px; }
        #price .main .text .more .morebutton {
          margin-left: auto; }
      #price .main .text .comingsoon {
        text-align: center;
        font-size: 18px;
        font-family: "Crimson Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        color: #988175; }
  #price .image {
    position: absolute;
    right: 0;
    width: calc( 50% - 80px );
    top: 0;
    bottom: -100px;
    z-index: 1;
    display: flex;
    overflow: hidden;
    height: 100%;
    align-items: center; }
    #price .image a {
      display: block; }

/* ------------------------------
 Staff
------------------------------ */
#staff {
  position: relative;
  height: 790px;
  box-sizing: border-box;
  margin-top: -80px;
  background: url("../images/staff.jpg") no-repeat center center;
  background-size: cover;
  padding: 170px 0 0;
  color: #fff;
  z-index: 0; }
  #staff .title .number::after {
    background-color: #fff; }
  #staff .text {
    font-size: 18px;
    line-height: 3;
    max-width: 1040px;
    margin: 0 auto 50px; }
  #staff .more {
    margin: 40px 0; }
    #staff .more .morebutton {
      margin: 0 auto;
      background-color: #fff;
      color: #232323; }
      #staff .more .morebutton:hover {
        background-color: #FFFF00; }

/* ------------------------------
 Blog
------------------------------ */
#blog {
  background-color: #f8f8f8;
  padding: 70px 0 80px;
  margin-bottom: 90px; }
  #blog .titleblock {
    margin-bottom: 30px; }
    #blog .titleblock .h {
      font-size: 40px;
      font-family: "Crimson Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    #blog .titleblock .more {
      margin-top: 5px; }
  #blog ul {
    position: relative; }
    #blog ul li {
      padding: 0 10px; }
      #blog ul li a {
        display: block;
        text-align: left; }
        #blog ul li a .image {
          position: relative;
          aspect-ratio: 3 / 2;
          margin-bottom: 10px; }
          #blog ul li a .image figure {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            width: 100%;
            height: 100%;
            overflow: hidden; }
            #blog ul li a .image figure img {
              transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
              -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
              backface-visibility: hidden;
              -webkit-backface-visibility: hidden; }
          #blog ul li a .image .staff {
            position: absolute;
            width: 70px;
            height: 70px;
            border-radius: 100%;
            left: 20px;
            bottom: -15px;
            z-index: 2;
            overflow: hidden; }
          #blog ul li a .image::before {
            content: "記事を読む";
            border: #232323 2px solid;
            padding: 5px 40px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -20px 0 0 -80px;
            background-color: #fff;
            border-radius: 100px;
            transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
            -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            z-index: 1;
            opacity: 0;
            transform: translateY(20px); }
        #blog ul li a .post {
          padding: 0 10px; }
        #blog ul li a .date {
          font-size: 12px;
          text-align: right;
          margin-bottom: 5px; }
        #blog ul li a .posttitle {
          margin-bottom: 10px; }
        #blog ul li a .text {
          font-size: 14px; }
        #blog ul li a:hover .image figure img {
          filter: blur(3px) grayscale(0.8); }
        #blog ul li a:hover .image::before {
          transform: none;
          opacity: 1; }

/* ------------------------------
 Business
------------------------------ */
#business {
  margin-top: 90px;
  margin-bottom: 110px; }
  #business .title {
    margin-bottom: 50px; }
  #business ul {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap; }
    #business ul li {
      width: 33.3333333333%;
      box-sizing: border-box;
      padding: 0 15px;
      margin-bottom: 30px; }
      #business ul li:first-child {
        width: 100%; }
      #business ul li a {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: #232323 2px solid;
        font-size: 23px;
        text-align: center; }
        #business ul li a:hover {
          background-color: #FFFF00; }
      #business ul li .craftness {
        font-size: 16px; }
        #business ul li .craftness img {
          display: block;
          width: 210px; }

/* ------------------------------
 Banner
------------------------------ */
.banner {
  margin-bottom: 120px; }
  .banner .list .bnr + .bnr {
    margin-top: 40px; }
  .banner .list .bnr_column {
    margin-top: 90px; }
    .banner .list .bnr_column .link {
      display: flex;
      position: relative;
      border: #232323 2px solid;
      height: 180px;
      box-sizing: border-box; }
      .banner .list .bnr_column .link .text {
        width: 50%;
        padding-left: 70px;
        box-sizing: border-box;
        display: grid;
        align-content: center;
        align-items: center;
        line-height: 1.2; }
        .banner .list .bnr_column .link .text .jp {
          text-indent: 0.2em;
          font-size: 18px;
          font-weight: 600; }
        .banner .list .bnr_column .link .text .en {
          font-size: 46px;
          font-family: "Crimson Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      .banner .list .bnr_column .link .ph {
        width: 50%;
        position: relative; }
        .banner .list .bnr_column .link .ph::before {
          content: "";
          display: block;
          position: absolute;
          inset: 0;
          margin: auto; }
      .banner .list .bnr_column .link .more {
        position: absolute;
        z-index: 1;
        bottom: 20px;
        right: 22px; }
        .banner .list .bnr_column .link .more .morebutton {
          background-color: #fff;
          color: #232323; }

@media (any-hover: hover) {
  .banner .list .bnr_column .link {
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    .banner .list .bnr_column .link .ph::before {
      transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
      -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
    .banner .list .bnr_column .link .more .morebutton {
      transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
      -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
    .banner .list .bnr_column .link:hover {
      background: #f8f8f8; }
      .banner .list .bnr_column .link:hover .ph::before {
        backdrop-filter: blur(2px); }
      .banner .list .bnr_column .link:hover .more .morebutton {
        background-color: #FFFF00; } }
/* ------------------------------
 Recruit-Banner
------------------------------ */
#recruit a {
  display: block;
  background-color: #f8f8f8;
  border: #232323 1px solid;
  display: flex;
  position: relative; }
  #recruit a:hover .bg img {
    filter: grayscale(0.7); }
  #recruit a:hover .more .morebutton {
    background-color: #FFFF00; }
#recruit .text {
  padding: 40px 70px;
  box-sizing: border-box;
  width: 500px;
  flex-shrink: 0;
  font-size: 20px; }
  #recruit .text span {
    display: block;
    line-height: 1.3;
    padding-top: 10px;
    font-size: 40px;
    font-family: "Crimson Text", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
#recruit .bg {
  z-index: 0; }
  #recruit .bg img {
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
#recruit .more {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 22px; }
  #recruit .more .morebutton {
    background-color: #fff;
    color: #232323;
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }

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

 Responsive-Breakpoint-1 (1300px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  /* ------------------------------
   TopSlider
  ------------------------------ */
  #toptext {
    bottom: 110px; }

  /* ------------------------------
   News
  ------------------------------ */
  #news {
    bottom: 30px;
    left: 20px;
    width: 500px; }

  /* ------------------------------
   Shop
  ------------------------------ */
  .shop .detail .text .inner .txt br {
    display: block; }

  /* ------------------------------
   Icon-Buttons
  ------------------------------ */
  .iconbutton {
    padding: 80px 5vw; }
    .iconbutton ul li {
      margin: 0 8px; }
      .iconbutton ul li a br {
        display: inline; }

  /* ------------------------------
   Event
  ------------------------------ */
  #event ul.carousel .slick-prev,
  #event ul.carousel .slick-next {
    top: 30%;
    margin-top: 0; }

  /* ------------------------------
   Consultation-Banner
  ------------------------------ */
  #consultation .text {
    padding: 40px 4vw 40px 5vw;
    max-width: 50%; }

  /* ------------------------------
   Concept
  ------------------------------ */
  #concept .more {
    left: 10px; }
  #concept .image {
    left: 230px; }

  /* ------------------------------
   Kodawari
  ------------------------------ */
  #kodawari .kodawari .title {
    margin-left: 80px; }
  #kodawari .kodawari .mainblock {
    margin-left: 42%; }
  #kodawari .carousel {
    right: 62%; }

  /* ------------------------------
   Brand
  ------------------------------ */
  #brand ul.brand {
    margin: 0 15px; }
    #brand ul.brand li {
      padding: 0 15px;
      margin-bottom: 30px; }
      #brand ul.brand li .box .text {
        padding: 20px 24px; }
        #brand ul.brand li .box .text .name .logo {
          max-width: 90%; }
      #brand ul.brand li.solana a .text .name .logo {
        margin-bottom: 0; }

  /* ------------------------------
   Price
  ------------------------------ */
  #price .main .title {
    margin: -70px 70px 0 0; }
  #price .main .text p:not([class]) {
    line-height: 2.5;
    font-size: 17px; }
  #price .image {
    width: calc( 50% - 70px ); }

  /* ------------------------------
   Recruit-Banner
  ------------------------------ */
  #recruit .text {
    padding: 40px 4vw 40px 5vw;
    max-width: 50%; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  /* ------------------------------
   TopSlider
  ------------------------------ */
  #toptext {
    bottom: 115px;
    right: 25px;
    line-height: .9; }

  /* ------------------------------
   News
  ------------------------------ */
  #news {
    right: 20px;
    width: auto; }

  /* ------------------------------
   Shop
  ------------------------------ */
  .shop {
    margin: 70px auto; }
    .shop .title {
      margin-bottom: 40px;
      font-size: 28px; }
    .shop .f_inner {
      flex-direction: column-reverse; }
    .shop .detail .text {
      width: 100%; }
      .shop .detail .text .inner .b {
        width: 20%; }
      .shop .detail .text .inner .txt br {
        display: none; }
    .shop .detail .ph {
      width: 70%;
      margin-bottom: 30px; }

  /* ------------------------------
   Icon-Buttons
  ------------------------------ */
  .iconbutton {
    padding: 50px 5vw 70px; }
    .iconbutton ul {
      justify-content: center;
      flex-wrap: wrap; }
      .iconbutton ul li {
        box-sizing: border-box;
        width: 25%;
        margin: 20px 0 0;
        padding: 0 5px; }
        .iconbutton ul li .button .icon {
          margin: 0 auto 7px; }
        .iconbutton ul li .button br {
          display: none; }
        .iconbutton ul li a:hover .icon {
          background-color: #fff;
          color: #232323; }
          .iconbutton ul li a:hover .icon span .base {
            opacity: 1; }
          .iconbutton ul li a:hover .icon span .hover {
            opacity: 0; }

  /* ------------------------------
   Works
  ------------------------------ */
  .section .title.tate .h span {
    font-size: 24px;
    letter-spacing: 6px; }
  .section a.morebutton:hover {
    background-color: #232323;
    color: #fff; }

  #works .carousel li {
    margin: 0 10px; }
    #works .carousel li a .image::before {
      display: none; }
    #works .carousel li a .image::after {
      display: none; }
    #works .carousel li a .posttitle {
      font-size: 19px; }
    #works .carousel li a .sub {
      font-size: 16px; }
    #works .carousel li a:hover .image > img {
      filter: none; }
  #works .more {
    margin: -10px 0 30px 0; }
    #works .more .morebutton {
      margin: 0 auto; }

  /* ------------------------------
   Event
  ------------------------------ */
  #event {
    margin-bottom: 120px;
    padding: 0 6vw; }
    #event .eventarea {
      display: block;
      margin: 0; }
      #event .eventarea section {
        width: auto;
        margin-top: 60px; }
        #event .eventarea section:first-of-type {
          margin-top: 0; }
        #event .eventarea section ul {
          padding: 0;
          height: auto; }
          #event .eventarea section ul::before {
            display: none; }
          #event .eventarea section ul li a:hover .image img {
            filter: none; }
          #event .eventarea section ul li a:hover .morebutton {
            background-color: #fff; }
          #event .eventarea section ul li.end a:hover .image img {
            filter: grayscale(0.7); }
    #event ul.carousel .slick-prev,
    #event ul.carousel .slick-next {
      top: 30%;
      margin-top: 0; }
    #event ul.carousel .slick-next {
      right: -10px; }
    #event ul.carousel .slick-prev {
      left: -10px; }

  /* ------------------------------
   Consultation-Banner
  ------------------------------ */
  #consultation {
    margin: 0 -6vw 90px; }
    #consultation a {
      display: block;
      border: none;
      aspect-ratio: 21 / 8; }
      #consultation a:hover .bg img {
        filter: none; }
      #consultation a:hover .more .morebutton {
        background-color: #fff; }
    #consultation .text {
      padding: 0;
      max-width: none;
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -70px;
      z-index: 2;
      display: block;
      text-align: center;
      font-size: 20px;
      color: #fff; }
      #consultation .text span {
        line-height: 1; }
    #consultation .bg {
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #consultation .bg::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #232323;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .4;
        mix-blend-mode: multiply;
        z-index: 2; }
    #consultation .more {
      bottom: 30px;
      right: 50%;
      margin-right: -90px; }

  /* ------------------------------
   Estate
  ------------------------------ */
  #estate {
    margin-bottom: 120px;
    background: url("../kitami/images/realestate.jpg") no-repeat 75% center;
    background-size: cover;
    padding: 100px 0 0; }
    #estate .title {
      margin-bottom: 20px; }
    #estate ul {
      display: block;
      margin: 60px 0 0; }
      #estate ul li {
        width: auto;
        padding: 0;
        margin-top: 30px; }
        #estate ul li a {
          font-size: 21px;
          padding: 30px 0; }
          #estate ul li a:hover {
            background-color: #232323;
            color: #fff; }

  /* ------------------------------
   Concept
  ------------------------------ */
  #concept {
    margin-bottom: 100px; }

  /* ------------------------------
   Kodawari
  ------------------------------ */
  #kodawari {
    margin-bottom: 40px; }
    #kodawari .kodawari .title {
      margin-top: -50px;
      margin-left: 50px; }
    #kodawari .kodawari .more {
      right: -40px;
      top: 420px; }
    #kodawari .kodawari .mainblock {
      margin: 0 0 40px 0; }
      #kodawari .kodawari .mainblock dl {
        margin-top: 45px; }
        #kodawari .kodawari .mainblock dl:first-of-type {
          margin-top: 30px; }
        #kodawari .kodawari .mainblock dl dt span {
          font-size: 50px; }
        #kodawari .kodawari .mainblock dl dd {
          margin-left: 40px; }
    #kodawari .carousel {
      position: relative;
      aspect-ratio: 3/2;
      right: 0; }
      #kodawari .carousel .slick-list, #kodawari .carousel .slick-track, #kodawari .carousel li {
        height: 100%; }

  /* ------------------------------
   Brand
  ------------------------------ */
  #brand {
    padding: 60px 0;
    margin-bottom: 120px; }
    #brand ul.brand {
      margin: 0 10px; }
      #brand ul.brand li {
        padding: 0 10px;
        margin-bottom: 20px; }
        #brand ul.brand li .box {
          display: block; }
          #brand ul.brand li .box .photo {
            width: auto;
            min-height: inherit;
            aspect-ratio: 3/2; }
          #brand ul.brand li .box .text {
            width: auto;
            display: block;
            padding: 0 30px 20px; }
            #brand ul.brand li .box .text .name {
              position: relative;
              margin-bottom: 20px;
              padding-top: 25px; }
              #brand ul.brand li .box .text .name .logo {
                max-width: min(90%,280px);
                max-height: 72px;
                margin: 5px auto 10px; }
                #brand ul.brand li .box .text .name .logo img.objectfit {
                  object-fit: contain;
                  max-height: 72px; }
              #brand ul.brand li .box .text .name .sub {
                position: absolute;
                width: 160px;
                top: -14px;
                left: 50%;
                margin-left: -80px;
                background-color: #fff;
                letter-spacing: 0;
                border-radius: 2px; }
            #brand ul.brand li .box .text p:not([class]) {
              text-align: justify; }
        #brand ul.brand li a:hover {
          box-shadow: none; }
          #brand ul.brand li a:hover .photo img {
            filter: none; }
          #brand ul.brand li a:hover .more {
            transform: none; }

  /* ------------------------------
   Price
  ------------------------------ */
  #price {
    margin-bottom: 90px; }
    #price .main {
      width: auto;
      padding-bottom: 0;
      min-height: inherit; }
      #price .main .title {
        margin: -70px 80px 0 0; }
      #price .main .text {
        padding-top: 0; }
        #price .main .text p:not([class]) {
          font-size: inherit; }
    #price .image {
      position: relative;
      width: calc( 100% - 200px );
      height: 300px;
      bottom: auto;
      margin: 40px 0 0 auto;
      display: block;
      align-items: inherit; }
      #price .image a {
        height: 100%; }

  /* ------------------------------
   Staff
  ------------------------------ */
  #staff {
    height: 600px;
    display: flex;
    align-items: center;
    margin-top: 0;
    background: url("../images/staff.jpg") no-repeat 60% center;
    background-size: cover;
    padding: 0; }
    #staff .text {
      font-size: inherit;
      line-height: 2;
      margin: 0 40px 50px; }
    #staff .more {
      margin: 0; }

  /* ------------------------------
   Blog
  ------------------------------ */
  #blog {
    background-color: #f8f8f8;
    padding: 70px 0 80px;
    margin-bottom: 60px; }
    #blog .titleblock {
      display: block;
      margin-bottom: 30px;
      text-align: center; }
      #blog .titleblock .more {
        margin: 0; }
        #blog .titleblock .more .morebutton {
          margin: 0 auto;
          text-align: left; }

  /* ------------------------------
   Business
  ------------------------------ */
  #business {
    margin-top: 60px;
    margin-bottom: 60px; }
    #business ul {
      margin: 0 -10px; }
      #business ul li {
        padding: 0 10px;
        margin-bottom: 20px; }
        #business ul li a {
          height: 90px;
          font-size: 21px; }
          #business ul li a:hover {
            background-color: #fff; }
        #business ul li .craftness {
          font-size: 16px; }
          #business ul li .craftness img {
            display: block;
            width: 200px; }

  /* ------------------------------
   Banner
  ------------------------------ */
  .banner {
    margin-bottom: 120px; }
    .banner .list .bnr + .bnr {
      margin-top: 30px; }
    .banner .list .bnr_column {
      margin-top: 60px; }
      .banner .list .bnr_column .link {
        height: 180px; }
        .banner .list .bnr_column .link .text {
          padding-left: 40px; }
          .banner .list .bnr_column .link .text .jp {
            font-size: 18px; }
          .banner .list .bnr_column .link .text .en {
            font-size: 46px; }
        .banner .list .bnr_column .link .ph {
          width: 50%; }

  /* ------------------------------
   Recruit-Banner
  ------------------------------ */
  #recruit {
    margin: 0 -6vw; }
    #recruit a {
      display: block;
      border: none;
      aspect-ratio: 21 / 8; }
      #recruit a:hover .bg img {
        filter: none; }
      #recruit a:hover .more .morebutton {
        background-color: #fff; }
    #recruit .text {
      padding: 0;
      max-width: none;
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -100px;
      z-index: 2;
      text-align: center;
      font-size: 20px;
      color: #fff; }
      #recruit .text span {
        line-height: 1; }
    #recruit .bg {
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #recruit .bg::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #232323;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .4;
        mix-blend-mode: multiply; }
    #recruit .more {
      bottom: 30px;
      right: 50%;
      margin-right: -90px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #header {
    height: 160px;
    padding: 30px 0 0 0; }
    #header #headerlogo {
      width: 120px; }

  /* ------------------------------
   TopSlider
  ------------------------------ */
  .toptitle {
    top: 170px;
    left: 35px;
    letter-spacing: 7px; }

  #toptext {
    bottom: 105px; }
    #toptext span {
      line-height: 1.4; }

  /* ------------------------------
   News
  ------------------------------ */
  #news {
    bottom: 20px;
    left: 14px;
    right: 14px; }
    #news .inner .title {
      width: 45px;
      padding-right: 15px; }
    #news .inner a, #news .inner .box {
      padding-left: 16px; }
      #news .inner a .date, #news .inner .box .date {
        font-size: 13px; }
    #news .inner a::before {
      margin-top: -8px; }

  /* ------------------------------
   Shop
  ------------------------------ */
  .shop {
    margin: 50px auto; }
    .shop .title {
      margin-bottom: 30px;
      font-size: 24px; }
    .shop .detail .text .inner {
      padding: 15px 10px; }
      .shop .detail .text .inner .b {
        width: 80px; }
      .shop .detail .text .inner .txt br {
        display: block; }
    .shop .detail .ph {
      width: 100%;
      margin-bottom: 20px; }

  /* ------------------------------
   Icon-Buttons
  ------------------------------ */
  .iconbutton {
    padding: 30px 5vw 50px; }
    .iconbutton ul li {
      width: 50%;
      font-size: 16px; }

  /* ------------------------------
   Works
  ------------------------------ */
  .section .title {
    margin-bottom: 30px; }
    .section .title .number {
      font-size: 80px; }
    .section .title .h span:not([class]) {
      font-size: 24px; }
    .section .title .h .en {
      font-size: 32px; }
    .section .title .h .ja {
      font-size: 16px; }
    .section .title.tate {
      width: auto; }
      .section .title.tate .h {
        -webkit-writing-mode: horizontal-tb;
        -moz-writing-mode: horizontal-tb;
        -ms-writing-mode: tb-rl;
        writing-mode: horizontal-tb;
        white-space: normal;
        display: block; }
        .section .title.tate .h span {
          font-size: 20px;
          letter-spacing: inherit;
          padding-top: 0; }
  .section .morebutton {
    width: 150px; }
    .section .morebutton::before {
      margin-top: -6px; }

  #works {
    margin: 40px 0 50px; }
    #works .carousel li {
      margin: 0; }
      #works .carousel li a .image {
        margin-bottom: 20px; }
        #works .carousel li a .image .cat {
          bottom: 12px;
          right: 15px;
          width: 100px; }
      #works .carousel li a .posttitle {
        font-size: 16px;
        margin-bottom: 4px; }
      #works .carousel li a .sub {
        font-size: inherit; }
    #works .more {
      margin: -10px 0 30px 0; }
      #works .more .morebutton {
        margin: 0 auto; }
    #works ul.carousel .slick-prev,
    #works ul.carousel .slick-next {
      top: 40%; }

  /* ------------------------------
   Event
  ------------------------------ */
  #event {
    margin-bottom: 90px;
    padding: 0 6vw; }
    #event .eventarea section {
      margin-top: 40px; }
      #event .eventarea section .area {
        height: 30px;
        line-height: 28px;
        font-size: 16px;
        width: 160px; }
      #event .eventarea section ul li {
        padding: 0 0 14px; }
        #event .eventarea section ul li a {
          padding-bottom: 30px; }
          #event .eventarea section ul li a .image {
            margin-bottom: 20px; }
          #event .eventarea section ul li a .posttitle {
            font-size: 16px;
            margin: 0 10px 10px; }
          #event .eventarea section ul li a .flex {
            margin: 0 5px 0 10px; }
          #event .eventarea section ul li a .staff {
            margin-left: 10px; }
          #event .eventarea section ul li a .data .schedule {
            font-size: 13px;
            margin-bottom: 3px; }
          #event .eventarea section ul li a .data span {
            font-size: 13px; }
            #event .eventarea section ul li a .data span.time {
              margin-right: 10px; }
          #event .eventarea section ul li a .morebutton {
            padding: 1px 30px 2px 20px; }
    #event ul.carousel .slick-next {
      right: -15px; }
    #event ul.carousel .slick-prev {
      left: -15px; }

  /* ------------------------------
   Consultation-Banner
  ------------------------------ */
  #consultation {
    margin-bottom: 50px; }
    #consultation .text {
      margin-top: -50px;
      font-size: 15px; }
      #consultation .text span {
        padding-top: 5px;
        font-size: 28px; }
    #consultation .more {
      bottom: 12px;
      margin-right: -75px; }

  /* ------------------------------
   Estate
  ------------------------------ */
  #estate {
    margin-bottom: 3px;
    height: auto;
    background: url("../kitami/images/realestate_mobile.jpg") no-repeat 85% center;
    background-size: cover;
    padding: 60px 0; }
    #estate .title {
      margin-bottom: 40px; }
      #estate .title br.mobile {
        display: inline; }
      #estate .title .h span:not([class]) {
        line-height: 1.4;
        padding-top: 1px; }
    #estate ul {
      margin: 0; }
      #estate ul li {
        margin-top: 15px; }
        #estate ul li a {
          font-size: 18px;
          padding: 25px 0; }

  /* ------------------------------
   Concept
  ------------------------------ */
  #concept {
    margin-bottom: 100px; }
    #concept .wrapper {
      position: relative;
      z-index: 1;
      color: #fff;
      padding: 60px 0 120px; }
    #concept .title {
      height: auto; }
      #concept .title .number::after {
        background-color: #fff; }
      #concept .title.tate {
        width: 100px;
        margin: 0 auto; }
        #concept .title.tate .h {
          -webkit-writing-mode: vertical-rl;
          -moz-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          white-space: nowrap;
          text-orientation: upright;
          display: inline-block; }
          #concept .title.tate .h span {
            letter-spacing: 5px; }
    #concept .more {
      left: 50%;
      bottom: 50px;
      margin-left: -75px; }
    #concept .image {
      top: 0;
      right: 0;
      height: auto;
      bottom: 0;
      left: 0;
      z-index: 0; }

  /* ------------------------------
   Kodawari
  ------------------------------ */
  #kodawari {
    margin-bottom: 40px; }
    #kodawari .kodawari {
      display: block; }
      #kodawari .kodawari .title {
        margin: 0 auto 40px; }
      #kodawari .kodawari .more {
        position: static; }
        #kodawari .kodawari .more .morebutton {
          margin: 0 auto; }
      #kodawari .kodawari .mainblock {
        margin: 0 0 40px 0; }
        #kodawari .kodawari .mainblock dl {
          margin-top: 30px; }
          #kodawari .kodawari .mainblock dl dt {
            margin-bottom: 20px;
            line-height: 1;
            font-size: 20px;
            text-align: center; }
            #kodawari .kodawari .mainblock dl dt span {
              display: block;
              font-size: 40px;
              padding: 0 0 10px 10px; }
          #kodawari .kodawari .mainblock dl dd {
            margin: 0; }
    #kodawari .carousel {
      display: none; }

  /* ------------------------------
   Brand
  ------------------------------ */
  #brand {
    padding: 60px 0;
    margin-bottom: 60px; }
    #brand ul.brand {
      display: block;
      margin: 0 6vw; }
      #brand ul.brand li {
        padding: 0;
        margin-bottom: 20px;
        width: auto; }
        #brand ul.brand li .box .text .name .logo {
          max-width: min(85%,280px); }
        #brand ul.brand li .box .text .name .sub {
          padding: 0 0 2px; }
        #brand ul.brand li .box .comingsoon {
          text-align: center;
          margin-top: 10px; }
        #brand ul.brand li a .more::after {
          font-size: 16px; }

  /* ------------------------------
   Price
  ------------------------------ */
  #price {
    margin-bottom: 70px; }
    #price .main {
      display: block; }
      #price .main .title {
        margin: 0 0 40px; }
      #price .main .text {
        padding-top: 0; }
        #price .main .text p:not([class]) {
          line-height: 2; }
        #price .main .text .more {
          margin-top: 40px; }
          #price .main .text .more .morebutton {
            margin: 0 auto; }
    #price .image {
      display: none; }

  /* ------------------------------
   Staff
  ------------------------------ */
  #staff {
    padding: 60px 0;
    height: auto;
    display: block; }
    #staff .text {
      margin: 0 0 50px; }
    #staff .more {
      margin: 40px 0 0; }
      #staff .more .morebutton:hover {
        background-color: #fff; }

  /* ------------------------------
   Blog
  ------------------------------ */
  #blog {
    padding: 50px 0;
    margin-bottom: 50px; }
    #blog .titleblock {
      margin-bottom: 25px; }
      #blog .titleblock .h {
        font-size: 32px; }
    #blog ul li {
      padding: 0 6vw; }
      #blog ul li a .image::before {
        display: none; }
      #blog ul li a .post {
        padding: 0 10px; }
      #blog ul li a .date {
        font-size: 12px;
        text-align: right;
        margin-bottom: 5px; }
      #blog ul li a .posttitle {
        font-size: 15px; }
      #blog ul li a .text {
        font-size: 13px; }
      #blog ul li a:hover .image figure img {
        filter: none; }

  /* ------------------------------
   Business
  ------------------------------ */
  #business {
    margin-top: 40px;
    margin-bottom: 40px; }
    #business .title {
      margin-bottom: 40px; }
    #business ul {
      display: block;
      margin: 0; }
      #business ul li {
        width: auto;
        padding: 0 10px;
        margin-bottom: 18px; }
        #business ul li a {
          height: 76px;
          font-size: 16px; }
        #business ul li .craftness {
          font-size: 14px; }
          #business ul li .craftness img {
            width: 160px; }

  /* ------------------------------
   Banner
  ------------------------------ */
  .banner {
    margin-bottom: 120px; }
    .banner .list .bnr + .bnr {
      margin-top: 30px; }
    .banner .list .bnr_column {
      margin-top: 50px; }
      .banner .list .bnr_column .link {
        height: 140px; }
        .banner .list .bnr_column .link .text {
          position: absolute;
          top: 20px;
          right: 0;
          left: 0;
          width: 100%;
          z-index: 1;
          padding-left: 0;
          line-height: 1;
          color: #fff;
          text-align: center; }
          .banner .list .bnr_column .link .text .jp {
            letter-spacing: 0;
            text-indent: 0;
            font-size: 16px; }
          .banner .list .bnr_column .link .text .en {
            font-size: 38px; }
        .banner .list .bnr_column .link .ph {
          width: 100%; }
          .banner .list .bnr_column .link .ph::before {
            backdrop-filter: blur(1px);
            background: rgba(0, 0, 0, 0.1); }
        .banner .list .bnr_column .link .more {
          margin: auto;
          right: 0;
          left: 0;
          bottom: 15px;
          margin-inline: auto; }
          .banner .list .bnr_column .link .more .morebutton {
            margin-inline: auto; }

  /* ------------------------------
   Recruit-Banner
  ------------------------------ */
  #recruit .text {
    margin-top: -60px;
    font-size: 14px; }
    #recruit .text span {
      padding-top: 5px;
      font-size: 26px; }
  #recruit .more {
    bottom: 12px;
    margin-right: -75px; } }
