@import url("global.css");
#bodyarea .introduction {
  position: relative;
  margin-bottom: 20px;
	display: flex;
}
#bodyarea .introduction .image {
  position: absolute;
  /*padding: 4%;*/
  z-index: -1;
  width: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  border-top-right-radius: 80px;
  overflow: hidden;
  box-sizing: border-box;
}
#bodyarea .introduction .wrapper {
  position: relative;
}
#bodyarea .introduction .text {
  padding: 120px 0 120px 60px;
  width: 50%;
  margin-left: auto;
  box-sizing: border-box;
}
#bodyarea .introduction .text .catch {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1.4em;
  padding: 16px;
  background: #000000;
  color: #fff;
}
#bodyarea .introduction .text .notes {
  margin-top: 10px;
  font-weight: bold;
  font-size: 0.80rem;
}
#bodyarea  .link-reservation a {
    background-color: #06abcb;
    padding: 10px 50px;
    border-radius: 30px;
    margin: 30px 0;
    display: inline-block;
    color: #fff;
    position: relative;
}

#bodyarea  .link-reservation a::after {
    width: 5px;
    height: 5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    margin: auto;
    right: 30px;
    top: 0;
    bottom: 0;
    content: "";
    transform: rotate(45deg);
}

#bodyarea  .link-reservation.scroll {
    margin: 50px 0 50px;
	display: block;
}
#bodyarea .link-reservation.scroll img {
    padding-bottom: 40px;
    margin: auto;
    max-width: 60%;
}
#bodyarea .architect {
  margin: 100px auto 0;
  padding: 90px 0;
  background-color: #f4f0e9;
}
#bodyarea .architect h1 {
  display: inline-block;
  border-bottom: 1px solid #111;
  font-weight: bold;
  font-size: 41px;
}
#bodyarea .floorplan {
  background-color: #fff;
    padding: 100px 0 10px 0;
    margin: 70px auto 0;
    max-width: 1280px 
}
#bodyarea .floorplan .subcatch {
  text-align: center;
}
#bodyarea .floorplan .subcatch span {
  display: inline-block;
  border-bottom: 1px solid #111;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 10px;
}
#bodyarea .floorplan .maintitle {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 60px;
}
#bodyarea .floorplan .maintitle .jp {
  font-size: 15px;
  font-weight: bold;
}
#bodyarea .floorplan .maintitle .en {
  font-family: "Kanit", sans-serif;
  font-size: 56px;
  font-weight: 400;
}
#bodyarea .floorplan .maintitle .en:first-letter {
  color: #00A9C5;
}
#bodyarea .floorplan .madori .img {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 25px auto 20px;
}
#bodyarea .floorplan .madori .img p {
  flex: 1;
}
#bodyarea .floorplan .madori .data {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
}
#bodyarea .floorplan .madori .data dl {
  display: flex;
  align-items: flex-start;
}
#bodyarea .floorplan .madori .data dl + dl {
  margin-left: 25px;
}
#bodyarea .floorplan .madori .data dl dt {
  background-color: #C9B893;
  color: #fff;
  flex-shrink: 0;
  width: 80px;
  text-align: center;
}
#bodyarea .floorplan .madori .data dl dd {
  margin-left: 10px;
}
#bodyarea .floorplan .point_list {
  margin: 100px auto 0;
  max-width: 1100px;
}
#bodyarea .floorplan .point_list .item {
  display: flex;
}
#bodyarea .floorplan .point_list .item:nth-child(even) {
  flex-direction: row-reverse;
}
#bodyarea .floorplan .point_list .item:nth-child(even) .ph {
  margin: 0 0 0 75px;
}
#bodyarea .floorplan .point_list .item:nth-child(even) .ph figcaption {
  right: auto;
  left: -45px;
}
#bodyarea .floorplan .point_list .item + .item {
  margin-top: 60px;
}
#bodyarea .floorplan .point_list .item .ph {
  flex-shrink: 0;
  width: 45%;
  margin: 0 75px 0 0;
  position: relative;
}
#bodyarea .floorplan .point_list .item .ph figcaption {
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #C9B893;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -45px;
}
#bodyarea .floorplan .point_list .item .ph figcaption .text {
  font-size: 12px;
}
#bodyarea .floorplan .point_list .item .ph figcaption .num {
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 38px;
}
#bodyarea .floorplan .point_list .item .textarea {
  align-self: center;
}
#bodyarea .floorplan .point_list .item .textarea .title {
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  margin-bottom: 15px;
}
#bodyarea .floorplan .point_list .item .textarea .text {
  font-weight: bold;
}

