@charset "utf-8";
.pc-only{
  display: block;
}
.sp-only{
  display: none;
}
#Body,#wrapper {
  scroll-margin-top: 76px;
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
  #Body,#wrapper {
  scroll-margin-top: 70px;
}
}
._SHA #main{
  padding: 0;
}
#header ,#header .headBottom .inner ,.breadcrumb, #footer{
  display: none;
}
.pagetop a{
  background: #fff;
  border:  solid #12141D 1px;
}
.pagetop a:before{
  border-top: solid 2px #12141D;
  border-right: solid 2px #12141D;
}
a:hover {
  text-decoration: none;
}

.logo{
  padding: 35px 150px;
}

#wrapper .header_wrapper {
    max-width: 960px;
    margin: 23px auto;
}

.mainArea #oldContents{
padding: 0;
}

@media (max-width: 768px) {
  .header_logo img {
    margin: 0 auto;
  }
}

#mainCol .inner ul li {
  position: relative;
  padding-left: 20px;
}

#mainCol .inner ul span {
  position: absolute;
  left: 0;
}

.investorsBukkenWrap .inner{
    width: unset;
}
.kvWrap{
    background: #000066;
    text-align: center;
    padding: 35px;
    margin-top: 30px;
    position: relative;
}

.kvWrap p{
  font-size: 1.6rem;
  color: #FFF;
  margin-top: 15px;
  padding: 0;
}

.kvTitle{
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.kvTitle b{
  font-size: 4.3rem;
}
.kvTitle span {
  border-bottom: solid 2px #F9EF71;
}

/* bukken */
.bukkenDetailList{
    padding: 0;
}

.annotation{
    font-size: 1em;
}

.bukkenDetailWrap{
    padding: 10px 45px 45px;
    background-color: #FCFAFA;
}

.bukkenDetailInner{
    max-width: 960px;
    margin: auto;
}
.bukkenDetailTitle{
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0;
}
.bukkenColWrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    width: 960px;
    margin-top: 30px;
}

