main {
  overflow: visible;
}
.bg-fixed {
  overflow: visible;
  background: #000;
  position: relative;
  color: #fff;
  z-index: 1;
}
.bg-fixed .fixed {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  z-index: -1;
}
.bg-fixed .fixed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-fixed > .content {
  margin-top: -100vh;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  header .logo {
    top: 137px;
  }
}
.ovh {
  overflow: hidden;
}
/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  padding: 13vw 0;
}
#sec1 h2 {
  width: 34%;
  margin: 0 auto 6vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 148px 0 61px;
  }
  #sec1 .row {
    flex-direction: row-reverse;
    max-width: 1092px;
    gap: 20px;
    align-items: end;
  }
  #sec1 .row h2 {
    margin: 0;
    width: 206px;
  }
  #sec1 .row .txt {
    margin: 0px 96px -35px 0;
    letter-spacing: 0.07em;
    width: 354px;
  }
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 {
  position: relative;
  z-index: 1;
}
#sec2:before {
  content: '';
  position: absolute;
  top: -35vw;
  right: -29vw;
  width: 98vw;
  height: 96vw;
  background: url('../img/concept/s2_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec2 .row {
  gap: 10vw;
  margin-top: 10vw;
}
#sec2 .row .photo {
  margin-left: -5%;
}
#sec2 .row h3 {
  width: 30%;
  margin: 0 auto 6vw;
}
@media screen and (min-width: 768px) {
  #sec2:before {
    width: 743px;
    height: 724px;
    top: -236px;
    right: calc(50% - 656px);
  }
  #sec2 h2 {
    margin-left: 50px;
  }
  #sec2 .wrap {
    max-width: 1206px;
  }
  #sec2 .row {
    position: relative;
    margin-top: 95px;
  }
  #sec2 .row .photo {
    position: absolute;
    left: calc(50% - 50vw);
    margin-left: 0;
    right: calc(50% - 254px);
    height: 650px;
  }
  #sec2 .row .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec2 .row .content {
    width: 288px;
    margin-left: auto;
  }
  #sec2 .row .content h3 {
    width: 219px;
    margin: 8px 0 43px 24px;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  #sec2 .row .photo {
    right: auto;
    max-width: calc(100% - 290px);
  }
}
/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 {
  padding: 13vw 0;
}
#sec3 .set1 .row1 {
  gap: 8vw;
}
#sec3 .set1 .row1 .photo {
  margin-right: -22%;
}
#sec3 .set1 .row1 h2 {
  width: 70%;
  margin: 0 auto;
}
#sec3 .set1 .row2 {
  margin-top: 10vw;
  gap: 8vw;
}
#sec3 .set1 .row2 .photo {
  margin-left: -10%;
}
#sec3 .set2 {
  margin-top: 12vw;
}
#sec3 .set2 .tax {
  text-align: center;
  padding-bottom: 20px;
}
#sec3 .set2 .row {
  margin-top: 8vw;
  flex-direction: row;
  gap: 15px;
  border-bottom: 1px solid #888888;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
  align-items: end;
}
#sec3 .set2 .row .price {
  margin-bottom: 1vw;
}
#sec3 .set2 .row .note {
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 132px 0 156px;
  }
  #sec3 .set1 .wrap {
    max-width: 1120px;
  }
  #sec3 .set1 .row1 {
    gap: 30px;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  #sec3 .set1 .row1 .photo {
    margin-right: -141px;
  }
  #sec3 .set1 .row1 h2 {
    width: auto;
    margin: 29px 0 0 47px;
  }
  #sec3 .set1 .row2 {
    margin-top: 61px;
    gap: 30px;
    justify-content: space-between;
  }
  #sec3 .set1 .row2 .photo {
    margin: -228px 0 0 -51px;
  }
  #sec3 .set1 .row2 .txt {
    width: 400px;
    padding-right: 50px;
  }
  #sec3 .set2 {
    margin-top: 119px;
  }
  #sec3 .set2 .tax {
    text-align: right;
    padding-bottom: 20px;
  }
  #sec3 .set2 .s3-js {
    margin-right: -80px;
  }
  #sec3 .set2 .s3-js .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #sec3 .set2 .s3-js .item .content {
    width: 470px;
  }
  #sec3 .set2 .s3-js .item .content .row {
    margin-top: 80px;
    padding-left: 39px;
    gap: 23px;
    padding-bottom: 30px;
    border-width: 2px;
    margin-bottom: 43px;
  }
  #sec3 .set2 .s3-js .item .content .row h3 {
    font-size: 50px;
    letter-spacing: -0.13em;
  }
  #sec3 .set2 .s3-js .item .content .row .price {
    margin-bottom: 2px;
  }
  #sec3 .set2 .s3-js .item .content .txt {
    width: 360px;
    margin-left: 40px;
  }
  #sec3 .set2 .s3-js .slick-dots {
    margin-left: 465px;
    width: auto;
    margin-top: -9px;
  }
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 {
  padding: 13vw 0;
}
#sec4 .fz50,
#sec4 .price {
  color: #3b1e13;
}
#sec4 .row1 {
  flex-direction: row;
}
#sec4 .row1 .photo {
  margin-left: -10%;
  margin-right: -14vw;
}
#sec4 .row1 h2 {
  margin-right: -4%;
  margin-top: -3vw;
}
#sec4 .row2 {
  margin-top: -8vw;
  position: relative;
  gap: 7vw;
}
#sec4 .row2 h3 {
  --gap: -2vw;
}
#sec4 .row2 .price {
  margin: 1.4vw 0 6vw;
}
#sec4 .row2 .img {
  margin: 0 -20%;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 95px 0 61px;
  }
  #sec4 .wrap {
    max-width: 1112px;
  }
  #sec4 .row1 .photo {
    margin-left: -94px;
    margin-right: -113px;
  }
  #sec4 .row1 h2 {
    width: 355px;
    margin-right: -88px;
    margin-top: -21px;
  }
  #sec4 .row2 {
    margin-top: 103px;
  }
  #sec4 .row2 .img {
    position: absolute;
    top: -162px;
    right: calc(50% - 851px);
    margin: 0;
  }
  #sec4 .row2 h3 {
    letter-spacing: -0.09em;
  }
  #sec4 .row2 .price {
    margin: 11px 0 36px 5px;
  }
  #sec4 .row2 .txt {
    margin-left: 3px;
    width: 452px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  #sec4 .row2 .img {
    right: -420px;
  }
}
/*--------------------------------------
    sec5
--------------------------------------*/
#sec5 {
  position: relative;
  padding-bottom: 14vw;
}
#sec5 h2 {
  width: 34%;
  margin: 0 auto;
}
#sec5 .row {
  margin-top: 7vw;
  gap: 8vw;
}
#sec5 .row1 .photo {
  margin-right: -10%;
}
#sec5 .fz50,
#sec5 .price {
  color: #3b1e13;
}
#sec5 .row2 .s5-js {
  margin-left: -10%;
  line-height: 1;
}
#sec5 .row2 .s5-js .slick-dots {
  text-align: right;
  --main: #5b4237;
}
#sec5 .row2 .price {
  margin: 1.4vw 0 6vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding-bottom: 64px;
    overflow: visible;
  }
  #sec5 .wrap {
    max-width: 1210px;
  }
  #sec5 h2 {
    top: 0;
    left: 0;
    width: 207px;
    z-index: 2;
    position: absolute;
  }
  #sec5 .row1 {
    padding-top: 45px;
    margin-top: 0;
    gap: 20px;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  #sec5 .row1 .photo {
    margin-right: -95px;
    height: 413px;
  }
  #sec5 .row1 .txt {
    width: 360px;
    min-width: 360px;
    margin: -74px 0 0 249px;
  }
  #sec5 .row2 {
    margin-top: -116px;
    gap: 73px;
    align-items: end;
  }
  #sec5 .row2 .s5-js {
    margin-left: -97px;
    width: 64.6%;
  }
  #sec5 .row2 .s5-js::before {
    content: '';
    position: absolute;
    bottom: -541px;
    left: -98px;
    background: url('../img/shared/c_deco2.png') no-repeat center top;
    background-size: contain;
    width: 614px;
    height: 654px;
    mix-blend-mode: multiply;
    z-index: -1;
  }
  #sec5 .row2 .s5-js .slick-dots {
    margin: 7px -2px 0 auto;
  }
  #sec5 .row2 .content {
    width: 420px;
    padding-bottom: 58px;
    min-width: 420px;
  }
  #sec5 .row2 .content .price {
    margin: 11px 0 36px 3px;
  }
  #sec5 .row2 .content h3 {
    letter-spacing: -0.12em;
    margin-left: -2px;
  }
}
/*--------------------------------------
    sec6
--------------------------------------*/
#sec6 .inner {
  position: relative;
  color: #fff;
  padding: 13vw 0 33vw;
}
#sec6 .inner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 47%;
  height: 29vw;
  clip-path: polygon(0 0, 0% 100%, 100% 23%);
  background: var(--bg6);
  z-index: -2;
}
#sec6 .inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg2);
  z-index: -1;
  clip-path: polygon(0 9vw, 100% 0, 100% 100%, 0% 100%);
}
#sec6 h2 {
  width: 60%;
  margin: 0 auto 4vw 0;
}
#sec6 .img1 {
  position: absolute;
  width: 88%;
  right: -5%;
  top: 23vw;
  z-index: -1;
}
#sec6 .row {
  gap: 7vw;
}
#sec6 .row .price {
  margin: 1.4vw 0 6vw;
}
#sec6 .row1 {
  margin: 10vw 0;
}
#sec6 .row1 .img {
  margin: 0 -11%;
}
#sec6 .row2 h3 {
  --gap: -1vw;
}
@media screen and (min-width: 768px) {
  #sec6 .inner {
    padding: 129px 0 382px;
  }
  #sec6 .inner::before {
    top: 62px;
    clip-path: polygon(0 124px, 100% 0, 100% 100%, 0% 100%);
  }
  #sec6 .inner:after {
    width: 67%;
    height: 480px;
  }
  #sec6 .inner .wrap {
    max-width: 1120px;
  }
  #sec6 .inner .main {
    width: 330px;
  }
  #sec6 .inner .main h2 {
    width: 373px;
    margin-left: -4px;
    margin-bottom: 28px;
  }
  #sec6 .inner .img1 {
    width: 1097px;
    top: 6px;
    right: calc(50% - 766px);
  }
  #sec6 .inner .row1 {
    margin: 84px auto 120px;
    width: 1060px;
    max-width: 100%;
    position: relative;
  }
  #sec6 .inner .row1 .content {
    width: 380px;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
  #sec6 .inner .row1 .content .txt {
    margin-left: 0px;
  }
  #sec6 .inner .row1 .content h3 {
    letter-spacing: -0.1em;
  }
  #sec6 .inner .row1 .content .price {
    margin: 14px 0 34px;
  }
  #sec6 .inner .row1 .img {
    position: absolute;
    margin: 0;
    left: calc(50% - 766px);
    top: -16px;
  }
  #sec6 .inner .row2 {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #sec6 .inner .row2 .photo {
    margin-right: -101px;
  }
  #sec6 .inner .row2 .content {
    padding-top: 100px;
  }
  #sec6 .inner .row2 .content h3 {
    letter-spacing: -0.08em;
  }
  #sec6 .inner .row2 .content .txt {
    margin-left: 2px;
    width: 380px;
  }
  #sec6 .inner .row2 .content .price {
    margin: 13px 0 33px;
  }
}

