@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-----------------------------------------
scssで制作してます。cssを変更しないでください。
-----------------------------------------*/
/*----------------------------------------
	- base
	- main visual
	- premium
-----------------------------------------*/
/*-----------------------------------------
	base
-----------------------------------------*/
main p,
main span,
main figcaption,
main dd,
main li {
  font-weight: 500;
  letter-spacing: 0.05em;
}
main h3,
main h4,
main dt {
  font-weight: 600;
}
main .nowrap {
  white-space: nowrap;
}

/*-----------------------------------------
	main visual
-----------------------------------------*/
.und_mv {
  background: center/cover url(../img/premium/main.jpg) no-repeat;
}

h3 {
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  h3 {
    margin-bottom: 10px;
  }
}

/*-----------------------------------------
	premium
-----------------------------------------*/
.premium_bg {
  background: #E5E5E9;
  background: linear-gradient(314deg, rgb(229, 229, 233) 43%, rgb(255, 255, 255) 100%);
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .premium_bg {
    padding-bottom: 60px;
  }
}

.premium_type {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .premium_type {
    font-size: 10px;
    margin-bottom: 40px;
  }
}

.premium_catch {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .premium_catch {
    font-size: 12px;
    margin-bottom: 60px;
  }
}

.premium_content {
  overflow: hidden;
}

.prm_inner {
  max-width: 1374px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .prm_inner {
    padding: 0 20px;
  }
}

.prm_sec {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .prm_sec {
    margin-bottom: 60px;
  }
}

.prm_sec_title {
  font-size: 55px;
  letter-spacing: 0.4em;
  margin-bottom: 40px;
  color: #93805a;
  font-family: "Cinzel", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
.prm_sec_title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #8f8f8f;
  margin-top: 15px;
  display: block;
}
@media screen and (min-width: 769px) {
  .prm_sec_title.bleed_left::after {
    margin-left: calc(-1 * ((max(100vw, 1374px) - 1374px) / 2 + 40px));
    width: calc(100% + (max(100vw, 1374px) - 1374px) / 2 + 40px);
  }
  .prm_sec_title.bleed_right::after {
    margin-right: calc(-1 * ((max(100vw, 1374px) - 1374px) / 2 + 40px));
    width: calc(100% + (max(100vw, 1374px) - 1374px) / 2 + 40px);
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .prm_sec_title.bleed_left::after {
    margin-left: -20px;
    width: calc(100% + 20px);
    max-width: none;
  }
  .prm_sec_title.bleed_right::after {
    margin-right: -20px;
    width: calc(100% + 20px);
    max-width: none;
  }
}
.prm_sec_title .jp {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  margin-left: 15px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 768px) {
  .prm_sec_title {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    line-height: 1.3;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .prm_sec_title::after {
    margin-top: 10px;
  }
  .prm_sec_title .jp {
    font-size: 12px;
    margin-left: 10px;
  }
}

.prm_item_title {
  background: #1a0b08;
  color: #fff;
  display: inline-block;
  padding: 8px 30px;
  font-size: 19px;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .prm_item_title {
    font-size: 15px;
    padding: 6px 20px;
    margin: 0 auto 15px;
  }
}

.prm_txt {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}
.prm_txt .note {
  font-size: 13px;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .prm_txt .note {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .prm_txt {
    font-size: 14px;
  }
}

.prm_img {
  position: relative;
  margin-bottom: 20px;
}
.prm_img.w80 {
  width: 80%;
  margin: 0 auto 20px;
}
.prm_img img {
  width: 100%;
}
.prm_img .caption_in {
  position: absolute;
  right: -20px;
  bottom: 0;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .prm_img .caption_in {
    font-size: 10px;
  }
}

/* col2 grid */
.prm_grid.col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .prm_grid.col2 {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

/* Outside Grid Logic */
.prm_outside_wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .prm_outside_wrap.bleed_left {
    margin-left: calc(-1 * ((min(max(100vw, 1374px), 1600px) - 1374px) / 2 + 40px));
    width: calc(100% + (min(max(100vw, 1374px), 1600px) - 1374px) / 2 + 40px);
  }
  .prm_outside_wrap.bleed_right {
    margin-right: calc(-1 * ((min(max(100vw, 1374px), 1600px) - 1374px) / 2 + 40px));
    width: calc(100% + (min(max(100vw, 1374px), 1600px) - 1374px) / 2 + 40px);
  }
}
@media screen and (max-width: 768px) {
  .prm_outside_wrap.bleed_left {
    margin-left: 0;
    width: 100%;
  }
  .prm_outside_wrap.bleed_right {
    margin-right: 0;
    width: 100%;
  }
}

/* Kitchen Layout */
.prm_kitchen_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* gap: 40px; */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.prm_kitchen_layout .main_img {
  width: 60%;
  position: relative;
}
.prm_kitchen_layout .main_img img {
  width: 100%;
}
.prm_kitchen_layout .main_img .caption_in {
  position: absolute;
  right: 12%;
  bottom: 10px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .prm_kitchen_layout .main_img .caption_in {
    font-size: 10px;
    right: 10px;
    bottom: 40px;
  }
}
.prm_kitchen_layout .detail_item {
  width: 40%;
}
.prm_kitchen_layout .detail_item .detail_img {
  position: relative;
  margin-bottom: 20px;
}
.prm_kitchen_layout .detail_item .detail_img img {
  width: 100%;
}
.prm_kitchen_layout .detail_item .detail_img .caption_in {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  color: #FFF;
  text-shadow: 0px 3px 6px #000;
}
@media screen and (max-width: 768px) {
  .prm_kitchen_layout .detail_item .detail_img .caption_in {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .prm_kitchen_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prm_kitchen_layout .main_img,
  .prm_kitchen_layout .detail_item {
    width: 100%;
  }
}

/* Powder Layout */
.prm_powder_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  /* gap: 40px; */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.prm_powder_layout .main_img {
  width: 60%;
  position: relative;
}
.prm_powder_layout .main_img img {
  width: 100%;
}
.prm_powder_layout .main_img .caption_in {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .prm_powder_layout .main_img .caption_in {
    font-size: 10px;
    right: 10px;
    bottom: 40px;
  }
}
.prm_powder_layout .detail_item {
  width: 40%;
}
.prm_powder_layout .detail_item .detail_img {
  margin-bottom: 10px;
}
.prm_powder_layout .detail_item .detail_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .prm_powder_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prm_powder_layout .main_img,
  .prm_powder_layout .detail_item {
    width: 100%;
  }
}

/* Bathroom & Toilet Group */
.prm_sec_group {
  position: relative;
  background: url(../img/premium/bg.png) no-repeat center top/100% auto;
  mix-blend-mode: multiply;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .prm_sec_group {
    margin-bottom: 60px;
    background-size: 200% auto;
    background-position: left top;
  }
}

.prm_group_head {
  font-size: 28px;
  text-align: left;
  margin-bottom: 30px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .prm_group_head {
    font-size: 20px;
    text-align: center;
  }
}

.prm_group_intro {
  text-align: left;
  margin: 0 auto 40px;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .prm_group_intro {
    text-align: left;
    margin-bottom: 25px;
    font-size: 14px;
  }
}

.prm_bathroom {
  width: 100%;
}
.prm_bathroom .prm_inner > * {
  max-width: 940px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .prm_bathroom .prm_inner > * {
    max-width: 100%;
  }
}

.prm_science_logo {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .prm_science_logo {
    margin-bottom: 30px;
  }
}
.prm_science_logo img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .prm_science_logo img {
    width: 180px;
  }
}

.prm_bubble_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .prm_bubble_grid {
    gap: 35px;
  }
}
.prm_bubble_grid .bubble_item .bubble_img {
  margin-bottom: 20px;
}
.prm_bubble_grid .bubble_item .bubble_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .prm_bubble_grid {
    grid-template-columns: 1fr;
  }
}

