@charset "UTF-8";
#container.subpage .resale .subpage_top .inner img {
  -o-object-position: center 60%;
     object-position: center 60%;
}
#container.subpage .sale .subpage_top .inner img {
  -o-object-position: center 70%;
     object-position: center 70%;
}

/* ----------------------------------------------
　PC設定
------------------------------------------------*/
@media all and (min-width: 769px) {
  #contents {
    padding-bottom: var(--m100);
  }
  #contents.resale .detail {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 60%), url(/images/resale/bg_img.jpg) center bottom 80%/cover no-repeat;
  }
  #contents.sale .detail {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 60%), url(/images/sale/bg_img.jpg) center bottom 80%/cover no-repeat;
  }
  #contents.invest .detail {
    padding-bottom: 0;
  }
  #contents.invest .detail .catch {
    margin-bottom: var(--m80);
  }
  #contents.invest .guide_row {
    margin-bottom: var(--m100);
  }
  #contents .jp_en {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--m50);
  }
  #contents .jp_en .en {
    font-size: var(--s32_42);
    font-weight: 500;
    order: 1;
    line-height: 1;
  }
  #contents .jp_en .en.Jp {
    font-size: var(--s22_42);
  }
  #contents .jp_en .jp {
    font-size: var(--s16_20);
    order: 3;
    line-height: 1;
  }
  #contents .jp_en::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: var(--brown04);
    margin: var(--m16) 0 var(--m24);
    order: 2;
  }
  #contents .detail {
    margin-bottom: var(--m100);
    padding: 0 5% var(--m100);
  }
  #contents .detail .catch {
    margin-bottom: var(--m120);
  }
  #contents .detail .catch .br {
    text-align: center;
    font-size: var(--s18_32);
    line-height: 1.75;
  }
  #contents .detail .text_area .br {
    font-size: var(--s14_16);
    text-align: center;
    line-height: 2.5;
  }
  #contents .guide_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
  }
  #contents .guide_row .guide_link {
    width: 31%;
  }
  #contents .guide_row .guide_link .img {
    overflow: hidden;
    position: relative;
    margin-bottom: var(--s16_24);
  }
  #contents .guide_row .guide_link .img::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: var(--black01);
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contents .held_list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: var(--m50) 5%;
    margin-bottom: var(--m150);
  }
  #contents .held_list .invest_box {
    width: 30%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  #contents .held_list .invest_box .text_area {
    width: 100%;
  }
  #contents .held_list .invest_box .text_area .tit {
    font-size: var(--s18_24);
    font-weight: 500;
    text-align: center;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid var(--brown03);
  }
  #contents .held_list .invest_box .text_area .outline .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
  }
  #contents .held_list .invest_box .text_area .outline .row dt, #contents .held_list .invest_box .text_area .outline .row dd {
    font-size: var(--s14_16);
    padding: 0.25em 1em;
  }
  #contents .held_list .invest_box .text_area .outline .row dt {
    width: calc(var(--s14_16) * 5);
    background-color: var(--brown03);
    color: #fff;
    font-weight: normal;
  }
  #contents .held_list .invest_box .text_area .outline .row dd {
    width: calc(100% - var(--s14_16) * 5);
  }
  #contents .held_list .invest_box .img {
    aspect-ratio: 360/274;
    overflow: hidden;
    border: 1px solid var(--gray08);
    margin-bottom: var(--s16_24);
  }
  #contents .held_list .invest_box .img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* ----------------------------------------------
　PAD以下設定
------------------------------------------------*/
@media all and (max-width: 768px) {
  #contents {
    padding-bottom: var(--m100);
  }
  #contents.resale .detail {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 60%), url(/images/resale/bg_img.jpg) center bottom 80%/cover no-repeat;
  }
  #contents.sale .detail {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 60%), url(/images/sale/bg_img.jpg) center bottom 80%/cover no-repeat;
  }
  #contents.invest .detail {
    padding-bottom: 0;
  }
  #contents.invest .detail .catch {
    margin-bottom: var(--m80);
  }
  #contents.invest .guide_row {
    margin-bottom: var(--m100);
  }
  #contents .jp_en {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--m50);
  }
  #contents .jp_en .en {
    font-size: var(--s32_42);
    font-weight: 500;
    order: 1;
    line-height: 1;
  }
  #contents .jp_en .en.Jp {
    font-size: var(--s22_42);
  }
  #contents .jp_en .jp {
    font-size: var(--s16_20);
    order: 3;
    line-height: 1;
  }
  #contents .jp_en::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: var(--brown04);
    margin: var(--m16) 0 var(--m24);
    order: 2;
  }
  #contents .detail {
    margin-bottom: var(--m100);
    padding: 0 5% var(--m100);
  }
  #contents .detail .catch {
    margin-bottom: var(--m120);
  }
  #contents .detail .catch .br {
    text-align: center;
    font-size: var(--s18_32);
    line-height: 1.75;
  }
  #contents .detail .text_area .br {
    font-size: var(--s14_16);
    text-align: center;
    line-height: 2.5;
  }
  #contents .guide_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    grid-gap: var(--s16_24) 0;
  }
  #contents .guide_row .guide_link {
    width: 48%;
  }
  #contents .guide_row .guide_link .img {
    overflow: hidden;
    position: relative;
    margin-bottom: var(--s16_24);
  }
  #contents .guide_row .guide_link .img::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: var(--black01);
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contents .guide_row .guide_link .button a .txt {
    white-space: nowrap;
  }
  #contents .guide_row .guide_link .button a .arrow {
    right: 0.25rem;
    width: 8px;
  }
  #contents .held_list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: var(--m50) 5%;
    margin-bottom: var(--m150);
  }
  #contents .held_list .invest_box {
    width: 47.5%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  #contents .held_list .invest_box .text_area {
    width: 100%;
  }
  #contents .held_list .invest_box .text_area .tit {
    font-size: var(--s18_24);
    font-weight: 500;
    text-align: center;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid var(--brown03);
  }
  #contents .held_list .invest_box .text_area .outline .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
  }
  #contents .held_list .invest_box .text_area .outline .row dt, #contents .held_list .invest_box .text_area .outline .row dd {
    font-size: var(--s14_16);
    padding: 0.25em 1em;
  }
  #contents .held_list .invest_box .text_area .outline .row dt {
    width: calc(var(--s14_16) * 5);
    background-color: var(--brown03);
    color: #fff;
    font-weight: normal;
  }
  #contents .held_list .invest_box .text_area .outline .row dd {
    width: calc(100% - var(--s14_16) * 5);
  }
  #contents .held_list .invest_box .img {
    aspect-ratio: 360/274;
    overflow: hidden;
    border: 1px solid var(--gray08);
    margin-bottom: var(--s16_24);
  }
  #contents .held_list .invest_box .img img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* ----------------------------------------------
  SP設定
  ------------------------------------------------*/
@media all and (max-width: 520px) {
  #contents .detail .catch .br,
  #contents .detail .text_area .br {
    text-align: left;
  }
  #contents .detail .text_area .br.inline {
    display: inline;
  }
  #contents .held_list .invest_box .text_area .outline .row dt, #contents .held_list .invest_box .text_area .outline .row dd {
    width: 100%;
  }
  }