.bukkenCol{
    max-width: 300px;
    width: 100%;
    position: relative;
    display: block;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 20px;
    transition: .3s;
    background-color: #fff;
}
a.bukkenCol:hover{
    text-decoration: none;
    opacity: .8;
    transform: scale(1.01) translate3d(0, -2px, 0);
}
.bukkenNumber {
  position: absolute;
  border: 2px solid #000066;
  border-radius: 3px;
  padding: 0px 10px;
  font-size: 1.7rem;
  background: #FFF;
}
.bukkenColImg{
    display: block;
    margin: auto;
}
.bukkenColInfoWrap{
    margin-top: 15px;
    position: relative;
}
.bukkenColInfoWrap::before {
  content: '';
  background-image: url('/Portals/0/resources/investors/lp/nikkei_property_202508/images/triangle.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  z-index: 99;
}
.bukkenColLabel{
    background-color: #000066;
    border-radius: 2px;
    padding: 5px;
    max-width: 85%;
    text-align: center;
    color: #FFFFFF;
    font-size: 1em;
}
.bukkenColPrice{
    font-size: 1.4em;
    color: #000;
    font-weight: bold;
    padding-bottom: 0;
}
.bukkenColPriceNumber{
    font-size: 1.7em;
}
.bukkenColPriceTax{
    font-size: 0.8em;
}
.bukkenColYield{
    color: #000;
    font-size: 1.1em;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 10px;
}
.bukkenColYieldNumber{
font-size: 1.8em;
}
.bukkenColYieldPercent{
    font-size: 1.3em;
}
.bukkenColAddress{
    font-size: 1.1em;
    color: #000;
    padding-bottom: 0;
}
.numberLarge{
    font-size: 1.2em;
}
.bukkenLinkWrap{
    padding: 70px 0 0;
}
.bukkenAnnotationInner{
    max-width: 960px;
}
.bukkenAnnotationInner ul {
  padding: 0;
}
.bukkenLinkBtnWrap{
    width: 780px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.bukkenLinkBtnWrap::after{
    content: none;
}
.bukkenLinkBtn{
    width: 360px;
    padding: 15px;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: relative;
}
.BtnArrow::after{
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 7px;
    position: absolute;
    right: 7%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
}

.bukkenLinkBtn:hover{
    opacity: .8;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.linkSearchBtn{
    background: url(/Portals/0/resources/investors/bukken/images/btn_icon_search.png) no-repeat,#CA3A1C;
    background-size: cover;
    background-size: 30px;
    background-position: 10% 50%;
}
.linkValuation{
    background: url(/Portals/0/resources/investors/bukken/images/btn_icon_calculator.png) no-repeat,#000066;
    background-size: cover;
    background-size: 30px;
    background-position: 10% 50%;
}
.anchorLinkBtnWrap{
    margin: 30px 0 0;
}
.anchorLinkBtnWrap::after{
    content: none;
}
.anchorLinkBtn{
    border: solid 2px #CCC;
    display: block;
    width: 100%;
    border-radius: 12px;
    background-color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 5px 10px 5px 5px;
    color: #B65249;
    position: relative;
}
.anchorLinkBtn span{
    font-size: 1.5em;
}
.anchorLinkBtn::after{
    border-right: 2px solid #B65249;
    border-top: 2px solid #B65249;
    content: "";
    display: inline-block;
    height: 11px;
    right: 10%;
    top: 45%;
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    width: 11px;
}
.anchorLinkBtn:hover{
    text-decoration: none;
    opacity: .8;
    color: #B65249;
}
.bukkenEastWrap{
    margin-top: 40px;
}
.bukkenWestWrap{
    margin-top: 70px;
}
.bukkenAreaTitle{
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 0 5px 0;
    margin: 0;
    line-height: 1.31;
    border-bottom: solid 2px #000066;
}
.bukkenColMovieWrap{
    max-width: 300px;
    width: 100%;
}
.bukkenColMovieWrap .bukkenCol{
    border-radius: 12px 12px 0px 0px;
}
.bukkenMovieBtn{
    background: #006;
    color: #fff;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 0px 0px 12px 12px;
    position: relative;
}
.bukkenMovieBtn:hover{
    color: #fff;
    opacity: .8;
    text-decoration: none;
}
.bukkenMovieBtn::after{
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 11px;
    right: 10%;
    top: 45%;
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 11px;
}

.bukkenBannerBtnWrap {
  padding-top: 70px;
  max-width: 780px;
  margin: 0 auto;
}

.bukkenBannerBtnWrap img {
  max-width: 780px;
  width: 100%;
}

.bukkenBannerBtnWrap a:hover {
  opacity: .8;
}

.bukkenAnnotationWrap {
  margin-top: 20px;
}

/* cvarea */
.cvArea {
  margin: 30px auto;
  text-align: center;
  max-width: 500px;
}

.cvArea p {
  font-size: 1.6rem;
}

.cvAreaText {
  font-size: 22px;
  font-weight: 900;
  color: #000;
}

.cvBtn {
  width: 100%;
  margin: 20px 0;
  padding: 10px 0;
  z-index: 1;
  border-radius: 10px;
  background: #E6252E;
  box-shadow: 0px 5px 0px 0px #691908;
}

.cvBtn:hover {
  box-shadow: none;
  margin-top: 25px;
  margin-bottom: 15px;
}

.cvBtnText {
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 900;
  padding-top: 5px;
  line-height: 3.6rem;
  position: relative;
}

.cvBtnText::before {
  content: '';
  background-image: url('/Portals/0/resources/investors/lp/nikkei_property_202508/images/triangle_w.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  z-index: 99;
}

.cvBtnText sup {
  top: -0.8em;
  font-size: 1.6rem;
}

.cvBtnText span {
  font-size: 2rem;
}

/* bottomArea */
.bottomArea {
  font-size: 1.3rem;
  max-width: 960px;
  margin: 0 auto 20px;
}

.bottomArea ul {
  padding: 0;
}

/* footer */
#lp_footer {
  background: #052A83;
  padding: 20px 0;
  text-align: center;
}

.footer_copyright {
  padding: 0;
  color: #FFF;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 767px){
.inner {
  padding: 0;
}
/* cvarea */
.cvArea {
  width: 90%;
}
.cvArea p {
  font-size: 1.4rem;
}
.cvAreaText {
  font-size: 1.8rem;
}
.cvBtnText {
  font-size: 2rem;
  line-height: 3rem;
}

.cvBtnText sup {
  top: -0.5em;
  font-size: 1.4rem;
}

.cvBtnText span {
  font-size: 1.6rem;
}

/* kvarea */
.kvWrap{
padding: 30px 10px;
}

.kvWrap p{
  font-size: 1.4rem;
  margin-top: 15px;
}

.kvTitle{
    font-size: 2.2rem;
}
.kvTitle b{
  font-size: 3.3rem;
}

/* bukken */
.bukkenDetailWrap{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 20px 3%;
}
.bukkenColWrap{
  width: 100%;
}
.bukkenCol{
  display: flex;
  padding: 20px 10px;
  gap: 10px;
  max-width: 100%;
}
.bukkenColInfoWrap{
  margin-top: 0;
  width: 68%;
}
.bukkenColImgWrap{
  width: 32%;
  display: flex;
  align-items: center;
  min-width: 110px;
}
.bukkenColPrice{
  font-size: 1.2em;
}
.bukkenColYield{
  padding-bottom: 0;
}
.bukkenColYieldNumber{
  font-size: 1.55em;
  }
.bukkenAreaTitle{
  font-size: 1.5rem;
}
.bukkenColMovieWrap{
  max-width: 100%;
}
 .bukkenColLabel {
  max-width: 180px;
 }
.bottomArea {
  width: 90%;
}
/* footer */
.footer_copyright {
font-size: 10px;
}
}

