@charset "UTF-8";

body {
  overflow-y: hidden;
}

main {
  padding-bottom: 0;
}
.page_logo {
  display: none;
}
article {
  /* BASE9非表示の時 */
  padding-bottom: 50px;
}
/* -------------------------------------
mainimg
------------------------------------- */
#mainimg {
  width: 100%;
  /*height: 100vh;*/
  background-color: #fff;
  position: relative;
}
#mainimg #title {
  color: #fff;
  width: 27%;
  /*max-width:292px;*/
  min-width: 250px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
#mainimg .mvimg {
  /*height: 100vh;*/
  overflow-y: hidden;
  position: relative;
  z-index: 10;
}
#mainimg .mainimg {
  width: 100%;
  /*height: auto;*/
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#mainimg .newsbox {
  width: 50%;
  /*max-width: 440px;*/
  max-width: 400px;
  padding-right: 52px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
}

#mainimg .newsbox p {
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 10px 0 10px 20px;
  margin: 0 20px 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
#mainimg .newsbox p .date {
  margin-right: 10px;
}
#mainimg .newsbox p .nttl {
  width: 65%;
}
#mainimg .newsbox p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 42px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 100%;
  bottom: 0;
}

#mainimg #scroll {
  width: 28px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 5;
  opacity: 1;
  /*-webkit-animation: flash 2s linear infinite;
	animation: flash 2s linear infinite;*/
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

body.fixed #mainimg #scroll {
  display: none;
}

/* -------------------------------------
concept
------------------------------------- */
#concept {
  /*padding-bottom: 200px;*/
}
#concept .page {
  padding: 0;
}

#concept .txtbk {
  width: 100%;
  /*max-width: 590px;*/
  max-width: 620px;
  margin: 0 auto 50px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  font-feature-settings: initial;
}
#concept .txtbk .contttl {
  font-size: 20px;
  text-align: left;
  margin-left: 40px;
}
#concept .txtbk p {
  text-align: left;
  line-height: 2;
  display: inline-block;
  padding-top: 1.5em;
}
#concept .txtbk p span {
  display: flex;
  margin-left: 30px;
}
#concept .txtbk p span:last-child {
  margin: 0;
}
#concept .wrap {
  max-width: 1440px;
  margin: 0 auto;
}
#concept .imgbk {
  max-width: 1146px;
  margin: 0 0 0 auto;
  position: relative;
}
#concept .imgbk .lft {
  width: 27%;
  max-width: 320px;
  padding-left: 13px;
}
#concept .imgbk .rgt {
  width: 53%;
  max-width: 602px;
  position: absolute;
  right: 0;
  top: 50px;
}
#concept .imgbk .rgt .img2 {
  width: 35%;
  max-width: 206px;
  position: absolute;
  left: -28%;
  top: 30%;
  z-index: 3;
}

/* -------------------------------------
organization
------------------------------------- */
#organization {
  padding-top: 0;
  position: relative;
}
#organization .charttl {
  width: 35%;
  max-width: 292px;
  min-width: 208px;
  margin: 0 auto;
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  z-index: 2;
}
#organization .inblk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 40px);
  max-width: 1310px;
  position: relative;
  margin: 0 auto;
}
#organization .inblk .chartbk {
  width: calc((99.9% - 40px) / 3);
  max-width: 422px;
}
#organization .inblk .chartbk.cent {
  padding-top: 11.5%;
}
#organization .inblk .imgmap {
  width: 100%;
  height: auto;
}

/* -------------------------------------
news
------------------------------------- */
#news .page_in {
  align-items: flex-start;
}
#news .newslist {
  width: 100%;
  max-width: 640px;
  border-top: 1px solid #808080;
}
#news .newslist li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #808080;
}
#news .newslist li a {
  display: block;
  width: 100%;
  /*padding: 12px 0;*/
  padding: 12px 20px 12px 0;
  background: url(../imgs/common/rgt_arrow_gray.svg) right top 60% no-repeat;
  background-size: 12px auto;
}
#news .newslist li .txtbk {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#news .newslist li .newsttl {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 7%;
}
#news .newslist li p.date {
  color: #808080;
  font-size: 12px;
  text-align: right;
  width: 70px;
}
#news .newslist li p.cat {
  color: #808080;
  font-size: 12px;
  text-align: center;
  width: 46px;
  margin-bottom: 5px;
  border: 1px solid #808080;
}