#bodyarea .modelmenu {
  /*margin-top: 100px;*/
  background-color: #f4f0e9;
  padding: 90px 0 20px;
  max-width: 1280px;
  margin: 0 auto;
}
#bodyarea .modelmenu .subcatch {
  text-align: center;
}
#bodyarea .modelmenu .subcatch span {
  display: inline-block;
  border-bottom: 1px solid #111;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 10px;
}
#bodyarea .modelmenu .maintitle {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 60px;
}
#bodyarea .modelmenu .maintitle .jp {
  font-size: 15px;
  font-weight: bold;
}
#bodyarea .modelmenu .maintitle .en {
  font-family: "Kanit", sans-serif;
  font-size: 56px;
  font-weight: 400;
}
#bodyarea .modelmenu .maintitle .en:first-letter {
  color: #00A9C5;
}
#bodyarea .modelmenu .list {
  max-width: 1400px;
  margin: 0 auto;
}
#bodyarea .modelmenu .list .item {
  padding: 0 0 70px;
  box-sizing: border-box;
	justify-content: space-between;
	margin: 50px auto 0;
	max-width: 1000px;
}
#bodyarea .modelmenu .list .item .ph {
	width: 40%;
}
#bodyarea .modelmenu .list .item .ph img {

}
#bodyarea .modelmenu .list .item .title {

}
#bodyarea .modelmenu .list .item .title .num {
  font-family: "Kanit", sans-serif;
  font-size: 33px;
}
#bodyarea .modelmenu .list .item .title .num span {
  font-size: 20px;
}
#bodyarea .modelmenu .list .item .title .text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
#bodyarea .modelmenu .list .item .comment {
  margin-top: 12px;
}

#bodyarea .modelmenu .list .item .comment span {
    /* color: #ddd; */
    background-color: #fff000;
}
#bodyarea .modelmenu .list .item > div {
	width: 57%;
}
#bodyarea .modelmenu .list .item.last {
  background-color: #F6F6F6;
}
#bodyarea .modelmenu .list .item.last .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
}
#bodyarea .modelmenu .list .item.last .inner p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#bodyarea .modelmenu .list .item.last .inner .illust {
  width: 110px;
  margin: 15px auto 0;
}
#bodyarea .gallery {
  /*margin-top: 100px;*/
  background-color: #fff;
  padding: 90px 0;
  max-width: 1280px;
  margin: 0 auto;
}
#bodyarea .gallery .subcatch {
  text-align: center;
}
#bodyarea .gallery .subcatch span {
  display: inline-block;
  border-bottom: 1px solid #111;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 10px;
}
#bodyarea .gallery .maintitle {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 60px;
}
#bodyarea .gallery .maintitle .jp {
  font-size: 15px;
  font-weight: bold;
}
#bodyarea .gallery .maintitle .en {
  font-family: "Kanit", sans-serif;
  font-size: 56px;
  font-weight: 400;
}
#bodyarea .gallery .maintitle .en:first-letter {
  color: #00A9C5;
}
#bodyarea .movie {
  /*margin-top: 100px;*/
  background-color: #f4f0e9;
  padding: 90px 0 20px;
  max-width: 1280px;
  margin: 0 auto;
}
#bodyarea .movie .maintitle {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 60px;
}
#bodyarea .movie .maintitle .jp {
  font-size: 15px;
  font-weight: bold;
}
#bodyarea .movie .maintitle .en {
  font-family: "Kanit", sans-serif;
  font-size: 56px;
  font-weight: 400;
}
#bodyarea .movie .maintitle .en:first-letter {
  color: #00A9C5;
}
#bodyarea .movie .model-tv .text {
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
  line-height: 1.3;
  text-align: center;
}

 #bodyarea .movie .model-tv .tos-movie {
    margin: 30px auto 30px;
    display: block;
    width: 60%;
    height: 450px;
 }
.staff-link {
    background-color: #f6f6f6;
    padding: 100px 0 10px;
	margin: 100px 0;
}

.staff-link h2 {
    text-align: center;
	font-size: 2em;
}

.staff-link .wrapper > p {
    text-align: center;
    margin: 0 0 50px;
}
.makehouse .morebtn a,
.staff-link .morebtn a{
    border: 1px solid #ddd;
    width: 300px;
    padding: 10px;
    border-radius: 30px;
    margin: 50px auto 100px;
    background-color: #fff;
}

#bodyarea .indexlist {
    display: flex;
    flex-wrap: wrap;
}

#bodyarea .indexlist .item {
    width: 25%;
    box-sizing: border-box;
    padding: 0 25px 50px;
}

#bodyarea .indexlist .item a {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
}

