:root {
  --tf_gradation: linear-gradient(-45deg, #cba65a, #df8686);
  --tf_gradation_webkit: -webkit-linear-gradient(-45deg, #cba65a, #df8686);
  --tf_gold: #cba65a;
}

.pagetitle.full {
  height: calc(100vh - 128px);
  position: relative;
  background: none;
}
.pagetitle.full p.caption_txt {
  position: absolute;
  color: #fff;
  bottom: 8px;
  right: 8px;
  font-size: 14px;
}
.fv_area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 55%);
  xbackground-image: radial-gradient(#000 10%, transparent 30%), radial-gradient(#000 10%, transparent 30%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.pagetitle.full .inner {
  height: 100%;
}
/*見出し設定*/
.pagetitle.full h1 {
  /*要素の配置*/
  position: absolute;
  /*要素を天地中央寄せ*/
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /*見た目の調整*/
  color: #fff;
  z-index: 1;
}
.pagetitle {
  background: #fff;
}
section.contents.tf_contents01,
section.contents.tf_contents03 {
  background: #fff;
}
section.contents.tf_contents04 .title_box.title_h1 h1 small {
  color: rgb(255 255 255 / 70%);
}
.top_floor .pagetitle .inner h1 {
  color: #fff;
  text-align: center;
  line-height: 220%;
}
.top_floor .pagetitle .inner h1 strong {
  font-size: 3.2rem;
  padding: 16px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.03em;
}
.top_floor .pagetitle .inner h1 small {
  font-size: 1rem;
  font-weight: 400;
}

.fv_area {
  xposition: fixed;
  z-index: -1;
  top: 128px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  height: calc(100vh - 128px);
}
.fv_area img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf_catch {
  background: var(--tf_gradation);
  background: var(--tf_gradation_webkit);
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  color: #fff;
  font-size: 100%;
}
.tf_catch p {
  font-size: 1.85em;
  line-height: 2em;
}
.tf_catch p span.mid {
  font-size: 1.25em;
}
.tf_catch p span.mid span.big {
  font-size: 1.45em;
}
.tf_gradation {
  display: inline-block;
  background: var(--tf_gradation);
  background: var(--tf_gradation_webkit);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
span.marker {
  background: linear-gradient(transparent 70%, rgb(242 207 57 / 30%) 0%);
  display: inline;
}
.title_box.tf_title_box_h2 {
  text-align: center;
}

.title_box.tf_title_box_h2 h2 {
  font-size: var(--size_5l);
  font-weight: 700;
  border-bottom: 1px solid var(--tf_gold);
  display: inline-block;
  padding-bottom: 10px;
}
section.contents.tf_contents03 .flex_box {
  align-items: center;
}
section.contents.tf_contents03 .lead {
  font-size: var(--size_1l);
  line-height: 2em;
}
section.contents.tf_contents03 .third_item:not(:first-child) {
  margin-top: -40px;
}

.tf_plan_items > .third_item {
  width: calc((100% - 64px) / 3);
  border: 1px solid var(--tf_gold);
  display: flex;
  height: auto;
  width: 100%;
}
.tf_plan_items > .third_item.switch {
  flex-flow: row-reverse;
}
.tf_plan_items > .third_item figure img {
  height: 100%;
}
/*
.tf_plan_items > .third_item:hover img,
.tf_plan_items > .third_item:hover .txt_box {
  opacity: 0.8;
}
*/
.tf_plan_items > .third_item:not(:last-child) {
  margin-right: 32px;
}
.tf_plan_items.img_txt_box figure {
  margin-bottom: 0;
  width: 50%;
}
.tf_plan_items > .third_item .txt_box {
  background: linear-gradient(-45deg, rgb(203 166 90 / 90%), rgb(223 134 134 / 90%));
  color: #fff;
  padding: 60px;
  line-height: 2em;
  text-align: left;
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.tf_plan_items > .third_item .txt_box h4 {
  font-size: var(--size_3l);
  margin-bottom: 1.5rem;
}
.tf_plan_items > .third_item .txt_box h4 span {
  font-size: var(--size_4l);
}

.tf_plan_items > .third_item .txt_box h5 {
  font-size: var(--size_2l);
  margin-bottom: 1.5rem;
}
.tf_plan_items > .third_item .txt_box p.size {
  margin-bottom: 1.5rem;
}
.tf_plan_items > .third_item .txt_box ul li {
  text-indent: calc(-1em - 6px);
  padding-left: calc(1em + 6px);
  margin-bottom: 10px;
  line-height: 1.4em;
}
.tf_plan_items > .third_item .txt_box ul li:before {
  content: "◆";
  margin-right: 6px;
}
.top_floor .title_box.title_type01 h4 {
  border-bottom: 1px solid var(--tf_gold);
  width: 100%;
  font-size: var(--size_5l);
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 700;
}
.top_floor .title_box.title_type01 p.read {
  line-height: 2;
}
section.contents.tf_contents04 {
  background-image: url(../../images/top_floor/fv.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
}
section.contents.tf_contents04::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 55%);
  xbackground-image: radial-gradient(#000 10%, transparent 30%), radial-gradient(#000 10%, transparent 30%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

section.contents.tf_contents04::after {
  content: "イメージ";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: rgb(255 255 255 / 70%);
  font-size: 14px;
}

@media screen and (max-width: 916px) {
  .fv_area {
    top: 67px;
    height: calc(50vh - 119px);
  }
  .top_floor .pagetitle .inner h1 strong {
    font-size: 2rem;
  }
  .top_floor .pagetitle .inner h1 small {
    font-size: var(--size_1s);
    font-weight: 400;
  }
  .under .top_floor .pagetitle .inner h1 {
    width: 100%;
  }
  .pagetitle.full {
    height: calc(50vh - 119px);
  }
  .pagetitle.full::after {
    height: calc(50vh - 119px);
  }
  .tf_catch {
    font-size: 62%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.contents.tf_contents03 .third_item:not(:first-child) {
    margin-top: initial;
  }
  .tf_plan_items > .third_item {
    width: 100%;
    flex-flow: column;
  }
  .tf_plan_items.img_txt_box figure {
    width: 100%;
    margin-bottom: 0;
  }
  .tf_plan_items > .third_item .txt_box {
    width: 100%;
  }
  .tf_plan_items > .third_item.switch {
    flex-flow: column;
  }
  .tf_plan_items > .third_item .txt_box {
    padding: 30px;
  }
  section.contents.tf_contents03 .flex_box {
    align-items: center;
    flex-flow: column-reverse;
  }
  section.contents.tf_contents03 .flex_box > figure:not(:last-child) {
    margin-bottom: 0;
  }
  section.contents.tf_contents03 .flex_box > div:not(:first-child) {
    margin-bottom: 20px;
  }
  .title_box.tf_title_box_h2 h2 {
    text-align: left;
    display: block;
  }
}

@media (orientation: landscape) and (max-width: 916px) {
  .pagetitle.full {
    height: calc(100vh - 119px);
  }
}
