@charset "UTF-8";
/*----------------------------------------

	premium CSS

-----------------------------------------*/
/*----------------------------------------
	共通CSS上書き
-----------------------------------------*/
.c-bg {
  background-image: url(../img/premium/bg.jpg);
  background-size: cover;
}
.c-bg::before, .c-bg::after {
  content: none;
}

.l-content {
  overflow: hidden;
}

/*----------------------------------------
	共通
-----------------------------------------*/
.s-contents-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.s-contents-wrap.-hasmt {
  margin-top: 100px;
}
@media screen and (max-width: 767.99px ) {
  .s-contents-wrap.-hasmt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.99px ) {
  .s-contents-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/*----------------------------------------
	list
-----------------------------------------*/
.s-list {
  padding: 30px 20px 20px;
}
@media print, screen and (min-width: 768px ) {
  .s-list {
    padding: 70px 0 20px;
  }
}
.s-list .__ttl {
  margin-bottom: 20px;
  font-size: 2.3rem;
  line-height: 1.7;
  text-align: center;
  color: #d4c39e;
}
@media print, screen and (min-width: 768px ) {
  .s-list .__ttl {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
}

/*----------------------------------------
	タブ（親）
-----------------------------------------*/
.s-parent-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767.99px ) {
  .s-parent-tab-list {
    padding-right: 20px;
    padding-left: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.s-parent-tab {
  opacity: 0.7;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 83px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(201, 172, 120)), to(rgb(181, 151, 96)));
  background: linear-gradient(90deg, rgb(201, 172, 120) 0%, rgb(181, 151, 96) 100%);
  color: #fff;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: none;
  font-size: 13px;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767.99px ) {
  .s-parent-tab {
    font-size: 12px;
    height: auto;
    padding: 10px 0;
  }
}
.s-parent-tab.-active {
  opacity: 1;
  pointer-events: none;
}
.s-parent-tab:hover {
  opacity: 1;
}
.s-parent-tab span {
  font-size: 17px;
  display: block;
  margin-bottom: -31px;
}
@media screen and (max-width: 767.99px ) {
  .s-parent-tab span {
    font-size: 16px;
    margin-bottom: 0px;
  }
}

.s-parent-tab-content {
  padding-bottom: 130px;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 767.99px ) {
  .s-parent-tab-content {
    padding-bottom: 60px;
    padding-top: 80px;
    margin-top: -80px;
  }
}
.s-parent-tab-content.-active {
  display: block;
}

.s-tab-title {
  text-align: center;
  margin-top: 106px;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.35;
  position: relative;
}
@media screen and (max-width: 767.99px ) {
  .s-tab-title {
    margin-top: 50px;
    line-height: 1.5;
  }
}
.s-tab-title .__gold {
  display: block;
  color: #b4965f;
  font-size: 18px;
}
@media screen and (max-width: 767.99px ) {
  .s-tab-title .__gold {
    font-size: 12px;
  }
}
.s-tab-title .__en {
  display: block;
  color: #fff;
  font-size: 44px;
}
@media screen and (max-width: 767.99px ) {
  .s-tab-title .__en {
    font-size: 27px;
  }
}
.s-tab-title .__ja {
  display: block;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767.99px ) {
  .s-tab-title .__ja {
    font-size: 16px;
  }
}
.s-tab-title:after {
  content: "";
  width: 1px;
  height: 36px;
  background: #888;
  position: absolute;
  bottom: -55px;
  left: 50%;
}
@media screen and (max-width: 767.99px ) {
  .s-tab-title:after {
    height: 25px;
    bottom: -35px;
  }
}

/*----------------------------------------
	タブ（子）
-----------------------------------------*/
.s-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  margin-top: 100px;
}
@media screen and (max-width: 767.99px ) {
  .s-tab-list {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 15px;
    margin-top: 60px;
    margin-bottom: 12px;
    gap: 10px;
  }
  .s-tab-list.-nomt {
    margin-top: 30px;
  }
}
.s-tab-list.-bottom {
  margin-top: 0;
}