/* -------------------------------------
lifestyle lfsale
------------------------------------- */
#lifestyle .frame,
#lfsale .frame,
#modelhouse .frame {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 40px 65px 30px 0;
  background-image: url(../imgs/common/frame_lft.svg), url(../imgs/common/frame_rgt.svg);
  background-position: left 0 top 0, right 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
#lifestyle .imgbk,
#lfsale .imgbk,
#modelhouse .imgbk {
  width: calc(100% - 110px);
  max-width: 654px;
}

/* -------------------------------------
works
------------------------------------- */
#works {
  background-color: #e6e1d4;
}
#works .inblk {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 40px 0 0;
}
#works .inblk ul {
  width: calc(100% - 106px);
  max-width: 810px;
}
#works .inblk ul li {
  width: calc(100% / 3);
}
#works .inblk ul li a {
  color: #fff;
  position: relative;
}
#works .inblk ul li a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(000, 000, 000, 0.5);
  position: absolute;
  z-index: 1;
}
#works .inblk ul li .imgbk {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#works .inblk ul li p {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
#works .inblk ul li p .yea {
  font-size: 80%;
  margin-right: 0.5em;
}
#works .inblk ul li p .pre {
}
#works .inblk ul li p .cat {
  font-size: 12px;
  line-height: 1;
  padding: 1px 6px 2px;
  border: 1px solid #fff;
}

#works .slide2 .slick-prev:before,
#works .slide2 .slick-next:before {
  font-size: 0;
}
#works .slide2 .slick-prev,
#works .slide2 .slick-next {
  font-size: 0;
  width: 5px;
  height: 10px;
}
#works .slide2 .slick-prev {
  background: url(../imgs/common/arrow_prev.svg) 0 0 no-repeat;
  background-size: contain;
  right: calc(100% + 20px);
  left: auto;
}
#works .slide2 .slick-next {
  background: url(../imgs/common/arrow_next.svg) 0 0 no-repeat;
  background-size: contain;
  left: calc(100% + 20px);
  right: auto;
}

/* -------------------------------------
contact
------------------------------------- */
#contact .page_in {
  align-items: flex-start;
}
#contact .office_list {
}
#contact .office_list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}
#contact .office_list li .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#contact .office_list li .sttl {
  font-size: 19px;
  margin-bottom: 20px;
}
#contact .office_list li dl {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 154px);
}
#contact .office_list li dl dt {
  width: 93px;
  margin-bottom: 12px;
}
#contact .office_list li dl dd {
  width: calc(100% - 93px);
  margin-bottom: 12px;
}
#contact .office_list li dl dd a {
  display: inline-block;
}
#contact .office_list li .gmp_btn {
  font-size: 12px;
  line-height: 1;
  width: 154px;
  padding: 5px 30px 5px 15px;
  background: url(../imgs/common/rgt_arrow_black.svg) right 12px center no-repeat;
  background-size: 14px auto;
  border: 1px solid #000;
}

#contact .sns_blk {
  display: flex;
  margin-bottom: 40px;
}
#contact .sns_blk dl {
  text-align: center;
  width: 50%;
  padding: 0 10px;
  margin: 0 auto;
}
#contact .sns_blk dl:first-child {
  /*border-right: 1px solid #000;*/
}
#contact .sns_blk dl dt {
  margin-bottom: 20px;
}
#contact .sns_blk dl dt img {
  max-width: 152px;
}
#contact .sns_blk dl dd {
}
#contact .sns_blk dl dd ul {
  display: flex;
  justify-content: center;
}
#contact .sns_blk dl dd ul li {
  width: 31px;
}
#contact .contact_btn {
  color: #fff;
  text-align: center;
  padding: 10px;
  background: #000 url(../imgs/common/rgt_arrow_white.svg) right 20px center no-repeat;
  background-size: 16px auto;
}

/* -------------------------------------
store
------------------------------------- */
#store {
  background-color: #e9e9e9;
}
#store .page_in {
  align-items: flex-start;
  justify-content: normal;
}
#store .flex {
  width: 100%;
  max-width: 654px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
#store .imgbk {
  width: 54%;
  max-width: 347px;
}
#store .txtbk {
  width: 43%;
  max-width: 260px;
}
#store .txtbk .sttl img {
  width: 55%;
  max-width: 145px;
  margin-bottom: 20px;
}
#store .txtbk p {
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1160px) {
}

@media screen and (max-width: 1060px) {
}

