@charset "UTF-8";
/*!
Theme Name: solocasa_child
Template: solocasa_child
Author: designL
Author URI: https://design-p.com/*/
.indent_content {
  padding: 100px 0;
}

body, #wrap {
  overflow-x: hidden;
}

body {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  width: 100%;
  height: 100%;
}

body.indication {
  opacity: 1;
}

.sp_hamburger, .sp_nav {
  display: none;
}

.page_thumb {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_thumb p {
  font-size: 50px;
  line-height: 1;
  position: absolute;
  letter-spacing: 2px;
}

.single_page {
  margin: 100px auto;
}

.page_title {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 50px;
}

.pan {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 100px;
}

/*header*/
.m-btn {
  background: #232323;
  color: #fff;
  width: 175px;
  height: 50px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.m-btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

header {
  max-width: 1200px;
  margin: 0 auto;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  line-height: 1;
  z-index: 100;
}
header h1 {
  font-size: 40px;
  letter-spacing: 3px;
}
header .inner nav a {
  font-size: 18px;
  position: relative;
}
header .inner nav a:nth-of-type(n + 2) {
  margin-left: 30px;
}
header .inner nav a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-clip-path: inset(0 50% 0 50%);
          clip-path: inset(0 50% 0 50%);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  left: 0;
  bottom: -5px;
}
header .inner nav a:hover::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
header .inner .m-btn {
  margin-left: 30px;
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transform: translate(-7px, 0);
          transform: translate(-7px, 0);
  background: #fff;
  color: #000;
}
header.inview .m-btn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.op-box {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 300;
  background: #f5f5f5;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.op-box.off {
  opacity: 0;
  display: none;
}
.op-box.del {
  display: none;
}

@-webkit-keyframes mainVisualFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes mainVisualFadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.fade-text {
  display: block;
  color: transparent;
  line-height: 1.4;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 300% 300%;
}
.fade-text.to__right {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), color-stop(60%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 60%);
  background-position: left 100% center;
  -webkit-transform: translate(-7px, 0);
          transform: translate(-7px, 0);
}
.fade-text.to__top {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fff), color-stop(50%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0) 50%);
  background-position: center 0;
  -webkit-transform: translate(0, 7px);
          transform: translate(0, 7px);
}

.inview .fade-text.to__right {
  -webkit-animation: toRight var(--duration, 1s) var(--ease) var(--delay, 0.6s) forwards;
          animation: toRight var(--duration, 1s) var(--ease) var(--delay, 0.6s) forwards;
}
.inview .fade-text.to__top {
  -webkit-animation: toTop var(--duration, 1s) var(--ease) var(--delay, 0.6s) forwards;
          animation: toTop var(--duration, 1s) var(--ease) var(--delay, 0.6s) forwards;
}

@-webkit-keyframes toRight {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-position: left 0% center;
  }
}

@keyframes toRight {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-position: left 0% center;
  }
}
@-webkit-keyframes toTop {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-position: center 100%;
  }
}
@keyframes toTop {
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-position: center 100%;
  }
}
.main {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.main .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}
.main .txt01 {
  font-size: 100px;
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: table;
}

.main.inview {
  -webkit-animation: mainVisualFadeIn 1.5s ease-out both;
          animation: mainVisualFadeIn 1.5s ease-out both;
}
.main.inview .img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#index .js-text span {
  display: inline;
}
#index .box01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 185px 0;
}
#index .box01 h2 {
  font-size: 35px;
  line-height: 1.4;
  display: table;
  position: relative;
}
#index .box01 h2::before, #index .box01 h2::after {
  content: "";
  position: absolute;
  background: url(img/index/box01-bdr.svg) no-repeat;
  width: 29px;
  height: 50px;
}
#index .box01 h2::before {
  left: -40px;
  top: -30px;
}
#index .box01 h2::after {
  right: -15px;
  bottom: -25px;
}
#index .box01 .txt01 {
  font-size: 20px;
  line-height: 1.8;
  margin: 35px 0 85px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box01 .txt02 {
  font-size: 25px;
  line-height: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box01 .txt03 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 4px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box01 .img-box {
  position: absolute;
  right: -255px;
  top: -80px;
}
#index .box01 .img-box .img {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#index .box01 .img-box .img02 {
  margin: 50px 0 0 50px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .sec-title {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 60px;
  position: relative;
}
#index .sec-title::before {
  content: "";
  position: absolute;
  background: url(img/index/box01-bdr.svg) no-repeat;
  width: 29px;
  height: 50px;
  left: -40px;
  top: -15px;
}
#index .sec-title span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
  padding: 0 8px 8px;
  margin-left: 20px;
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
}
#index .box02 {
  background: #f5f5f5;
}
#index .box02 .works-slider {
  overflow: inherit;
}
#index .box02 .works-slider .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#index .box02 .works-slider .swiper-slide .img {
  width: 100%;
  padding-top: 56.5%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