.s-tab {
  max-width: 400px;
  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-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  height: 80px;
  padding: 0 5px;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 767.99px ) {
  .s-tab {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 0;
  }
}
.s-tab .__en {
  font-family: "Marcellus", serif;
}
.s-tab.-active {
  opacity: 1;
}
.s-tab:hover {
  opacity: 1;
}
.s-tab.-n1 {
  background: -webkit-gradient(linear, right top, left top, from(rgb(167, 76, 75)), to(rgb(108, 34, 70)));
  background: linear-gradient(-90deg, rgb(167, 76, 75) 0%, rgb(108, 34, 70) 100%);
}
.s-tab.-n2 {
  background: -webkit-gradient(linear, right top, left top, from(rgb(18, 76, 129)), color-stop(49%, rgb(28, 100, 150)), to(rgb(42, 114, 146)));
  background: linear-gradient(-90deg, rgb(18, 76, 129) 0%, rgb(28, 100, 150) 49%, rgb(42, 114, 146) 100%);
}

.s-tab-content {
  display: none;
}
.s-tab-content.-active {
  display: block;
}

/*----------------------------------------
	view
-----------------------------------------*/
.s-view {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media print, screen and (min-width: 768px ) {
  .s-view {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.s-view ._classy {
  --clr: #b8336b;
  --gra: linear-gradient(90deg, #c06591 0%, #e97c7b 100%);
}
.s-view ._brillia {
  --clr: #5577bc;
  --gra: linear-gradient(90deg, #5daed3 0%, #4494cb 50%, #327ec3 100%);
}
.s-view__body {
  display: -ms-grid;
  display: grid;
  grid-gap: 60px 0;
}
@media print, screen and (min-width: 768px ) {
  .s-view__body {
    grid-gap: 100px 0;
  }
}
.s-view .__notice {
  display: none;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 768px ) {
  .s-view .__notice {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}
.s-view .__view {
  position: relative;
}
.s-view .__view-subttl {
  margin-bottom: 10px;
  color: var(--clr);
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 768px ) {
  .s-view .__view-subttl {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.s-view .__view-grab {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px 0;
  z-index: 0;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px ) {
  .s-view .__view-grab {
    grid-gap: 15px 0;
    padding-bottom: 20px;
  }
}
.s-view .__view-grab::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  margin-top: 40%;
  background: var(--gra);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 768px ) {
  .s-view .__view-grab::before {
    margin-top: 28%;
  }
}
.s-view .__view-img figure {
  width: 445%;
  white-space: nowrap;
  font-size: 0;
}
@media print, screen and (min-width: 768px ) {
  .s-view .__view-img figure {
    width: 275%;
  }
}
.s-view .__view-img figure img {
  display: inline-block;
}
.s-view .__view-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
@media print, screen and (min-width: 768px ) {
  .s-view .__view-arrow {
    width: 50px;
    height: 50px;
  }
}
.s-view .__view-arrow[value=prev] {
  left: 10px;
}
@media print, screen and (min-width: 768px ) {
  .s-view .__view-arrow[value=prev] {
    left: 20px;
  }
}
.s-view .__view-arrow[value=next] {
  right: 10px;
}
@media print, screen and (min-width: 768px ) {
  .s-view .__view-arrow[value=next] {
    right: 20px;
  }
}
.s-view .__view-arrow .c-arrow {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.s-view .__view-arrow .c-arrow::before {
  width: 10px;
  height: 10px;
}
.s-view .__view-arrow .c-arrow::after {
  width: 15px;
}
.s-view .__view-arrow .c-arrow._left {
  left: 7px;
}
@media print, screen and (min-width: 768px ) {
  .s-view .__view-arrow .c-arrow._left {
    left: 15px;
  }
}
.s-view .__view-arrow .c-arrow._right {
  right: 7px;
}
@media print, screen and (min-width: 768px ) {
  .s-view .__view-arrow .c-arrow._right {
    right: 15px;
  }
}
.s-view .__view-arrow._hide {
  opacity: 0;
  visibility: hidden;
}
.s-view .__view-guide {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 768px ) {
  .s-view .__view-guide {
    font-size: 1.6rem;
  }
}
.s-view .__view-guide > span {
  display: block;
}
.s-view .__view-guide > span::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  background: url(../img/cmn/cmn_swipe01.svg) center center/cover no-repeat;
}
@media print, screen and (min-width: 768px ) {
  .s-view .__view-guide > span::before {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
}
.s-view .__view-notice {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px 0;
  color: #fff;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px ) {
  .s-view .__view-notice {
    padding: 0 10px;
  }
}
.s-view .__view-notice > li {
  --indent: 1.5em;
  padding-left: var(--indent);
  text-indent: calc(-1 * var(--indent));
  font-size: 1rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px ) {
  .s-view .__view-notice > li {
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.s-view .__view-notice > li::before {
  content: "※";
  display: inline-block;
  width: var(--indent);
  text-indent: 0;
}
@media print, screen and (min-width: 768px ) {
  .s-view .__view-notice {
    font-size: 1.2rem;
  }
}
.s-view .__view-thum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0 20px;
}
.s-view .__view-thum button {
  position: relative;
  width: 120px;
  opacity: 0.7;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.s-view .__view-thum button._active {
  opacity: 1;
}
.s-view .__view-thum button._active::after {
  opacity: 1;
}
.s-view .__view-thum button:hover {
  opacity: 1;
}
.s-view .__view-thum button::after {
  content: "";
  display: block;
  position: relative;
  border: 2px solid #d5c19b;
  padding-bottom: 58%;
  opacity: 0;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.s-view .__view-thum button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*----------------------------------------
	間取り
-----------------------------------------*/
.s-plan {
  background-color: #fff;
  padding: 20px 40px 20px;
}
@media screen and (max-width: 767.99px ) {
  .s-plan {
    margin: 0px auto;
    padding: 30px 15px;
  }
}

/*----------------------------------------
	モデルルーム
-----------------------------------------*/
.s-modelroom {
  margin-top: 100px;
}
@media screen and (max-width: 767.99px ) {
  .s-modelroom {
    margin-top: 60px;
  }
}
.s-modelroom .__img {
  position: relative;
}
.s-modelroom .__img figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 12px;
}
.s-modelroom .__thumbnail-img {
  max-width: 274px;
  cursor: pointer;
  opacity: 0.45;
}
.s-modelroom .__thumbnail-img.swiper-slide-thumb-active {
  opacity: 1;
}
.s-modelroom .slider-thumbnail {
  margin-top: 30px;
}
@media screen and (max-width: 767.99px ) {
  .s-modelroom .slider-thumbnail {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 15px;
  }
}
.s-modelroom .slider-thumbnail > .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767.99px ) {
  .s-modelroom .slider-thumbnail > .swiper-wrapper {
    gap: 10px;
  }
}

/*----------------------------------------
	Eq
-----------------------------------------*/
.eq .__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 767.99px ) {
  .eq .__heading {
    margin-top: 30px;
  }
}
.eq .__heading::after {
  content: "";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}
.eq .__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 767.99px ) {
  .eq .__row {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px;
    margin-top: 10px;
  }
}
.eq .__row.-col_2 {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 767.99px ) {
  .eq .__row.-col_2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.eq .__row.-col_2 .__item + .__item {
  margin-top: 60px;
}
@media screen and (max-width: 767.99px ) {
  .eq .__row.-col_2 .__item + .__item {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.99px ) {
  .eq .__row .-sp-col_2 {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.eq .__row + .__row {
  margin-top: 60px;
}
@media screen and (max-width: 767.99px ) {
  .eq .__row + .__row {
    margin-top: 30px;
  }
}
.eq .__item-name {
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  margin-top: 15px;
  font-size: 18px;
}
@media screen and (max-width: 767.99px ) {
  .eq .__item-name {
    font-size: 14.5px;
    margin-top: 12px;
  }
}
.eq .__item-text {
  color: #fff;
  margin-top: 8px;
  line-height: 1.75;
}
@media screen and (max-width: 767.99px ) {
  .eq .__item-text {
    margin-top: 3px;
    font-size: 11.5px;
  }
}
.eq .__item-text span {
  font-size: 0.8em;
}

/*----------------------------------------
	Security
-----------------------------------------*/
.s-security-ttl {
  font-size: 22px;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 767.99px ) {
  .s-security-ttl {
    font-size: 17px;
    margin-bottom: 7px;
  }
}
.s-security-ttl span {
  font-size: 14px;
}
@media screen and (max-width: 767.99px ) {
  .s-security-ttl span {
    display: block;
    font-size: 12px;
  }
}

.s-security-text {
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767.99px ) {
  .s-security-text {
    font-size: 11.5px;
    line-height: 1.8;
  }
}
.s-security-text span {
  font-size: 11px;
}
@media screen and (max-width: 767.99px ) {
  .s-security-text span {
    font-size: 10px;
  }
}

.s-security-row {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767.99px ) {
  .s-security-row {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .s-security-row.-ceil {
    margin-top: 60px;
  }
}

.s-security-copy-wrap {
  text-align: center;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s-security-copy-wrap .__bar {
  width: 1px;
  height: 40px;
  margin: 30px auto 6px;
}
@media screen and (max-width: 767.99px ) {
  .s-security-copy-wrap .__bar {
    margin: 2px auto 4px;
  }
}
.s-security-copy-wrap .__text {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: YuMincho, YuMinchoM, Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 1.4px;
}
.s-security-copy-wrap .__text span {
  font-size: 11px;
}
@media screen and (max-width: 767.99px ) {
  .s-security-copy-wrap .__text {
    font-size: 18px;
  }
}
.s-security-copy-wrap .__text2 {
  font-size: 11px;
  color: #FFF;
  margin-top: 10px;
}
@media screen and (max-width: 767.99px ) {
  .s-security-copy-wrap .__text2 {
    font-size: 10px;
  }
}
.s-security-copy-wrap .s-tab-title {
  margin-top: 0;
}

.s-fourth {
  margin-top: 90px;
  background-color: #fff;
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 30px auto;
  grid-template-columns: 60% auto;
  gap: 30px;
}
@media screen and (max-width: 767.99px ) {
  .s-fourth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 55px;
    margin-bottom: 80px;
    padding: 20px;
  }
}
.s-fourth .__key-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 15px 30%;
  grid-template-columns: auto 30%;
  gap: 15px;
}
.s-fourth .s-security-ttl {
  color: #000;
}
.s-fourth .s-security-text {
  color: #000;
}

.s-fourth .__key-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 15px 30%;
  grid-template-columns: auto 30%;
  gap: 15px;
}

.s-fourth .s-security-ttl {
  color: #000;
  line-height: 1.3;
}

.s-fourth .s-security-text {
  color: #000;
}

.s-fourth .s-security-text span {
  display: block;
  margin-top: 5px;
}

.s-fourth .__img {
  margin-bottom: 20px;
}

.s-floor {
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 767.99px ) {
  .s-floor {
    padding: 20px;
    margin-top: 30px;
  }
}
.s-floor .s-security-ttl {
  color: #000;
}
.s-floor .s-security-text {
  color: #000;
}
.s-floor .__img {
  max-width: 380px;
  margin-top: 27px;
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 768px ) {
  .c-plan__detail-other {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 768px ) {
  .c-plan__detail-spec {
    font-size: 3.2rem;
  }
}

.figmt {
  position: relative;
}
.figmt figcaption {
  color: #FFF;
  font-size: 11px;
  position: absolute;
  bottom: 3px;
  right: 5px;
}
@media screen and (max-width: 767.99px ) {
  .figmt {
    margin-top: 30px;
  }
}

.c-pagetop > a > span, .c-pagetop > a > span .c-arrow {
  color: #FFF;
}

.c-arrow._right::before {
  border-color: #FFF;
}

.c-arrow._right::after {
  background: #FFF;
}

.c-plan__detail-fig figure {
  margin-bottom: 20px;
}

.tabCont {
  margin: 0 auto;
  background: #FFF;
  max-width: 1200px;
  padding: 80px 0 0;
}
.tabCont.-under {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767.99px ) {
  .tabCont.-under {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767.99px ) {
  .tabCont {
    padding: 0px 0 0;
  }
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.9333333333);
  margin: 0 auto;
  background: #FFF;
  max-width: 1000px;
  background: #000;
}
@media only screen and (max-width: 767px) {
  .tab-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tab-list li {
  font-size: 1.6rem;
  width: 50%;
  text-align: center;
  padding: 20px;
  border: 1px solid #fff;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .tab-list li {
    padding: 10px 0;
    width: 33%;
    font-size: 1.3rem;
  }
}
.tab-list li:hover {
  cursor: pointer;
  opacity: 0, 6;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background: #666;
  color: #fff;
}

.tab-list li.active {
  background: #666;
  color: #fff;
}

.tab-content {
  display: none;
  background: #fff;
  padding: 40px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .tab-content {
    padding: 5px 5px;
  }
}

.tab-content.open {
  display: block;
}