#bodyarea .indexlist .item a .ph {
    position: relative;
    height: 0;
    padding-top: 150%;
    overflow: hidden;
    border-radius: 8px;
}

#bodyarea .indexlist .item a .ph::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.08);
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#bodyarea .indexlist .item a .ph img {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0.04, 0.435, 0.315, 0.9);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#bodyarea .indexlist .item a .ontext {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#bodyarea .indexlist .item a .ontext .name_en {
    text-align: right;
    position: absolute;
    top: -12px;
    right: 12px;
    font-family: "Kanit", sans-serif;
    font-size: 21px;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(17, 17, 17, 0.3);
}

#bodyarea .indexlist .item a .ontext .name_en span {
    display: block;
    font-size: 52px;
}

#bodyarea .indexlist .item a .ontext .inner {
    position: absolute;
    bottom: 25px;
    left: 30px;
    line-height: 1.6;
}

#bodyarea .indexlist .item a .ontext .inner .cat {
    display: inline-block;
    background-color: #00A9C5;
    box-sizing: border-box;
    padding: 1px 10px;
    font-size: 12px;
    margin-bottom: 13px;
    line-height: 1.8;
}

#bodyarea .indexlist .item a .ontext .inner .position {
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

#bodyarea .indexlist .item a .ontext .inner .name {
    font-size: 25px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

#bodyarea .kidsspace {
  margin-top: 80px;
}
#bodyarea .kidsspace .flex_inner {
  display: flex;
  position: relative;
  padding: 0 60px;
}
#bodyarea .kidsspace .flex_inner::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #F6F6F6, #F6F6F6 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3px), repeating-linear-gradient(to right, #F6F6F6, #F6F6F6 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 3px);
}
#bodyarea .kidsspace .flex_inner .textarea {
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
#bodyarea .kidsspace .flex_inner .textarea .staff {
  margin-bottom: 45px;
}
#bodyarea .kidsspace .flex_inner .textarea .staff .staffph {
  flex-shrink: 0;
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
}
#bodyarea .kidsspace .flex_inner .textarea .staff .cap {
  position: absolute;
  border: 1px solid #00A9C5;
  background-color: #fff;
  border-radius: 2px;
  color: #00A9C5;
  font-weight: bold;
  top: -10px;
  left: 140px;
  padding: 6px 12px;
  font-size: 15px;
}
#bodyarea .kidsspace .flex_inner .textarea .staff .cap::after {
  content: "";
  background-color: #00A9C5;
  width: 1px;
  height: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 17px;
  left: -5px;
  z-index: 1;
}
#bodyarea .kidsspace .flex_inner .textarea .text .title {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}
#bodyarea .kidsspace .flex_inner .textarea .text .title span {
  color: #00A9C5;
}
#bodyarea .kidsspace .flex_inner .ph {
  order: 2;
  flex-shrink: 0;
  width: 50%;
  margin-left: 3%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#bodyarea .place {
  margin-top: 180px;
}
#bodyarea .place .maintitle {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
}
#bodyarea .place .flex_inner {
  display: flex;
  align-items: center;
}
#bodyarea .place .flex_inner .textarea {
  width: 50%;
}
#bodyarea .place .flex_inner .textarea .name {
  font-weight: bold;
  font-size: 18px;
}
#bodyarea .place .flex_inner .textarea .data {
  margin: 10px 0;
}
#bodyarea .place .flex_inner .textarea .data .row {
  display: flex;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}
#bodyarea .place .flex_inner .textarea .data .row .head {
  flex-shrink: 0;
  width: 100px;
  padding: 10px;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
}
#bodyarea .place .flex_inner .textarea .data .row .head::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  background-color: #999;
}
#bodyarea .place .flex_inner .textarea .data .row .body {
  flex-grow: 1;
  padding: 10px 10px 10px 20px;
}
#bodyarea .place .flex_inner .map {
  height: 360px;
  width: 50%;
  position: relative;
}
#bodyarea .place .flex_inner .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#bodyarea .outro {
  margin-top: 120px;
  text-align: center;
}
#bodyarea .outro .maintitle {
  display: inline-block;
  font-weight: bold;
  font-size: 34px;
  border-bottom: 1px solid #111;
  line-height: 1.4;
  margin-bottom: 40px;
}
#bodyarea .outro .introtxt {
  font-weight: bold;
}
#bodyarea .outro .inner {
  display: flex;
  margin-top: 60px;
}
#bodyarea .outro .inner .item {
  flex: 1;
}
#bodyarea .outro .inner .item + .item {
  margin-left: 5%;
  transition-delay: .2s;
}
#bodyarea .outro .inner .item .ph {
  position: relative;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
}
#bodyarea .outro .inner .item .ph img {
  position: absolute;
  top: 0;
  left: 0;
}
#bodyarea .outro .inner .item .title {
  font-weight: bold;
  color: #00A9C5;
  font-size: 26px;
  margin: 40px 0 20px;
}
#bodyarea .outro .inner .item .text {
  font-weight: bold;
}
#bodyarea .outro .contactbtn a {
  display: block;
  width: 500px;
  background-color: #00A9C5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 80px auto 0;
  box-sizing: border-box;
  padding: 20px;
  font-size: 18px;
  border-radius: 3px;
}
#bodyarea .outro .contactbtn a:hover {
  opacity: .6;
}
#bodyarea .outro .contactbtn a::after {
  content: "\f178";
  font-family: "Font Awesome 6 free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
}

