header #key h2 {
  font-size: 8vw;
  bottom: 3vw;
  left: 3%;
}
@media screen and (min-width: 768px) {
  header #key h2 {
    font-size: 48px;
    bottom: 20px;
    left: 4%;
  }
  header #key .kv .slide1 {
    background: url("../img/nakameguro-scene/kv.jpg") center/cover;
  }
}

.btn-t1 a {
  display: block;
  width: 285px;
  background: #111111;
  padding: 15px;
  text-align: center;
  color: #fff;
  position: relative;
}
.btn-t1 a::after {
  content: "";
  background: url(../img/gotanda-scene/btn_arrow_right.png) no-repeat center center/80%;
  width: 16px;
  height: 12px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.btn-t1 a.btn-down::after {
  background: url(../img/gotanda-scene/btn_arrow_down.png) no-repeat center center/80%;
  width: 12px;
  height: 16px;
  right: 40px;
}

@media screen and (min-width: 768px) {
  .btn-t1 a {
    width: 425px;
    padding: 30px;
    box-sizing: border-box;
    font-size: 20px;
  }
  .btn-t1 a::after {
    background: url(../img/gotanda-scene/btn_arrow_right.png) no-repeat center center/100%;
    width: 16px;
    height: 12px;
    right: 20px;
  }
  .btn-t1 a.btn-down::after {
    background: url(../img/gotanda-scene/btn_arrow_down.png) no-repeat center center/100%;
  }
}
#sec1 {
  padding: 20vw 0 10vw;
  text-align: center;
}
#sec1 .desc {
  font-size: 4.5vw;
  line-height: 0.6em;
  color: #87b966;
}
#sec1 h2 {
  font-size: 7vw;
  margin-bottom: 5vw;
}
#sec1 .txt {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 100px 0;
  }
  #sec1 .desc {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 2.5px;
  }
  #sec1 h2 {
    font-size: 40px;
    margin-bottom: 50px;
    line-height: 80px;
    letter-spacing: 7px;
  }
  #sec1 .txt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #sec2 .sec2-list {
    padding: 0 5%;
    background: #000;
    color: #fff;
    transition: 1s;
  }
  #sec2 .sec2-list.sec2-list.cl-bg-2 {
    background: #fafafa;
    color: #000;
    transition: 1s;
  }
  #sec2 .box {
    text-align: center;
    padding: 50px 10px;
  }
  #sec2 .box .photo {
    margin-bottom: 20px;
  }
  #sec2 .box .contain .desc-1 {
    color: #87b966;
    margin-bottom: 20px;
  }
  #sec2 .box .contain h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #sec2 .box .contain .box-desc {
    text-align: justify;
    margin-bottom: 20px;
    padding: 0 40px;
  }
  #sec2 .box .contain .btn-t1 a {
    margin: auto;
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 40px 0 85px;
  }
  #sec2 .sec2-left1 {
    position: relative;
    z-index: 9;
  }
  #sec2 .sec2-left1 .box {
    padding: 120px 50px 120px;
    min-height: 90vh;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  #sec2 .sec2-left1 .box .contain {
    text-align: center;
    max-width: 425px;
    margin: auto;
  }
  #sec2 .sec2-left1 .box .contain .desc-1 {
    color: #87b966;
    font-size: 17px;
    margin-bottom: 45px;
  }
  #sec2 .sec2-left1 .box .contain h3 {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 60px;
  }
  #sec2 .sec2-left1 .box .contain .box-desc {
    margin-bottom: 50px;
    text-align: left;
    padding: 0 25px;
  }
  #sec2 .sec2-left1 .box-1 {
    background: none;
    color: #fff;
  }
  #sec2 .sec2-left1 .box-1 .photo-1 {
    margin-bottom: 25px;
  }
  #sec2 .sec2-left1 .box-2 {
    padding: 50px;
    color: #fff;
  }
  #sec2 .sec2-left1 .box-2::before {
    display: none;
  }
  #sec2 .sec2-left1 .box-2 .contain {
    position: relative;
    z-index: 99;
  }
  #sec2 .sec2-left1 .box-3 {
    background: none;
    padding: 50px;
  }
  #sec2 .sec2-left1 .box-3::before {
    display: none;
  }
  #sec2 .sec2-left1 .box-3 .contain {
    position: relative;
    z-index: 9;
  }
  #sec2 .sec2-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #000;
    transition: 0.5s;
  }
  #sec2 .sec2-list.cl-bg-2 {
    background: #fafafa;
    transition: 0.5s;
  }
  #sec2 .sec2-list.cl-bg-2 .box-1,
  #sec2 .sec2-list.cl-bg-2 .box-2,
  #sec2 .sec2-list.cl-bg-2 .box-3 {
    color: #000;
  }
  #sec2 .sec2-list.cl-bg-3 {
    background: #000;
    color: #fff;
    transition: 0.5s;
  }
  #sec2 .sec2-list.cl-bg-3 .box-1,
  #sec2 .sec2-list.cl-bg-3 .box-2,
  #sec2 .sec2-list.cl-bg-3 .box-3 {
    color: #fff;
  }
  #sec2 .sec2-left1 {
    width: 40%;
  }
  #sec2 .sec2-right {
    width: 60%;
    position: relative;
    min-height: 100vh;
    margin: 0px;
    overflow: hidden;
  }
  #sec2 .sec2-right .sec2-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  #sec2 .sec2-right .sec2-bg:nth-child(n+2) {
    backface-visibility: hidden;
    height: 0;
    transform: scale(1.2);
    transform-origin: top;
    will-change: height;
  }
  #sec2 .sec2-right .sec2-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #sec2 .btn-t1 a {
    margin: auto;
    border: 1px solid #fff;
  }
}
#sec3 {
  padding: 10vw 0;
}
#sec3 .deco-1 {
  text-align: center;
  margin-bottom: 5vw;
}
#sec3 .deco-1 img {
  width: 25%;
}
#sec3 h2 {
  margin: 0 auto 10vw;
  font-size: 5vw;
  height: -moz-max-content;
  height: max-content;
}
#sec3 .group-btn .btn-t1 {
  margin-bottom: 20px;
}
#sec3 .group-btn .btn-t1 a {
  margin: auto;
}
#sec3 .box-1 {
  position: relative;
}
#sec3 .box-1 h3 {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 8vw;
  line-height: 1em;
}
#sec3 .desc {
  text-align: right;
  margin: 10px 10px 30px 0;
}
#sec3 .box-2 {
  background: #ececec;
  text-align: center;
  margin: 10px;
  padding: 30px 15px;
}
#sec3 .box-2 .ttl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a5a5a5;
  font-size: 16px;
}
#sec3 .box-2 .desc-1 {
  margin-bottom: 20px;
}
#sec3 .box-2 .desc-2 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 100px 0 80px;
  }
  #sec3 .deco-1 {
    margin-bottom: 155px;
  }
  #sec3 .deco-1 img {
    width: 10%;
  }
  #sec3 h2 {
    margin: 0 auto 135px;
    font-size: 40px;
    letter-spacing: 6px;
  }
  #sec3 .group-btn {
    display: flex;
    justify-content: space-between;
    max-width: 920px;
    margin: 0 auto 120px;
  }
  #sec3 .group-btn .btn-t1 {
    margin-bottom: 20px;
  }
  #sec3 .group-btn .btn-t1 a {
    margin: auto;
  }
  #sec3 .box-1 {
    position: relative;
  }
  #sec3 .box-1 .photo-1 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec3 .box-1 h3 {
    right: 0;
    bottom: 0;
    font-size: 120px;
    line-height: 1em;
  }
  #sec3 .desc {
    margin: 10px 10px 60px 0;
  }
  #sec3 .box-2 {
    width: 1000px;
    margin: 10px auto 70px;
    padding: 70px 135px;
  }
  #sec3 .box-2 .ttl {
    padding-bottom: 35px;
    margin-bottom: 20px;
    font-size: 30px;
  }
  #sec3 .box-2 .desc-1 {
    margin-bottom: 40px;
  }
  #sec3 .box-2 .desc-2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#sec4 {
  padding: 10vw 0;
}
#sec4 .ttl {
  font-size: 5vw;
  border-bottom: 1px solid #111111;
  margin: 0px 0px 6vw;
}
#sec4 .ttl .price {
  margin-bottom: 20px;
}
#sec4 .row {
  margin-bottom: 30px;
}
#sec4 .row .col-left {
  position: relative;
  margin-bottom: 20px;
}
#sec4 .row .col-left h3 {
  z-index: 1;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 8vw;
  line-height: 1.5em;
}
#sec4 .row .col-right .desc-1 {
  margin-bottom: 10px;
}
#sec4 .row .col-right .desc-2 {
  font-size: 18px;
  margin-bottom: 5px;
}
#sec4 .row-2 .col {
  text-align: center;
  background: #ececec;
  padding: 30px 10px;
  margin-bottom: 30px;
}
#sec4 .row-2 .col h3 {
  font-size: 20px;
  line-height: 25px;
}
#sec4 .row-2 .col .price {
  font-size: 20px;
  margin: 0 20px 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a5a5a5;
}
#sec4 .row-2 .col .desc-1 {
  margin-bottom: 15px;
}
#sec4 .row-2 .col .desc-2 {
  margin-bottom: 15px;
  font-size: 17px;
}
#sec4 .sp {
	text-align: center;	
}
#sec4 .row .col-right{
	text-align: center;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 0 0 80px;
  }
  #sec4 .wrap {
    max-width: 1500px;
  }
  #sec4 .row {
    max-width: 1350px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin-bottom: 80px;
  }
  #sec4 .row .ttl {
    width: 330px;
    font-size: 30px;
    line-height: 55px;
    position: absolute;
    right: 0;
    top: 75px;
    margin: 0px;
  }
  #sec4 .row .ttl .price {
    margin-bottom: 20px;
  }
  #sec4 .row .col-left {
    margin-bottom: 20px;
  }
  #sec4 .row .col-left h3 {
    z-index: 1;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 120px;
    line-height: 120px;
  }
  #sec4 .row .col-right {
    width: 330px;
    margin: 240px 2% 0px;
    padding-right: 1%;
    box-sizing: border-box;
    align-self: flex-start;
	text-align: left;
  }
  #sec4 .row .col-right .desc-1 {
    margin-bottom: 30px;
  }
  #sec4 .row .col-right .desc-2 {
    font-size: 22px;
    letter-spacing: 4px;
  }
  #sec4 .row-2 {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: auto;
  }
  #sec4 .row-2 .col {
    width: 550px;
    padding: 70px 10px;
    margin-bottom: 30px;
  }
  #sec4 .row-2 .col h3 {
    font-size: 30px;
    line-height: 50px;
  }
  #sec4 .row-2 .col .price {
    font-size: 30px;
    margin: 0 20px 20px;
    padding-bottom: 30px;
  }
  #sec4 .row-2 .col .desc-1 {
    margin-bottom: 25px;
  }
  #sec4 .row-2 .col .desc-2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  #sec4 .row-2 .col .txt {
    width: 360px;
    margin: auto;
  }
}
#sec5 {
  padding: 5vw 0 10vw;
  text-align: center;
}
#sec5 .sec5-toggle {
  border-bottom: 1px solid #afafaf;
  border-top: 1px solid #afafaf;
}
#sec5 .toggle-link {
  font-size: 18px;
  padding: 15px 10px 10px;
  
  max-width: 400px;
  margin: 0 auto 20px;
  position: relative;
}
#sec5 .toggle-main{
  padding-bottom: 8vw;
}
#sec5 .toggle-link::before {
  content: "";
  background: #afafaf;
  width: 10px;
  height: 1px;
  right: 22px;
  rotate: 45deg;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: all .3s;
}
#sec5 .toggle-link::after {
  transition: all .3s;
  content: "";
  background: #afafaf;
  width: 10px;
  height: 1px;
  right: 15px;
  rotate: -45deg;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#sec5 .sec5-toggle.active .toggle-link::before{
  rotate: -45deg;
  transition: all .3s;
}
#sec5 .sec5-toggle.active .toggle-link::after{
  transition: all .3s;
  rotate: 45deg;
}
#sec5 h2{
  font-size: 7vw;
  margin: 10vw 0px 6vw;
}
#sec5 .toggle-main ul{
  text-align: left;
  /* margin: 0px 0px 8vw; */
}
#sec5 .toggle-main ul li{
  line-height: 1.5;
  margin: 0px 0px 3vw;
  padding: 0px 0px 3vw;
  border-bottom: 1px solid #c8c8c8;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 25px 0 100px;
  }
  #sec5 .toggle-main{
    padding-bottom: 80px;
  }
  #sec5 h2{
    font-size: 30px;
    margin: 50px 0px 30px;
  }
  #sec5 .toggle-main ul{
    margin: 0px 0px ;
  }
  #sec5 .toggle-main .sec5-col{
    width: 320px;
  }
  #sec5 .toggle-main ul li{
    font-size: 15px;
    line-height: 27px;
    padding: 0px 0px 8px;
    margin: 0px 0px 8px;
  }
  #sec5 .toggle-link {
    font-size: 30px;
    padding: 50px 10px;
    max-width: 800px;
    margin: 0 auto 30px;
  }
  #sec5 .toggle-link:hover{
    opacity: .8;
  }
  #sec5 .toggle-link::before {
    width: 25px;
    right: 60px;
  }
  #sec5 .toggle-link::after {
    width: 25px;
    right: 42px;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  #sec4 .row {
    width: 1250px;
    margin: 0 auto 50px;
  }
  #sec4 .row .col-left .photo-1 img {
    width: 850px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #sec2 .sec2-left1 .box {
    padding: 50px 20px 70px;
  }
  #sec2 .btn-t1 a {
    width: 360px;
  }
  #sec2 .sec2-left1 .box .contain h3 {
    font-size: 35px;
  }
  #sec4 .row {
    width: 1050px;
  }
  #sec4 .row .col-left .photo-1 img {
    width: 700px;
  }
  #sec4 .row-2 {
    justify-content: center;
  }
  #sec4 .row-2 .col {
    width: 500px;
    margin: 0 20px;
  }
}/*# sourceMappingURL=nakameguro-scene.css.map */