.prm_group_note {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prm_group_note {
    text-align: left;
  }
}

/* Toilet Layout */
.prm_toilet {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .prm_toilet .prm_item_title {
    width: 90%;
  }
}
.prm_toilet .prm_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.prm_toilet .prm_inner > * {
  max-width: 960px;
  width: 100%;
  text-align: left;
  /* ボックス内では左揃え */
}
@media screen and (max-width: 768px) {
  .prm_toilet .prm_inner > * {
    max-width: 100%;
  }
}
.prm_toilet .prm_inner .prm_txt {
  padding-left: 0;
}
.prm_toilet .prm_outside_wrap {
  margin-left: calc((max(100vw, 1374px) - 1374px) / 2 + 374px);
}
@media screen and (max-width: 1373px) {
  .prm_toilet .prm_outside_wrap {
    margin-left: max(40px, 100vw - 1000px);
  }
}
.prm_toilet .prm_outside_wrap {
  margin-right: calc((max(100vw, 1600px) - 1600px) / 2);
  width: auto;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .prm_toilet .prm_outside_wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.prm_toilet .prm_outside_wrap .prm_txt {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .prm_toilet .prm_outside_wrap .prm_txt {
    padding-left: 0;
  }
}

.prm_toilet_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .prm_toilet_layout {
    gap: 20px;
  }
}
.prm_toilet_layout .prm_txt {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .prm_toilet_layout .prm_txt {
    width: 60%;
  }
}
.prm_toilet_layout .main_img {
  width: 60%;
  position: relative;
}
.prm_toilet_layout .main_img img {
  width: 100%;
}
.prm_toilet_layout .main_img .caption_in {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .prm_toilet_layout .main_img .caption_in {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .prm_toilet_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* Plans section */
.prm_plans_head {
  background: #9B8040;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(155, 128, 64)), color-stop(54%, rgb(199, 186, 130)), to(rgb(152, 126, 63)));
  background: linear-gradient(0deg, rgb(155, 128, 64) 0%, rgb(199, 186, 130) 54%, rgb(152, 126, 63) 100%);
  color: #333;
  font-size: 36px;
  text-align: center;
  padding: 15px;
  margin-bottom: 80px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .prm_plans_head {
    font-size: 18px;
    padding: 8px;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
  }
}

.prm_plan_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .prm_plan_grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

/*-----------------------------------------
	type-box
-----------------------------------------*/
.type-box .type-list {
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 5.83333333%;
}
@media screen and (max-width: 768px) {
  .type-box .type-list {
    margin: 0 auto 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.type-box .type-list .type-item {
  min-width: 0;
  background: #918763;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.type-box .type-list .type-item.premium {
  background: linear-gradient(128deg, rgb(0, 0, 0) 0%, rgb(65, 65, 65) 50%, rgb(0, 0, 0) 100% 100%);
}
.type-box .type-list .type-item.premium a .item-inner .detail-frame {
  background-color: #918763;
}
.type-box .type-list .type-item.premium::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "PREMIUM";
  padding: 5px 10px;
  background: linear-gradient(286deg, #9b8738 0%, #ffecae 50%, #9b8738 100%);
  color: #000;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item.premium::after {
    font-size: 12px;
    padding: 3px 8px;
  }
}
.type-box .type-list .type-item.limited a {
  position: relative;
}
.type-box .type-list .type-item.limited a::before {
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 73.5%;
  content: "物件エントリー者様限定サイトで\a未公開の間取りを公開中！";
  text-align: center;
  white-space: pre;
  background: linear-gradient(113deg, rgb(79, 79, 79) 0%, rgb(151, 151, 151) 44%, rgb(159, 159, 159) 54%, rgb(79, 79, 79) 100%);
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 30px;
  font-size: 21px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item.limited a::before {
    top: 71.5%;
    font-size: 14px;
  }
}
.type-box .type-list .type-item.limited a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
}
.type-box .type-list .type-item::before {
  content: "";
  position: absolute;
  inset: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #FFF;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item::before {
    inset: 6.67px;
  }
}
.type-box .type-list .type-item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
}
.type-box .type-list .type-item a .item-inner {
  font-weight: 600;
  padding: 45px 12.62831858%;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner {
    padding: 30px 6.8%;
  }
}
.type-box .type-list .type-item a .item-inner .type {
  display: inline-block;
  width: 100%;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-bottom: 12px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .type {
    font-size: 19px;
    padding-top: 5px;
    margin-bottom: 4.8px;
  }
}
.type-box .type-list .type-item a .item-inner .type span {
  font-size: 40px;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .type span {
    font-size: 25.8px;
    margin-right: 3.6px;
  }
}
.type-box .type-list .type-item a .item-inner .configuration {
  font-size: min(3.71621622vw, 48px);
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .configuration {
    font-size: 33px;
    margin-bottom: 16.8px;
  }
}
.type-box .type-list .type-item a .item-inner .configuration span:first-of-type {
  font-size: min(2.7027027vw, 32px);
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .configuration span:first-of-type {
    font-size: 22px;
  }
}
.type-box .type-list .type-item a .item-inner .configuration span:nth-of-type(2) {
  font-size: min(2.02702703vw, 28px);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .configuration span:nth-of-type(2) {
    font-size: 18px;
  }
}
.type-box .type-list .type-item a .item-inner .floor-area {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  font-size: 17px;
  font-weight: 600;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .floor-area {
    font-size: 12px;
    margin: 0 auto 14.4px;
  }
}
.type-box .type-list .type-item a .item-inner .floor-area span:first-of-type {
  font-size: min(6.16216216vw, 75px);
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .floor-area span:first-of-type {
    font-size: 50px;
  }
}
.type-box .type-list .type-item a .item-inner .floor-area span:nth-of-type(2) {
  font-size: min(3.72972973vw, 54px);
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .floor-area span:nth-of-type(2) {
    font-size: 35px;
  }
}
.type-box .type-list .type-item a .item-inner .floor-area span:nth-of-type(3) {
  font-size: min(3.37837838vw, 48px);
  font-weight: 400;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .floor-area span:nth-of-type(3) {
    font-size: 33.3px;
  }
}
.type-box .type-list .type-item a .item-inner .detail-frame {
  background: #110000;
  border: 1px solid #404040;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .detail-frame {
    padding: 5px;
  }
}
.type-box .type-list .type-item a .item-inner .detail-frame .detail {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(20px, 1.89189189vw, 22px);
  padding-right: 58px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .type-box .type-list .type-item a .item-inner .detail-frame .detail {
    font-size: 16.8px;
    padding-right: 34.8px;
  }
}
.type-box .type-list .type-item a .item-inner .detail-frame .detail::after {
  content: ">>>";
  position: absolute;
  right: 0;
}
.type-box .note {
  margin-inline: auto;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .type-box .note {
    font-size: 10px;
  }
  .type-box .note span {
    display: none;
  }
}/*# sourceMappingURL=premium.css.map */