.architect .item.anime-fade-up.scrollin.is-active {
    display: flex;
    flex-wrap: wrap;
}

#bodyarea .modelmenu .list .item:nth-child(2n) {
    /* color: #ddd; */
    flex-direction: row-reverse;
}

section.night-mitsukoshi {
    display: flex;
    max-width: 1200px;
	margin: auto;
    justify-content: space-between;
}


section.night-mitsukoshi figure {
	width: 45%;
}

section.night-mitsukoshi div {
	width: 50%;
	text-align: left;
}

section.night-mitsukoshi div h3 {
    background-color: #000;
    margin: 0 0 30px;
    width: fit-content;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.4em;
    padding: 16px;
    background: #000000;
    color: #fff;
}

section.night-mitsukoshi div ul {
    margin: 0 0 20px;
}

section.night-mitsukoshi div ul li {
    font-weight: bold;
    text-indent: 1em;
    margin: 10px;
}

section.night-mitsukoshi div ul li:before {
    content: "⚫︎";
    padding: 0 8px 0 0;
}

section.night-mitsukoshi div p span {
    font-weight: bold;
    background-color: #fff450;
    padding: 3px;
}



.architect-introduction {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
}

.architect-staff {
    width: 48%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
	border-radius: 10px;
}

.architect-staff > div {
    display: flex;
    justify-content: space-between;
}

.architect-staff > div > figure {
	width: 30%;
}

.architect-staff > div > div {
	width: 65%;
}

.architect-staff h4 {
    font-size: 1.2em;
    font-weight: bold;
}

.architect-staff > p {
    margin: 20px 0 0;
}

.architect-staff span {
    padding: 10px 0;
    display: block;
    font-size: .9em;
}

.architect-staff > div.sekou {
    display: block;
}

.architect-staff > div.sekou h5 {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 2px;
    margin: 0 auto 20px;
    width: 100%;
	box-sizing: border-box;
}

.architect-staff > div.sekou > figure {
    width: 90%;
    margin: 0 auto 10px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.architect-staff  div.sekou > p {
    text-align: center;
    margin: 0 0 10px;
    font-weight: bold;
}

.architect-staff div.sekou div.morebtn {
    width: inherit;
    font-size: .9em;
}

.staff-link div.sekou div.morebtn a {
    margin: 20px auto 0;
    padding: 0;
    width: 18em;
    line-height: 1em;
}

.architect-staff > div.sekou {
    display: block;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 30px 0 0;
}


#bodyarea .process {
    display: flex;
    position: relative;
    margin-top: 80px;
    overflow: hidden;
    padding: 60px 0;
}
#bodyarea .process:before {
    content: "";
    background-color: #f6f6f6;
    position: absolute;
    top: 0;
    right: 50%;
    left: 50%;
    z-index: -1;
    height: 100%;
    margin-right: -50vw;
    margin-left: -640px;
}

#bodyarea .process .wrapper {
    display: flex;
    max-width: 1450px;
}
#bodyarea .process .maintitle {
    text-align: center;
    line-height: 1;
    align-self: center;
    margin-right: 4%;
}

#bodyarea .process .maintitle .jp {
    font-size: 19px;
    font-weight: 700;
}

#bodyarea .process .maintitle .en {
    font-family: "Kanit", sans-serif;
    font-size: 56px;
}

#bodyarea .process .processlist {
    position: relative;
    display: flex;
}

#bodyarea .process .processlist:before {
    content: "";
    background-color: #111;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 65px;
}
#bodyarea .process .processlist .item {
    background-color: #fff;
    padding: 50px 20px 35px;
    flex: 1;
    box-shadow: 1px 1px 3px rgba(17, 17, 17, .1);
}
#bodyarea .process .processlist .item+.item {
    margin-left: 30px;
}
#bodyarea .process .processlist .item:nth-child(2) {
    transition-delay: .15s;
}

