/*--------------------------------------
    key-content
--------------------------------------*/
#head-key {
  background: var(--bg2);
}
#head-key .key-content {
  margin-top: -104vw;
  position: relative;
  color: #fff;
  padding: 0 4% 12vw;
}
#head-key .key-content h2 {
  margin: 0 9% 10vw;
}
@media screen and (min-width: 768px) {
  #head-key {
    background: transparent;
  }
  #head-key .key-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: absolute;
    margin-top: 0;
    padding: 0;
    bottom: 180px;
    flex-direction: row-reverse;
    justify-content: center;
    width: 100%;
    left: -45px;
    gap: 50px;
    z-index: 3;
  }
  #head-key .key-content h2 {
    width: 590px;
    margin: 0;
    margin-top: -233px;
  }
  #head-key .key-content .txt {
    width: 400px;
    text-shadow: 2.5px 1.6px 7px rgba(0, 0, 0, 0.35);
  }
}

@media (max-width: 1160px) and (min-width: 768px) {
  #head-key .key-content {
    left: 20px;
  }
}
/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  padding: 12vw 0 26vw;
}
#sec1 .row {
  gap: 8vw;
}
#sec1 .row h2 {
  margin: 0 3% 5vw 0;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding-top: 0;
    padding-bottom: 293px;
  }
  #sec1 .row {
    max-width: 1160px;
    gap: 20px;
    justify-content: space-between;
  }
  #sec1 .row .content {
    width: 398px;
  }
  #sec1 .row .content h2 {
    margin: 6px 0px 27px -18px;
  }
  #sec1 .row .photo {
    margin: -77px 0 0 -70px;
  }
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 {
  background: var(--bg2);
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 14vw 0;
}
#sec2:before {
  content: '';
  position: absolute;
  top: -19vw;
  left: 0;
  width: 100%;
  height: 85vw;
  background: url('../img/oden/s2_bg.png') no-repeat center top, var(--bg2);
  background-size: auto 100%;
  z-index: -1;
  mask-image: url('../img/oden/s2_mask.png');
  -webkit-mask-image: url('../img/oden/s2_mask.png');
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-position: top;
  mask-repeat: no-repeat;
}
#sec2 h2 {
  position: relative;
  z-index: 1;
  margin: 0 5% 7vw;
}
#sec2 h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98vw;
  height: 96vw;
  background: url('../img/oden/s2_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec2 .tac span {
  display: block;
  margin-top: 20px;
}
#sec2 .row {
  gap: 7vw;
}
#sec2 .row1 {
  margin: 12vw 0;
}
#sec2 .row1 .img {
  margin: 0 -5% -2vw -7%;
}
#sec2 .row1 h3 {
  margin: 0 10%;
}
#sec2 .price {
  margin: 1.4vw 0 5vw;
}
#sec2 .s2-js .photo {
  margin-bottom: 6vw;
}
#sec2 .s2-js .slick-dots {
  padding-left: 60px;
  box-sizing: border-box;
}
#sec2 .s2-js .slick-dots:before {
  content: '';
  position: absolute;
  top: 53%;
  left: 0;
  width: 53px;
  height: 2px;
  left: 0;
  background: #9e927a;
}
#sec2 .s2-js .slick-dots li {
  width: 17px;
  height: 17px;
}
#sec2 .s2-js .slick-dots li button {
  background: #9e927a;
  border: none;
}
#sec2 .s2-js .slick-dots li:nth-child(1) {
  mask-image: url('../img/oden/dot1.png');
  -webkit-mask-image: url('../img/oden/dot1.png');
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-position: top;
  mask-repeat: no-repeat;
}
#sec2 .s2-js .slick-dots li:nth-child(2) {
  mask-image: url('../img/oden/dot2.png');
  -webkit-mask-image: url('../img/oden/dot2.png');
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-position: top;
  mask-repeat: no-repeat;
}
#sec2 .s2-js .slick-dots li:nth-child(3) button {
  border-radius: 50%;
}
#sec2 .s2-js .slick-dots li.slick-active button {
  background: #fff;
}
#sec2 .row3 {
  margin-top: 12vw;
}
#sec2 .row3 .ttl {
  display: table;
  font-size: 16px;
  background: url('../img/oden/s2_ttl_deco.png') no-repeat center bottom;
  background-size: contain;
  padding: 0 17px 25px;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 6px 0 144px;
  }
  #sec2:before {
    height: 1048px;
    top: -330px;
    background-size: cover;
  }
  #sec2 h2 {
    margin: 0 auto 56px;
    width: 669px;
  }
  #sec2 h2:before {
    width: 743px;
    height: 723px;
    margin: 82px 0 0px 0;
  }
  #sec2 .tac {
    width: 560px;
    margin: 0 auto;
  }
  #sec2 .tac span {
    margin-top: 36px;
  }
  #sec2 .row {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 25px;
  }
  #sec2 .row1 {
    margin: 59px -91px -119px;
    gap: 10px;
    position: relative;
    z-index: 2;
  }
  #sec2 .row1 h3 {
    width: 476px;
    margin: 0;
  }
  #sec2 .row1 .img {
    margin: -52px -55px 0 0;
  }
  #sec2 .s2-js .slick-list {
    overflow: visible;
  }
  #sec2 .s2-js .slick-dots {
    position: absolute;
    display: table;
    width: 360px;
    right: 22px;
    bottom: 8px;
  }
  #sec2 .s2-js .slick-dots li {
    width: 35px;
    height: 36px;
    margin: 0 5px;
  }
  #sec2 .s2-js .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  #sec2 .s2-js .photo {
    margin-left: -152px;
    margin-bottom: 0;
  }
  #sec2 .s2-js .content {
    width: 360px;
    margin: 35px 24px 0 0;
  }
  #sec2 .s2-js .content h3 {
    letter-spacing: 0em;
  }
  #sec2 .s2-js .content .price {
    margin: 14px 0 34px 0px;
  }
  #sec2 .row3 {
    margin-top: 69px;
    align-items: center;
  }
  #sec2 .row3 .photo {
    margin-right: -2px;
  }
  #sec2 .row3 .content {
    width: 320px;
    padding-top: 16px;
  }
  #sec2 .row3 .content h4 {
    margin-left: 7px;
    padding: 0 25px 23px 16px;
    font-size: 20px;
  }
  #sec2 .row3 .content h3 {
    letter-spacing: -0.15em;
  }
  #sec2 .row3 .content .price {
    margin: 13px 0 32px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  #sec2 .row1 {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
    padding: 0 20px;
  }
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 {
  padding: 13vw 0;
  position: relative;
  z-index: 1;
}
#sec3:before {
  content: '';
  position: absolute;
  top: -44vw;
  right: -30vw;
  width: 82.6vw;
  height: 82.6vw;
  background: url('../img/shared/c_deco.png') no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec3 .main {
  gap: 7vw;
}
#sec3 .main .text {
  font-size: 16px;
  flex-direction: row;
  align-items: end;
  color: #3b1e13;
}
#sec3 .main .text .ttl {
  width: 160px;
  margin-bottom: 5px;
}
#sec3 .main h2 {
  color: #3b1e13;
  font-size: 14vw;
  line-height: 1.3;
  letter-spacing: 0em;
  margin: 1vw 0 1.5vw;
}
#sec3 .main .price {
  color: #3b1e13;
}
#sec3 .main .txt {
  margin-top: 6vw;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 124px 0 143px;
  }
  #sec3:before {
    width: 564px;
    height: 564px;
    top: -120px;
    right: -87px;
  }
  #sec3 .main {
    max-width: 1160px;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
  }
  #sec3 .main .content {
    width: 432px;
    min-width: 432px;
    padding-top: 24px;
  }
  #sec3 .main .content .text {
    font-size: 20px;
    letter-spacing: -0.1em;
    gap: 4px;
  }
  #sec3 .main .content .text .ttl {
    width: 220px;
  }
  #sec3 .main .content h2 {
    letter-spacing: -0.1em;
    margin: -2px 0 10px -4px;
    font-size: 80px;
  }
  #sec3 .main .content .txt {
    margin: 33px -7px 0 3px;
  }
  #sec3 .main .photo {
    margin-left: -99px;
  }
  #sec3 .main .photo:before {
    bottom: -30px;
    left: -20px;
  }
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 {
  position: relative;
  z-index: 2;
}
#sec4 .row {
  gap: 7vw;
}
@media screen and (min-width: 768px) {
  #sec4 .row {
    gap: 40px;
    max-width: 1354px;
  }
}