#index .box02 .works-slider .swiper-slide h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
#index .box02 .works-slider .swiper-slide .inner {
  font-size: 20px;
  line-height: 1;
}
#index .box02 .works-slider .swiper-slide .inner .info-txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #000;
  padding-left: 20px;
  margin-left: 20px;
}
#index .box02 .works-slider .swiper-slide .btn01 {
  position: absolute;
  right: 0;
  bottom: 10px;
}
#index .box02 .works-slider .swiper-button-prev {
  left: -100px;
  width: 50px;
  top: 210px;
  margin: 0;
  height: auto;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box02 .works-slider .swiper-button-prev::after {
  display: none;
}
#index .box02 .works-slider .swiper-button-next {
  right: -100px;
  width: 50px;
  top: 210px;
  margin: 0;
  height: auto;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box02 .works-slider .swiper-button-next::after {
  display: none;
}
#index .box03 {
  position: relative;
}
#index .box03 .sec-title {
  margin: 0;
  position: absolute;
  top: 70px;
}
#index .box03 .side-scroll-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box03 .swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
  margin: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#index .box03 .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #232323;
  border-bottom: 1px solid #232323;
  margin: auto;
  left: 0;
  right: 0;
  width: 1000px;
  height: auto;
}
#index .box03 .item {
  width: 100%;
  height: auto;
  padding: 80px 0;
}
#index .box03 .item .number {
  margin-right: 50px;
}
#index .box03 .item h3 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 20px;
}
#index .box03 .item .text {
  font-size: 18px;
  line-height: 1.7;
}
#index .box03 .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
  width: 1000px;
}
#index .box03 .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: auto;
  background: none;
  position: relative;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
#index .box03 .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  background: #d5d5d5;
  width: 100%;
  height: 1px;
  bottom: -10px;
  left: 0;
}
#index .box03 .swiper-pagination .swiper-pagination-bullet:nth-of-type(n + 2) {
  margin-left: 20px;
}
#index .box03 .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
}
#index .box03 .swiper-pagination .swiper-pagination-bullet-active::after {
  background: #232323;
}
#index .box04 {
  background: url(img/index/box04-bg.jpg) center center no-repeat;
  padding-top: 75px;
  padding-bottom: 70px;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
#index .box04 .sec-title {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box04 .box {
  background: url(img/index/box04-bg02.jpg) center center repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 100px;
  line-height: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#index .box04 .box .txt01 {
  font-size: 25px;
}
#index .box04 .box .txt02 {
  font-size: 60px;
  letter-spacing: 6px;
}
#index .box04 .box .bdr {
  content: "";
  width: 100px;
  height: 1px;
  background: #000;
  margin: 50px 0 30px;
}
#index .box04 .box .tel {
  font-size: 30px;
  position: relative;
  z-index: 10;
}
#index .box04 .box .tel span {
  font-size: 50px;
}
#index .box04 .box .img-box {
  position: relative;
  z-index: 10;
}
#index .box04 .box .img-box .btn01 {
  position: absolute;
  right: 20px;
  bottom: -25px;
  z-index: 20;
  width: 225px;
}
#index .box04 .box .bdr-box {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
}
#index .box04.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#index .box05 .modelhouse-swiper-container {
  overflow: inherit;
  margin: 0 0 0 50px;
  position: relative;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box05 .modelhouse-swiper-container .swiper-button-prev02 {
  position: absolute;
  left: -50px;
  width: 30px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  cursor: pointer;
  margin: 0;
  height: auto;
}
#index .box05 .modelhouse-swiper-container .swiper-button-prev02::after {
  display: none;
}
#index .box05 .modelhouse-swiper-container .swiper-button-next02 {
  position: absolute;
  right: -50px;
  width: 30px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  cursor: pointer;
  margin: 0;
  height: auto;
}
#index .box05 .modelhouse-swiper-container .swiper-button-next02::after {
  display: none;
}
#index .box05 .modelhouse-slider {
  overflow: hidden;
  width: 525px;
  margin: 0;
}
#index .box05 .modelhouse-slider .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#index .box05 .modelhouse-slider .swiper-slide .img {
  width: 100%;
  padding-top: 67%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#index .box05 .map-box {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box05 .map-box p {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
#index .box05 .map-box iframe {
  width: 525px;
  height: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#index .box06 {
  background: #e8e8e8;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
#index .box06 h2 {
  display: table;
  margin: 0 auto;
  position: relative;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 3px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#index .box06 h2::before, #index .box06 h2::after {
  content: "";
  position: absolute;
  background: url(img/index/box01-bdr.svg) no-repeat;
  width: 29px;
  height: 50px;
}
#index .box06 h2::before {
  left: -40px;
  top: 0;
}
#index .box06 h2::after {
  right: -45px;
  bottom: -15px;
}
#index .box06 .form-box {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
#index .box06 .min-txt {
  line-height: 1;
  font-size: 25px;
  margin: 20px auto 70px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box06 table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