#bodyarea .process .processlist .item:nth-child(3) {
    transition-delay: .3s;
}
#bodyarea .process .processlist .item:nth-child(4) {
    transition-delay: .45s;
}
#bodyarea .process .processlist .item:nth-child(5) {
    transition-delay: .6s;
}

#bodyarea .process .processlist .item .step {
    color: #00a9c5;
    font-family: "Kanit", sans-serif;
    font-size: 18px;
    position: relative;
}
#bodyarea .process .processlist .item .step:before {
    content: "";
    background-color: #111;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 10px;
}

#bodyarea .process .processlist .item .title {
    font-weight: 700;
    font-size: 21px;
}
#bodyarea .process .processlist .item .text {
    font-size: 15px;
    margin-top: 5px;
}


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

 Responsive-Breakpoint-1 (1600px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 (1370px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1370px) {
  #bodyarea .introduction .text {
    padding: 100px 0 20px 60px;
  }
  #bodyarea .introduction .text .catch {
    font-size: 26px;
  }
  #bodyarea .introduction img.objectfit {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 70%;
}	
  #bodyarea .floorplan {
    max-width: 900px;
}
  #bodyarea .modelmenu {
    max-width: 900px;
}
  /*#bodyarea .modelmenu {
    margin-top: 110px;
  }*/
  #bodyarea .modelmenu .list .item .title {
    align-items: flex-start;
  }
  #bodyarea .modelmenu .list .item .title .num {
    font-size: 30px;
  }
  #bodyarea .modelmenu .list .item .title .text {
    margin-top: .1em;
  }
  #bodyarea .modelmenu .list .item .comment {
    font-size: 15px;
  }
  #bodyarea .gallery {
    max-width: 900px;
}
  #bodyarea .movie {
    max-width: 900px;
}
  #bodyarea .movie .text {
    margin-top: .1em;
  }
 #bodyarea .movie .model-tv .tos-movie {
    width: 60%;
    height: 300px;
 }
	#bodyarea .indexlist {
    max-width: 1060px;
    margin: 0 auto;
	}
	#bodyarea .indexlist .item {
    width: 33.3333333333%;
    padding: 0 20px 40px;
	}
	#bodyarea .indexlist .item a .ontext .name_en {
    font-size: 16px;
    top: -10px;
    right: 10px;
	}
	#bodyarea .indexlist .item a .ontext .name_en span {
    font-size: 42px;
	}
	#bodyarea .indexlist .item a .ontext .inner {
    bottom: 15px;
    left: 20px;
	}
  #bodyarea .place .inner {
    padding: 40px 0;
  }
  #bodyarea .kidsspace .flex_inner .textarea .staff {
    margin-bottom: 25px;
  }
  #bodyarea .kidsspace .flex_inner .textarea .text .title {
    font-size: 23px;
    margin-bottom: 15px;
  }
	#bodyarea .process:before {
        top: 0;
        right: 0;
        left: 160px;
        height: 100%;
        margin-right: 0;
        margin-left: 0;
    }
	#bodyarea .process .processlist:before {
        top: 50px;
    }
	#bodyarea .process .processlist .item {
        padding: 35px 15px 30px;
    }
	#bodyarea .process .processlist .item .step {
        font-size: 16px;
    }
	#bodyarea .process .processlist .item .step:before {
        left: -20px;
    }
	#bodyarea .process .processlist .item .title {
        font-size: 18px;
    }
	#bodyarea .process .processlist .item .text {
        font-size: 14px;
    }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #bodyarea .intro {
    display: block;
  }
  #bodyarea .intro .ph {
    width: 100%;
    height: 460px;
    border-radius: 0;
  }
  #bodyarea .intro .ph img {
    object-position: bottom center;
  }
  #bodyarea .introduction {
    margin-bottom: 100px;
  }
  #bodyarea .introduction .image {
    border-top-right-radius: 40px;
  }
  #bodyarea .introduction .text {
    padding: 60px 0 60px 50px;
  }
  #bodyarea .introduction .text .catch {
    font-size: 31px;
    margin-bottom: 10px;
  }
  #bodyarea .introduction .text p:not([class]) br {
    display: none;
  }
  #bodyarea .floorplan {
    margin-top: 100px;
    padding: 75px 0;
  }
  #bodyarea .floorplan .point_list {
    margin-top: 70px;
  }
  #bodyarea .modelmenu {
    /*margin-top: 80px;*/
    padding: 70px 0 0;
  }
  #bodyarea .modelmenu .list .item {
    width: 50%;
    padding-bottom: 50px;
  }
  #bodyarea .movie {
    /*margin-top: 80px;*/
    padding: 70px 0 0;
  }
 #bodyarea .movie .model-tv .tos-movie {
    width: 60%;
    height: 200px;
 }
  #bodyarea .outro {
    margin-top: 80px;
  }
  #bodyarea .outro .maintitle {
    font-size: 30px;
  }
  #bodyarea .outro .inner {
    margin-top: 50px;
  }
  #bodyarea .outro .inner .item .title {
    font-size: 21px;
    margin: 30px 0 10px;
  }
  #bodyarea .outro .inner .item .text {
    text-align: left;
  }
	#bodyarea .indexlist .item {
    width: 50%;
}
  #bodyarea .kidsspace {
    margin-top: 60px;
  }
  #bodyarea .kidsspace .flex_inner {
    display: block;
    padding: 1px 60px 60px;
  }
  #bodyarea .kidsspace .flex_inner::before {
    top: 0;
  }
  #bodyarea .kidsspace .flex_inner .textarea {
    text-align: center;
  }
  #bodyarea .kidsspace .flex_inner .textarea .staff {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: -35px;
  }
  #bodyarea .kidsspace .flex_inner .textarea .staff .cap {
    position: relative;
    top: 0;
    left: 0;
    margin: 15px 0 0 30px;
  }
  #bodyarea .kidsspace .flex_inner .ph {
    max-width: 500px;
    width: auto;
    margin: 30px auto 0;
  }
  #bodyarea .place {
    margin-top: 80px;
  }
  #bodyarea .place .maintitle {
    font-size: 25px;
    margin-bottom: 35px;
  }
    #bodyarea .process .wrapper {
        display: block;
    }
	#bodyarea .process .processlist {
        display: block;
	}
	#bodyarea .process .processlist .item {
        margin: 30px 0 0 30px;
        padding: 35px 35px 35px 25px;
        position: relative;
        box-shadow: -2px 0 10px rgba(17, 17, 17, 0.1);
    }
	#bodyarea .process .processlist::before {
        top: 50px;
        width: 1px;
        height: calc(100% - 50px);
        left: 28px;
    }
	#bodyarea .process .processlist .item .step::before {
        left: -32px;
    }
	#bodyarea .process .processlist .item:last-child::after {
        content: "";
        width: 3px;
        height: calc(100% - 56px);
        position: absolute;
        top: 56px;
        left: -2px;
        background-color: #fff;
    }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #bodyarea .introduction {
    margin-bottom: -150px;
  }
  #bodyarea .introduction .image {
    position: relative;
    height: 0;
	padding-top: 100%;
    width: 100%;
    margin-right: 5vw;
    border-top-right-radius: 40px;
  }
  #bodyarea .introduction .image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  #bodyarea .introduction .text {
    padding: 0px 0 0 0;
    width: auto;
  }
  #bodyarea .introduction .text .catch {
    font-size: calc(205% + 4 * (100vw - 360px) / 280);
    margin-bottom: 10px;
  }
  #bodyarea .introduction .text p:not([class]) {
    font-weight: normal;
    font-size: 14px;
  }
  #bodyarea .link-reservation.scroll img {
    padding-bottom: 0px;
    margin: auto;
    max-width: 90%;
}

  #bodyarea .architect {
    padding: 50px 5vw;
}
  #bodyarea .architect h1 {
	display: inline-block;
    border-bottom: 1px solid #111;
    font-weight: bold;
    font-size: 27px;
}
  #bodyarea .floorplan {
    margin-top: 70px;
    padding: 45px 0 10px 0;
  }
  #bodyarea .floorplan .subcatch span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #bodyarea .floorplan .maintitle {
    margin-bottom: 30px;
  }
  #bodyarea .floorplan .maintitle .jp {
    font-size: 12px;
  }
  #bodyarea .floorplan .maintitle .en {
    font-size: 32px;
  }
  #bodyarea .floorplan .madori {
    text-align: center;
  }
  #bodyarea .floorplan .madori .img {
    display: block;
    margin: 10px 0;
  }
  #bodyarea .floorplan .madori .data {
    display: inline-block;
    text-align: left;
    font-size: 13px;
  }
  #bodyarea .floorplan .madori .data dl + dl {
    margin: 5px 0 0;
  }
  #bodyarea .floorplan .point_list {
    margin-top: 45px;
  }
  #bodyarea .floorplan .point_list .item {
    display: block;
  }
  #bodyarea .floorplan .point_list .item + .item {
    margin-top: 40px;
  }
  #bodyarea .floorplan .point_list .item:nth-child(even) .ph {
    margin: 0;
  }
  #bodyarea .floorplan .point_list .item:nth-child(even) .ph figcaption {
    left: 0;
  }
  #bodyarea .floorplan .point_list .item .ph {
    width: auto;
    margin: 0;
  }
  #bodyarea .floorplan .point_list .item .ph .img {
    border-radius: 4px;
    overflow: hidden;
  }
  #bodyarea .floorplan .point_list .item .ph figcaption {
    position: relative;
    width: 70px;
    height: 70px;
    margin: -35px auto 0;
    transform: none;
    top: 0;
    left: 0;
    right: 0;
  }
  #bodyarea .floorplan .point_list .item .ph figcaption .text {
    font-size: 10px;
  }
  #bodyarea .floorplan .point_list .item .ph figcaption .num {
    font-size: 30px;
  }
  #bodyarea .floorplan .point_list .item .textarea {
    margin-top: 5px;
  }
  #bodyarea .floorplan .point_list .item .textarea .title {
    text-align: center;
    font-size: 21px;
    margin-bottom: 0;
  }
  #bodyarea .floorplan .point_list .item .textarea .text {
    font-weight: 500;
  }
  #bodyarea .modelmenu {
    /*margin-top: 50px;*/
    padding: 50px 0;
  }
  #bodyarea .modelmenu .subcatch span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #bodyarea .modelmenu .maintitle {
    margin-bottom: 30px;
  }
  #bodyarea .modelmenu .maintitle .jp {
    font-size: 12px;
  }
  #bodyarea .modelmenu .maintitle .en {
    font-size: 32px;
  }
  #bodyarea .modelmenu .list .item {
    width: 100%;
    padding: 0 0 45px;
  }
  #bodyarea .modelmenu .list .item:last-child {
    padding-bottom: 0;
  }
  #bodyarea .modelmenu .list .item .title {
    margin-top: 20px;
  }
  #bodyarea .modelmenu .list .item .title .num {
    font-size: 24px;
    font-weight: 400;
  }
  #bodyarea .modelmenu .list .item .title .text {
    margin-top: 0;
    font-size: 18px;
  }
  #bodyarea .modelmenu .list .item .comment {
    font-size: 13px;
    margin-top: 8px;
  }
  #bodyarea .gallery {
    /*margin-top: 70px;*/
    padding: 45px 0;
  }
  #bodyarea .gallery .subcatch span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #bodyarea .gallery .maintitle {
    margin-bottom: 30px;
  }
  #bodyarea .gallery .maintitle .jp {
    font-size: 12px;
  }
  #bodyarea .gallery .maintitle .en {
    font-size: 32px;
  }
  #bodyarea .movie {
    /*margin-top: 50px;*/
    padding: 50px 0;
  }
  #bodyarea .movie .maintitle {
    margin-bottom: 30px;
  }
  #bodyarea .movie .maintitle .jp {
    font-size: 12px;
  }
  #bodyarea .movie .maintitle .en {
    font-size: 32px;
  }
  #bodyarea .movie .model-tv .text {
    margin-top: 0;
    font-size: 18px;
  }
  #bodyarea .movie .model-tv .tos-movie {
    width: 90%;
    height: 190px;
  }

	#bodyarea .indexlist {
    margin: 0 calc(-5vw + -2px);
	}
	#bodyarea .indexlist .item {
    padding: 0 2px 4px;
    overflow: hidden;
	}
	#bodyarea .indexlist .item a .ph {
    border-radius: 0;
	}
	#bodyarea .indexlist .item a .ontext .name_en {
    font-size: 13px;
    top: -6px;
    right: 6px;
	}
	#bodyarea .indexlist .item a .ontext .name_en span {
    font-size: 28px;
	}
	#bodyarea .indexlist .item a .ontext .inner {
    bottom: 15px;
    left: 15px;
    line-height: 1.4;
	}
	#bodyarea .indexlist .item a .ontext .inner .cat {
    padding: 0 4px;
    font-size: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
	}
	#bodyarea .indexlist .item a .ontext .inner .position {
    font-size: 11px;
	}
	#bodyarea .indexlist .item a .ontext .inner .name {
    font-size: 20px;
	}
	
  #bodyarea .kidsspace {
    margin-top: 80px;
  }
  #bodyarea .kidsspace .wrapper {
    padding: 0;
  }
  #bodyarea .kidsspace .flex_inner {
    padding: 1px 5vw 30px;
  }
  #bodyarea .kidsspace .flex_inner .textarea .staff {
    margin-top: -25px;
    margin-bottom: 15px;
  }
  #bodyarea .kidsspace .flex_inner .textarea .staff .staffph {
    width: 80px;
  }
  #bodyarea .kidsspace .flex_inner .textarea .staff .cap {
    margin: 5px 0 0 20px;
    font-size: 13px;
    letter-spacing: 0.05em;
    padding: 5px 10px;
  }
  #bodyarea .kidsspace .flex_inner .textarea .staff .cap::after {
    height: 20px;
    top: 12px;
  }
  #bodyarea .kidsspace .flex_inner .textarea .text {
    text-align: left;
  }
  #bodyarea .kidsspace .flex_inner .textarea .text .title {
    text-align: center;
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  #bodyarea .kidsspace .flex_inner .ph {
    margin-top: 25px;
  }
  #bodyarea .place {
    margin-top: 50px;
  }
  #bodyarea .place .maintitle {
    font-size: 21px;
    margin-bottom: 25px;
  }
  #bodyarea .place .flex_inner {
    display: block;
  }
  #bodyarea .place .flex_inner .textarea {
    width: auto;
  }
  #bodyarea .place .flex_inner .textarea .name {
    font-size: 16px;
  }
  #bodyarea .place .flex_inner .textarea .data .row {
    font-size: 14px;
  }
  #bodyarea .place .flex_inner .textarea .data .row .head {
    width: 85px;
    padding: 5px;
  }
  #bodyarea .place .flex_inner .textarea .data .row .body {
    padding: 5px 5px 5px 15px;
  }
  #bodyarea .place .flex_inner .map {
    width: auto;
    height: 200px;
    margin-top: 30px;
  }
  #bodyarea .outro {
    margin-top: 60px;
  }
  #bodyarea .outro .maintitle {
    font-size: 21px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  #bodyarea .outro .introtxt {
    text-align: left;
  }
  #bodyarea .outro .inner {
    display: block;
    margin-top: 35px;
  }
  #bodyarea .outro .inner .item + .item {
    margin: 30px 0 0;
  }
  #bodyarea .outro .inner .item .ph {
    width: calc(100% + 10vw);
    margin: 0 -5vw;
    padding-top: 50%;
  }
  #bodyarea .outro .inner .item .title {
    font-size: 18px;
    margin: 20px 0 8px;
  }
  #bodyarea .outro .inner .item .text {
    font-size: 14px;
    text-align: left;
    font-weight: inherit;
  }
  #bodyarea .outro .contactbtn a {
    margin-top: 50px;
    font-size: 15px;
    width: auto;
  }
	section.night-mitsukoshi {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		width: 90%;
	}
	section.night-mitsukoshi figure {
    width: 100%;
	}
	section.night-mitsukoshi div {
    width: 100%;
	margin: 0 0 30px;
	}
	div#main {
    overflow: hidden;
	}
	section.night-mitsukoshi div h3 {
    font-size: 6.5vw;
	}
	.staff-link .wrapper > p {
    text-align: left;
	}
	.architect-staff {
    width: 100%;
		margin: 0 0 50px;
	}
	#bodyarea .modelmenu .list .item .ph {
    width: 100%;
	}
	#bodyarea .modelmenu .list .item > div {
    width: 100%;
	}
	.makehouse .morebtn a, .staff-link .morebtn a {
    margin: 10px auto 50px;
	}
	.staff-link div.sekou div.morebtn a {
    width: 100%;
	}
	.architect-staff > div.sekou {
    padding: 15px;
	}
	#bodyarea .process .processlist .item:nth-child(5) {
    transition-delay: .6s;
}
	#bodyarea .process:before {
        border-radius: 15px 0 0 15px;
    }
	#bodyarea .process .maintitle .jp {
        font-size: 13px;
    }
	#bodyarea .process .maintitle .en {
        font-size: 32px;
    }
	#bodyarea .process .processlist:before {
        left: -1px;
        height: calc(100% - 35px);
        top: 35px;
    }
	#bodyarea .process .processlist .item {
        margin: 20px 0 0;
        padding: 15px;
    }
	#bodyarea .process .processlist .item+.item {
        margin: 20px 0 0;
    }
	#bodyarea .process .processlist .item .step {
        font-size: 15px;
    }
	#bodyarea .process .processlist .item .step:before {
        left: -20px;
        height: 10px;
        width: 10px;
    }
	#bodyarea .process .processlist .item .title {
        font-size: 16px;
    }
	#bodyarea .process .processlist .item .text {
        font-size: 13px;
        margin: 0;
    }
	    #bodyarea .process .processlist .item:last-child::after {
        height: calc(100% - 35px);
        top: 35px;
        left: -1px;
    }
}