/*--------------------------------------
    sec5
--------------------------------------*/
#sec5 {
  position: relative;
  z-index: 1;
  padding: 12vw 0;
}
#sec5:before {
  content: '';
  position: absolute;
  top: -20vw;
  left: 0;
  width: 100%;
  bottom: 0;
  background: var(--bg4);
  z-index: -1;
}
#sec5:after {
  content: '';
  position: absolute;
  top: -52vw;
  left: 0;
  width: 100%;
  height: 32vw;
  background: url('../img/oden/s5_curve.png') no-repeat center top;
  background-size: auto 100%;
  z-index: -1;
}
#sec5 .photo {
  margin-bottom: 7vw;
  margin-right: -10%;
}
#sec5 .txt {
  margin: 5.5vw 0;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 124px 0 151px;
  }
  #sec5:before {
    top: -239px;
  }
  #sec5:after {
    top: -432px;
    height: 193px;
  }
  #sec5 .row {
    max-width: 1168px;
  }
  #sec5 .row .photo {
    position: absolute;
    top: 0;
    margin-right: 0;
    right: calc(50% - 50vw);
    height: 550px;
    left: calc(50% - 122px);
    margin-bottom: 0;
  }
  #sec5 .row .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec5 .row .content {
    width: 400px;
    padding-top: 42px;
  }
  #sec5 .row .content .txt {
    margin: 34px 20px 24px 34px;
  }
  #sec5 .row .content .btn-cus a {
    line-height: 83px;
  }
  #sec5 .row .content .btn-cus a:after {
    margin: 0px -18px 0px 34px;
    transform: translateY(-2px);
  }
}
@media (max-width: 1160px) and (min-width: 768px) {
  #sec5 .row .photo {
    left: auto;
    width: calc(100% - 400px);
  }
}
@media screen and (min-width: 1501px) {
  #sec5:after {
    background-size: 100% 100%;
  }
}

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