@media screen and (max-width: 980px) {
  /* -------------------------------------
mainimg
------------------------------------- */
  #mainimg {
    height: 55vh;
  }
  #mainimg .mvimg {
    height: 55vh;
  }
  #mainimg .mainimg {
    height: 55vh;
  }

  /* -------------------------------------
concept
------------------------------------- */
  #concept {
    padding: 150px 0 50px;
  }
}

@media screen and (max-width: 880px) {
  #mainimg .newsbox p {
    font-size: 15px;
  }

  /* -------------------------------------
concept
------------------------------------- */

  /* -------------------------------------
lifestyle lfsale
------------------------------------- */
  #lifestyle .frame,
  #lfsale .frame,
  #modelhouse .frame {
    padding: 30px 30px 30px 0;
    background-size: 20px 20px;
  }
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
  header #head .page_logo {
    display: none;
  }

  #mainimg .newsbox p {
    font-size: 14px;
  }
  #concept .txtbk .contttl {
    margin-left: 30px;
  }
  #concept .txtbk p span {
    margin-left: 20px;
  }

  /* -------------------------------------
organization
------------------------------------- */
  #organization .charttl {
    position: static;
  }
  #organization .inblk {
    justify-content: space-around;
  }
  #organization .inblk .chartbk {
    width: calc((100% - 20px) / 2);
  }
  #organization .inblk .chartbk.cent {
    padding-top: 0;
  }
}

@media screen and (max-width: 700px) {
  #mainimg .newsbox p {
    font-size: 13px;
    padding: 10px 0 10px 10px;
  }
}

@media screen and (max-width: 640px) {
  #mainimg {
    height: 100vh;
  }

  #mainimg .newsbox {
    display: none;
  }
  #mainimg .mainimg {
    /*width: auto;
    height: 100%;*/
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    /*position: absolute;
    top: 0;*/
  }
  #mainimg .mvimg {
    height: 100vh;
  }

  /* -------------------------------------
	concept
	------------------------------------- */
  #concept {
    padding: 50px 0 40px;
  }
  #concept .txtbk {
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: lr-tb;
    font-feature-settings: initial;
    max-width: 530px;
    margin: 0 auto 40px;
  }
  #concept .txtbk .contttl {
    font-size: 26px;
    line-height: 1.6;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #concept .txtbk p {
    padding-top: 0;
  }
  #concept .txtbk p span {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #concept .txtbk p .pc {
    display: none;
  }
  #concept .imgbk .lft {
    width: 55%;
    max-width: initial;
    padding-left: 20px;
    margin-bottom: 8%;
  }
  #concept .imgbk .lft img {
    max-width: 300px;
    margin: 0 0 0 auto;
    display: block;
  }
  #concept .imgbk .rgt {
    width: 85%;
    max-width: 541px;
    margin: 0 0 0 auto;
    position: relative;
    top: 0;
  }
  #concept .imgbk .rgt .img2 {
    width: 38%;
    max-width: 202px;
    top: 40px;
    left: 54%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  /* -------------------------------------
organization
------------------------------------- */
  #organization .charttl {
    margin-bottom: 20px;
  }
  #organization .inblk {
    display: block;
    max-width: 422px;
    margin: 0 auto;
  }
  #organization .inblk .chartbk {
    width: 100%;
    margin-bottom: 20px;
  }

  /* -------------------------------------
news
------------------------------------- */
  #news .page_in {
    display: block;
  }

  /* -------------------------------------
lifestyle lfsale
------------------------------------- */
  #lifestyle .frame,
  #lfsale .frame,
  #modelhouse .frame {
    display: block;
    padding: 20px;
  }
  #lifestyle .imgbk,
  #lfsale .imgbk,
  #modelhouse .imgbk {
    width: 100%;
  }

  /* -------------------------------------
works
------------------------------------- */
  #works .inblk {
    display: block;
    padding: 0;
  }
  #works .inblk ul {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  /* -------------------------------------
contact
------------------------------------- */
  #contact .office_list li .flex {
    display: block;
  }
  #contact .office_list li dl {
    width: 100%;
  }

  /* -------------------------------------
store
------------------------------------- */
  #store .imgbk {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  #store .txtbk {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 400px) {
  #store .flex {
    display: block;
  }
  #store .imgbk {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #store .txtbk {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 360px) {
  /* -------------------------------------
contact
------------------------------------- */
  #contact .page_in {
    display: block;
  }
  #contact .office_list li .flex {
    display: block;
  }
}

@media screen and (max-width: 320px) {
}

@media screen and (min-width: 769px) {
}