#index .box06 table th, #index .box06 table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
  vertical-align: middle;
  padding: 20px;
  font-weight: 500;
  font-size: 20px;
}
#index .box06 table th {
  width: 370px;
  line-height: 1;
  font-weight: bold;
  padding: 20px 50px;
}
#index .box06 table th p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#index .box06 table th .essential {
  background: #232323;
  padding: 7px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
#index .box06 table td input, #index .box06 table td textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #fff;
  line-height: 1.7;
  border: none;
  width: 100%;
  outline: none;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  font-weight: 500;
}
#index .box06 table td .wpcf7-radio input {
  width: auto;
}
#index .box06 table td .wpcf7-list-item.first {
  margin-left: 0;
}
#index .box06 .wpcf7 form .wpcf7-response-output, #index .box06 .wpcf7 form.invalid .wpcf7-response-output, #index .box06 .wpcf7 form.unaccepted .wpcf7-response-output, #index .box06 .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ff0000;
  font-size: 14px;
}
#index .box06 .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-top: 16px;
  color: #ff0000;
}
#index .box06 .thanks {
  font-size: 16px;
  line-height: 2;
}
#index .box06 div.wpcf7-mail-sent-ok, #index .box06 .wpcf7-spinner {
  display: none !important;
}
#index .box06 .btn_box {
  width: 400px;
  margin: 50px auto 0;
  height: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 32.5px;
  background: #232323;
  position: relative;
}
#index .box06 .btn_box p {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#index .box06 .btn_box p .arrow {
  font-size: 10px;
  position: absolute;
  color: #fff;
  right: 30px;
}
#index .box06 .btn_box input {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background: no-repeat;
  border: none;
  font-weight: 500;
  position: relative;
  z-index: 20;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#index .box06 .btn_box:hover input {
  color: #fff;
}
#index .box06.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

footer {
  background: #232323;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  padding: 90px 0 0;
}
footer .txt01 {
  font-size: 60px;
  letter-spacing: 5px;
}
footer .txt02 {
  font-size: 20px;
  margin: 20px auto 50px;
}
footer nav a {
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
footer nav a:nth-of-type(n + 2) {
  margin-left: 55px;
}
footer nav a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-clip-path: inset(0 50% 0 50%);
          clip-path: inset(0 50% 0 50%);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  left: 0;
  bottom: -5px;
}
footer nav a:hover::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
footer .copy {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #fff;
  padding: 10px 0;
  font-size: 16px;
  margin-top: 100px;
}

@media screen and (max-width: 1230px) {
  header {
    padding: 0 50px;
  }
  .inbox12 {
    padding: 0 50px;
  }
  #index .box01 h2 {
    font-size: 2.85vw;
  }
  #index .box01 .txt01 {
    font-size: 1.63vw;
  }
  #index .box01 .txt02 {
    font-size: 2vw;
  }
  #index .box01 .txt03 {
    font-size: 4.8vw;
  }
  #index .box01 .img-box {
    width: 62%;
  }
  #index .box01 .img-box .img02 {
    margin: 5% 0 0 5%;
  }
  #index .box04 .box {
    width: calc(100% - 100px);
    padding: 80px;
  }
  #index .box04 .box .txt01 {
    font-size: 2vw;
  }
  #index .box04 .box .txt02 {
    font-size: 4.6vw;
  }
  #index .box04 .box .tel {
    font-size: 2.4vw;
  }
  #index .box04 .box .tel span {
    font-size: 4vw;
  }
  #index .box04 .box .img-box {
    width: 45%;
  }
  #index .box05 .modelhouse-swiper-container {
    width: 43%;
  }
  #index .box05 .modelhouse-swiper-container .modelhouse-slider {
    width: 100%;
  }
  #index .box05 .map-box {
    width: 43%;
  }
  #index .box05 .map-box iframe {
    width: 100%;
  }
  #index .box06 .form-box {
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-height: 700px) {
  #index .box03 h2 {
    opacity: 0;
  }
}
.navigation .nav_btn .btn {
  width: 150px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  border-radius: 25px;
}
.navigation .nav_btn .btn.next {
  background: #232323;
}
.navigation .nav_btn .btn.previous {
  background: #232323;
}
.navigation .nav_btn .btn:nth-of-type(2) {
  margin-left: 20px;
}
.navigation .nav_archive_btn {
  background: #232323;
  font-size: 16px;
  width: 265px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  border-radius: 25px;
}

.pagination_over {
  margin-bottom: 80px;
}

.pagination_under {
  margin-top: 80px;
}

#single-works h1 {
  font-size: 20px;
  line-height: 1.7;
}
#single-works .txt_inner {
  margin: 20px 0 50px;
  font-size: 20px;
  line-height: 1;
}
#single-works .txt_inner .works_text01 {
  margin-left: 30px;
}
#single-works .txt_inner .works_text01 span {
  margin-right: 30px;
}
#single-works .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
}

#thanks {
  font-size: 16px;
  line-height: 2;
}