/*--------------------------------------
    sec8
--------------------------------------*/
#sec8 {
  position: relative;
  z-index: 2;
  margin-top: -20vw;
  padding-top: 1px;
  overflow: visible;
}
#sec8:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vw;
  background: url('../img/concept/s8_curve.png') no-repeat center bottom;
  background-size: auto 100%;
}
#sec8 .row {
  gap: 7vw;
}
@media screen and (min-width: 768px) {
  #sec8 {
    margin-top: -279px;
  }
  #sec8:before {
    height: 219px;
    top: 60px;
  }
  #sec8 .row {
    margin-top: 0;
    max-width: 1354px;
    gap: 37px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1501px) {
  #sec8:before {
    background-size: 100% 100%;
  }
}

/*--------------------------------------
    sec9
--------------------------------------*/
#sec9 {
  position: relative;
  padding: 13vw 0;
}
#sec9 .photo {
  margin-right: -10%;
  position: relative;
  z-index: 2;
}
#sec9 .content {
  position: relative;
  padding: 8vw 0;
}
#sec9 .content:before {
  content: '';
  position: absolute;
  top: -9vw;
  left: -4%;
  right: -4%;
  bottom: 0;
  background: var(--bg4);
  z-index: -1;
}
#sec9 .content h2 {
  margin: 0 5%;
}
#sec9 .content .txt {
  margin: 5vw 0;
}
@media screen and (min-width: 768px) {
  #sec9 {
    padding: 59px 0 62px;
  }
  #sec9 .wrap {
    max-width: 1176px;
  }
  #sec9 .photo {
    position: absolute;
    right: calc(50% - 50vw);
    top: 0;
    margin-right: 0;
    left: calc(50% - 125px);
    height: 550px;
  }
  #sec9 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec9 .content {
    width: 407px;
    padding: 76px 0 58px 0;
    margin-top: 62px;
  }
  #sec9 .content:before {
    top: 0;
    right: -184px;
    left: calc(50% - 50vw);
  }
  #sec9 .content h2 {
    margin: 0;
  }
  #sec9 .content .txt {
    margin: 25px 28px 33px;
  }
  #sec9 .content .txt a {
    line-height: 80px;
  }
  #sec9 .content .txt a:after {
    margin: 0px -15px 0px 34px;
    transform: translateY(-2px);
  }
}
@media (max-width: 1150px) and (min-width: 768px) {
  #sec9 .photo {
    left: auto;
    width: calc(100% - 407px);
  }
}

/*# sourceMappingURL=concept.css.map */
