@charset "UTF-8";
/* ===================================
上野みらい
=================================== */
html {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

html.is-block {
  overflow: hidden;
  height: 100%;
}
html.is-block body {
  overflow: hidden;
  height: 100%;
}

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

.page#feature,
.page#feature #container,
#mainContent {
  height: 100%;
}

.page#feature #container {
  padding-top: 0 !important;
}

.slick-dots {
  width: auto;
  height: auto;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  padding-top: 95px;
  z-index: 1;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slick-dots.is-hide {
  display: none !important;
  opacity: 0;
}
.slick-dots li {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.slick-dots li:hover:before, .slick-dots li.slick-active:before {
  opacity: 0;
}
.slick-dots li:hover:after, .slick-dots li.slick-active:after {
  opacity: 1;
}
.slick-dots li:before, .slick-dots li:after {
  content: "";
  width: 12px;
  height: 14px;
  position: absolute;
  left: 8px;
  top: 7px;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slick-dots li:before {
  background-image: url(../imgs/dot_off.png);
  opacity: 1;
}
.slick-dots li:after {
  background-image: url(../imgs/dot_on.png);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    right: 5px;
    padding-top: 54px;
  }
  .slick-dots li {
    width: 24px;
    height: 24px;
  }
  .slick-dots li:hover:before {
    opacity: 1;
  }
  .slick-dots li:hover:after {
    opacity: 0;
  }
  .slick-dots li.slick-active:before {
    opacity: 0;
  }
  .slick-dots li.slick-active:after {
    opacity: 1;
  }
  .slick-dots li:before, .slick-dots li:after {
    content: "";
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 10px;
    height: 12px;
    left: 7px;
    top: 6px;
  }
  .slick-dots li:before {
    background-image: url(../imgs/sp/dot_off.png);
  }
  .slick-dots li:after {
    background-image: url(../imgs/sp/dot_on.png);
  }
}

.feature-contents {
  background: #000;
  width: 100%;
  position: relative;
}
.feature-contents.slick-slider {
  margin: 0;
}
.feature-contents .content {
  background: #000;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-family: "リュウミン R-KL";
}
.feature-contents .content.c1 figure {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-image: url(../imgs/visual01.png);
}
.feature-contents .content.c1 figure .project {
  margin-top: 60px;
  font-size: 30px;
  letter-spacing: 0.2em;
}
.feature-contents .content.c2 figure {
  background-image: url(../imgs/visual02.png);
}
.feature-contents .content.c2 figure .text-wrap {
  position: absolute;
  top: calc(95px + 4%);
  right: 15%;
  text-shadow: 0px 0px 3px black;
  line-height: 1;
}
.feature-contents .content.c2 figure .text-wrap .text1 {
  font-size: 24px;
  margin-top: -20px;
  letter-spacing: 0.07em;
}
.feature-contents .content.c2 figure .text-wrap .text1 .gama {
  display: inline-block;
  font-size: 58px;
  font-family: 'Cormorant Garamond', serif;
  vertical-align: bottom;
  padding: 0 0.1em;
}
.feature-contents .content.c2 figure .text-wrap .text2 {
  font-size: 50px;
  letter-spacing: 0.32em;
  margin-top: 30px;
}
.feature-contents .content.c2 figure .text-wrap .text3 {
  font-size: 50px;
  letter-spacing: 0.32em;
  margin-top: 20px;
  padding-left: 90px;
}
.feature-contents .content.c2 figure .cap {
  bottom: 32px;
}
@media only screen and (max-width: 960px) {
  .feature-contents .content.c2 figure .cap {
    bottom: 52px;
  }
}
.feature-contents .content.c3 figure {
  background-image: url(../imgs/visual03.png);
}
.feature-contents .content.c3 .title {
  font-size: 30px;
  line-height: 2;
  letter-spacing: 0.4em;
  position: relative;
  z-index: 1;
}
.feature-contents .content.c3 .text {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.feature-contents .content.c3 .bg {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.feature-contents .content.c4 figure {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: url(../imgs/visual04_bg.png);
}
.feature-contents .content.c4 figure .bg {
  height: 100%;
  max-height: 650px;
  position: relative;
  z-index: 2;
}
.feature-contents .content.c4 figure .bg .pc {
  height: 100%;
}
.feature-contents .content.c4 figure .bg img {
  height: 100%;
  max-height: 650px;
}
.feature-contents .content.c4 figure .bg .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.feature-contents .content.c4 figure .cap {
  z-index: 1;
}
@media only screen and (max-width: 960px) {
  .feature-contents .content.c4 figure .bg {
    height: auto;
  }
  .feature-contents .content.c4 figure .bg img {
    height: auto;
  }
}
@media only screen and (max-width: 960px) and (max-height: 650px) {
  .feature-contents .content.c4 figure .bg {
    height: 100%;
  }
  .feature-contents .content.c4 figure .bg img {
    height: 100%;
  }
}
.feature-contents .content.c6 figure {
  background-image: url(../imgs/visual05.png);
}
.feature-contents .content.c6 figure .cap {
  padding-right: 20px;
}
.feature-contents .content.c6 .num5 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.feature-contents .content.c5 figure {
  background-image: url(../imgs/visual05.png);
}
.feature-contents .content.c5 .text {
  position: relative;
  z-index: 10;
}
.feature-contents .content.c5 .bg {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.feature-contents .content.c5 .num5 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.feature-contents .content.c7 figure {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: url(../imgs/bgchip.png);
  background-repeat: repeat;
  position: relative;
  -moz-background-size: auto;
  -o-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
}
.feature-contents .content.c7 figure .brillia {
  width: calc((540/1500)*100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.feature-contents .content.c7 figure .brillia img {
  width: 100%;
}
.feature-contents .content.c7 figure .title img {
  max-width: 100%;
}
.feature-contents .content.c7 figure .sub {
  margin-top: 40px;
  margin-bottom: 60px;
}
.feature-contents .content.c8 figure {
  background: url(../imgs/bgchip.png);
  background-repeat: repeat;
  position: relative;
  -moz-background-size: auto;
  -o-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
}
.feature-contents .content.c8 figure .text-wrap {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: calc((960/1500)*100%);
  height: 100%;
  padding: 0 20px;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.feature-contents .content.c8 figure .brillia {
  width: calc((540/1500)*100%);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.feature-contents .content.c8 figure .brillia img {
  width: 100%;
}
.feature-contents .content.c8 figure .title img {
  max-width: 100%;
}
.feature-contents .content.c8 figure .sub {
  margin-top: 40px;
  margin-bottom: 60px;
}
.feature-contents .content.c8 figure .text {
  text-align: center;
}
.feature-contents .content figure {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100vh;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 95px;
  position: relative;
}
.feature-contents .content figure .figure-in {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  padding-top: 95px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.feature-contents .content figure .sub {
  font-size: 21px;
  letter-spacing: 0.2em;
}
.feature-contents .content figure .text {
  font-size: 18px;
  line-height: 2.44em;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 960px) {
  .feature-contents .content figure {
    padding-top: 118px;
  }
  .feature-contents .content figure .sub {
    font-size: 18px;
  }
  .feature-contents .content figure .text {
    font-size: 16px;
  }
}
.feature-contents .content .district {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .feature-contents {
    height: 100%;
  }
  .feature-contents .slick-list,
  .feature-contents .slick-list .slick-track,
  .feature-contents .slick-list .slick-track .slick-slide,
  .feature-contents .slick-list .slick-track .slick-slide > div {
    height: 100%;
  }
  .feature-contents .content {
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 54px;
    height: 100vh;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .feature-contents .content.c1 {
    background-image: url(../imgs/sp/01bg.png);
  }
  .feature-contents .content.c1 figure {
    background-image: url(../imgs/sp/01.png);
  }
  .feature-contents .content.c1 figure .title img {
    max-width: 240px;
  }
  .feature-contents .content.c1 figure .project {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .feature-contents .content.c2 {
    background-image: url(../imgs/sp/02bg.png);
  }
  .feature-contents .content.c2 figure {
    background-image: url(../imgs/sp/02.png);
  }
  .feature-contents .content.c2 figure .text-wrap {
    position: absolute;
    top: 5%;
    right: auto;
    left: 20px;
    left: calc((30/640)*100%);
    text-shadow: 0px 0px 3px black;
  }
  .feature-contents .content.c2 figure .text-wrap .text1 {
    font-size: 16px;
    margin-top: 0px;
    letter-spacing: 0.07em;
  }
  .feature-contents .content.c2 figure .text-wrap .text1 .gama {
    font-size: 30px;
  }
  .feature-contents .content.c2 figure .text-wrap .text2 {
    font-size: 26px;
    letter-spacing: 0.15em;
    margin-top: 10px;
  }
  .feature-contents .content.c2 figure .text-wrap .text3 {
    font-size: 26px;
    letter-spacing: 0.32em;
    padding-left: 50px;
    margin-top: 8px;
  }
  .feature-contents .content.c2 figure .cap {
    top: 0px;
    right: 4px;
    bottom: auto;
    left: auto;
  }
  .feature-contents .content.c3 {
    background-image: url(../imgs/sp/03bg.png);
  }
  .feature-contents .content.c3 figure {
    background-image: url(../imgs/sp/03.png);
  }
  .feature-contents .content.c3 .title {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
  .feature-contents .content.c3 .text {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .feature-contents .content.c3 .bg {
    display: none;
  }
  .feature-contents .content.c4 {
    background-image: url(../imgs/sp/03bg.png);
  }
  .feature-contents .content.c4 figure {
    background-image: url(../imgs/sp/04.png);
  }
  .feature-contents .content.c4 figure .bg {
    width: 100%;
    height: 100%;
  }
  .feature-contents .content.c4 figure .bg .item {
    background-position: center bottom;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../imgs/sp/04item.png);
  }
  .feature-contents .content.c4 figure .cap {
    top: 5px;
    right: 5px;
    bottom: auto;
    left: auto;
  }
  .feature-contents .content.c5 {
    background-image: url(../imgs/sp/05bg.png);
  }
  .feature-contents .content.c5 figure {
    background-image: url(../imgs/sp/05.png);
  }
  .feature-contents .content.c5 .num1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
  .feature-contents .content.c5 .num1 img {
    max-width: 14px;
  }
  .feature-contents .content.c6 {
    background-image: url(../imgs/sp/05bg.png);
  }
  .feature-contents .content.c6 figure {
    background-image: url(../imgs/sp/05.png);
  }
  .feature-contents .content.c6 figure .cap {
    padding-right: 10px;
    letter-spacing: 0;
  }
  .feature-contents .content.c6 .text {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .feature-contents .content.c6 .num1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
  .feature-contents .content.c6 .num1 img {
    max-width: 14px;
  }
  .feature-contents .content.c7 {
    background-image: url(../imgs/sp/07bg.png);
  }
  .feature-contents .content.c7 figure {
    background: url(../imgs/bgchip.png);
    background-repeat: repeat;
    -moz-background-size: auto;
    -o-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
    text-align: center;
  }
  .feature-contents .content.c7 figure .title img {
    max-width: 185px;
  }
  .feature-contents .content.c7 figure .sub {
    margin-top: 18px;
    font-size: 13px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
  .feature-contents .content.c8 {
    background-image: url(../imgs/sp/08bg.png);
  }
  .feature-contents .content.c8 figure {
    background: url(../imgs/sp/08.png);
    background-repeat: repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
  }
  .feature-contents .content.c8 figure .text-wrap {
    width: 100%;
    height: 100%;
    padding: 0 0px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding-top: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .feature-contents .content.c8 figure .brillia {
    display: none;
  }
  .feature-contents .content.c8 figure .title img {
    max-width: 185px;
  }
  .feature-contents .content.c8 figure .sub {
    margin-top: 18px;
    font-size: 13px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
  }
  .feature-contents .content.c8 figure .text {
    padding-top: 15px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 2.15;
  }
  .feature-contents .content figure {
    width: 100%;
    height: 80%;
    padding-top: 0;
  }
  .feature-contents .content figure .figure-in {
    padding-top: 0;
  }
  .feature-contents .content .district {
    font-size: 10px;
    padding: 5px 2px;
  }
}
@media only screen and (max-height: 568px) {
  body.smf .feature-contents .content figure {
    height: 90%;
  }
}

.text-link{
	color: #fff;
	text-decoration: underline;
}