.f600 {
  font-weight: 600;
}

.fz48,
.fz47 {
  font-size: calc(var(--gap) + 8vw);
  --gap: 0vw;
}

.row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.c-bg {
  background: url("../img/shared/bg.jpg") repeat;
  position: relative;
  padding: 10vw 4% 7vw;
  font-weight: 600;
}
.c-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("../img/onlineshop/pattern2.jpg") repeat;
  background-position-y: 44%;
}
.c-bg h3 {
  font-size: 7.6vw;
  line-height: 1.2;
}
.c-bg .price {
  font-size: 6.5vw;
  text-align: right;
}
.c-bg .price small {
  font-size: 4.4vw;
}
.c-bg .right {
  border-top: 1px solid #6d6963;
  margin-top: 3vw;
  padding-top: 4vw;
}
.c-bg .right h4 {
  text-align: center;
  font-size: 5vw;
  letter-spacing: 0.1em;
  margin-bottom: 5vw;
}
.c-bg + .note {
  margin-top: 3vw;
}

@media only screen and (min-width: 768px) {
  #key .slide1 {
    background: url("../img/onlineshop/kv.jpg") center/cover;
  }
}

@media screen and (min-width: 768px) {
  .fz47 {
    font-size: 47px;
  }
  .fz48 {
    font-size: 48px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .row {
    flex-direction: row;
  }
  .c-bg {
    padding: 50px 60px 43px;
  }
  .c-bg h3 {
    font-size: 45px;
    line-height: 66px;
    letter-spacing: -0.1em;
    margin: 34px 0 24px 0;
  }
  .c-bg .price {
    font-size: 35px;
  }
  .c-bg .price small {
    font-size: 25px;
  }
  .c-bg .right {
    padding-top: 18px;
    margin-top: 0;
    border: none;
    border-left: 1px solid #6d6863;
  }
  .c-bg .right h4 {
    font-size: 25px;
    letter-spacing: -0.1em;
    margin-bottom: 22px;
  }
  .c-bg .right ul {
    margin: 0 auto;
    width: 270px;
    line-height: 40px;
    letter-spacing: -0.04em;
  }
  .c-bg .right ul li {
    margin-right: -100px;
  }
  .c-bg + .note {
    margin-top: 22px;
  }
}
/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  padding: 13vw 0;
  position: relative;
  z-index: 1;
}
#sec1:before {
  content: "";
  position: absolute;
  top: 0vw;
  left: 0;
  width: 200%;
  height: 210vw;
  background: url("../img/onlineshop/s1_d1.png") no-repeat right top;
  background-size: contain;
  z-index: -1;
}
#sec1 .row1 .photo {
  position: relative;
}
#sec1 .row1 .photo:before {
  content: "";
  position: absolute;
  bottom: -20vw;
  left: -10%;
  width: 40%;
  height: 60vw;
  background: url("../img/onlineshop/pattern1.png") repeat;
  background-size: 205px;
  z-index: -1;
}
#sec1 .row1 .content {
  margin-top: -17vw;
  position: relative;
  margin-left: 4%;
  z-index: 2;
}
#sec1 .row1 .content .fz48 {
  text-align: center;
  color: #fff;
}
#sec1 .row1 .content .fz48.txt-vertical {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  line-height: 1.4;
  height: 59vw;
  text-align: center;
}
#sec1 .row1 .content h3 {
  font-size: 10vw;
  letter-spacing: 0.1em;
  margin: 1vw 0 0 16%;
  line-height: 1.5;
}
#sec1 .row1 .content h2 {
  margin-left: 16%;
  width: 60%;
}
#sec1 .txt {
  margin: 10vw 0;
}
#sec1 .link li {
  width: 100%;
  margin-bottom: 10vw;
}
#sec1 .link li:last-child {
  margin-bottom: 0;
}
#sec1 .link li a {
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  padding-bottom: 8vw;
}
#sec1 .link li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/onlineshop/s1_arrow.jpg") no-repeat center top;
  width: 16%;
  height: 16vw;
  background-size: contain;
}
#sec1 .link li a .title {
  display: table;
  position: relative;
  margin: 0 auto;
  font-size: 20px;
}
#sec1 .link li a .title:before,
#sec1 .link li a .title:after {
  content: "";
  position: absolute;
  top: 3px;
  left: calc(100% + 10px);
  background: url("../img/onlineshop/s1_ttl_deco.png") no-repeat center top;
  background-size: contain;
  width: 17px;
  height: 32px;
}
#sec1 .link li a .title:after {
  top: 4px;
  left: auto;
  right: calc(100% + 10px);
  transform: scaleX(-1);
}
#sec1 .link li a h3 {
  background: #845138;
  color: #fff;
  font-size: 6vw;
  padding: 15vw 0;
}
#sec1 .link li a h3 small {
  display: block;
  font-size: 4.5vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 89px 0 113px;
  }
  #sec1:before {
    left: auto;
    right: 0;
    width: 1230px;
    height: 810px;
  }
  #sec1 .wrap {
    max-width: 1200px;
  }
  #sec1 .row1 {
    position: relative;
  }
  #sec1 .row1 .photo {
    margin-left: -90px;
    margin-right: 339px;
  }
  #sec1 .row1 .photo:before {
    width: 352px;
    height: 431px;
    background-size: 352px;
    left: -60px;
    bottom: -164px;
  }
  #sec1 .row1 .content {
    position: absolute;
    right: 0;
    bottom: 57px;
  }
  #sec1 .row1 .content h3 {
    font-size: 84px;
  }
  #sec1 .row1 .content h3 small {
    font-size: 48px;
  }
  #sec1 .row1 .content .fz48 {
    letter-spacing: -0.01em;
    margin-left: -6px;
  }
  #sec1 .row1 .content .fz48.txt-vertical {
    left: -105px;
    bottom: -20px;
    background: #000;
    line-height: 58px;
    padding: 0;
    letter-spacing: 0.06em;
    height: 354px;
    margin: 0;
  }
  #sec1 .row1 .content h2 {
    margin-left: auto;
    width: 419px;
  }
  #sec1 .row1 .content h3 {
    margin: 49px 2px 6px -9px;
    letter-spacing: -0.04em;
    text-align: left;
  }
  #sec1 .row1 .content h3 span {
    color: #fff;
  }
  #sec1 .txt {
    text-align: center;
    margin: 50px 0 74px;
  }
  #sec1 .link {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    box-sizing: content-box;
    gap: 30px;
  }
  #sec1 .link li {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 0;
  }
  #sec1 .link li a {
    padding-bottom: 15px;
  }
  #sec1 .link li a:hover {
    opacity: 0.8;
  }
  #sec1 .link li a:before {
    width: 62px;
    height: 52px;
  }
  #sec1 .link li a .title {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -0.05em;
    padding-right: 6px;
    width: 205px;
    margin-bottom: 12px;
  }
  #sec1 .link li a .title::before,
  #sec1 .link li a .title:after {
    top: -3px;
    width: 26px;
    height: 44px;
  }
  #sec1 .link li a h3 {
    font-size: 36px;
    line-height: 42px;
    padding: 79px 6px 97px 2px;
    letter-spacing: -0.05em;
  }
  #sec1 .link li a h3 small {
    font-size: 26px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  #sec1 .link li a h3 {
    font-size: 32px;
  }
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 {
  position: relative;
  z-index: 1;
  padding-bottom: 16vw;
}
#sec2::before {
  content: "";
  position: absolute;
  top: 8vw;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 96%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 96%);
  background: url(../img/onlineshop/bg2.jpg) repeat;
  z-index: -1;
}
#sec2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  background: url("../img/onlineshop/s2_deco.png") no-repeat center top;
  background-size: contain;
  z-index: -2;
}
#sec2 .main {
  margin-left: 5%;
}
#sec2 .main h2 {
  width: 80%;
}
#sec2 .main .fz48 {
  text-align: right;
  color: #fff;
  margin-right: 10%;
}
#sec2 .photo {
  margin: 4vw -5% 12vw;
}
#sec2 .photo1 {
  margin-right: 10vw;
  position: relative;
  margin-bottom: 5vw;
}
#sec2 .photo1:before {
  content: "";
  position: absolute;
  top: -10%;
  right: -10vw;
  width: 50vw;
  height: 50vw;
  background: url("../img/onlineshop/pattern2.jpg") repeat;
  z-index: -1;
}
#sec2 .row {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding-bottom: 142px;
  }
  #sec2:after {
    width: 1322px;
    height: 438px;
    top: -38px;
    left: 55px;
  }
  #sec2:before {
    top: 13px;
    left: 0;
    width: 100%;
    bottom: -70px;
    -webkit-clip-path: polygon(0 21.2%, 100% 0, 100% 100%, 0 83.7%);
    clip-path: polygon(0 21.2%, 100% 0, 100% 100%, 0 83.7%);
  }
  #sec2 .wrap {
    max-width: 1200px;
  }
  #sec2 .main {
    margin-left: 47px;
    width: 635px;
  }
  #sec2 .main h2 {
    width: 100%;
  }
  #sec2 .main .fz48 {
    margin: 25px -43px 0 auto;
    letter-spacing: -0.03em;
  }
  #sec2 .photo {
    margin: 107px 0 0;
    position: absolute;
    left: calc(50% - 50vw);
    right: calc(50% - 50px);
    height: 530px;
  }
  #sec2 .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec2 .content {
    width: 490px;
    margin-top: -55px;
    margin-left: auto;
  }
  #sec2 .content .photo1 {
    margin-right: 23px;
    margin-bottom: 75px;
  }
  #sec2 .content .photo1:before {
    top: -80px;
    right: -80px;
    width: 351px;
    height: 349px;
  }
  #sec2 .content .txt {
    margin-left: 19px;
    letter-spacing: -0.06em;
  }
  #sec2 .c-bg {
    margin: 115px auto 0;
    width: 881px;
    transform: translateX(-20px);
    padding-right: 0;
  }
  #sec2 .c-bg .left {
    width: 362px;
  }
  #sec2 .c-bg .left .price {
    margin-right: 57px;
  }
  #sec2 .c-bg .right {
    width: 460px;
  }
  #sec2 .note {
    margin-left: auto;
    width: 477px;
    letter-spacing: -0.07em;
    margin-right: calc(50% - 490px);
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  #sec2 .photo {
    right: auto;
    width: calc(100% - 500px);
  }
}
@media (max-width: 1280px) and (min-width: 768px) {
  #sec2 .main {
    width: calc(100% - 550px);
    margin-left: 20px;
  }
  #sec2 .main .fz48 {
    margin-right: 0;
  }
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 {
  position: relative;
  z-index: 1;
}
#sec3:before {
  content: "";
  position: absolute;
  top: 40vw;
  right: 0;
  width: 100%;
  height: 77vw;
  background: url("../img/onlineshop/s3_deco.png") no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec3 .row1 {
  gap: 7vw;
}
#sec3 .row1 .right h2 {
  width: 42%;
  margin-left: auto;
}
#sec3 .row1 .right .fz47 {
  color: #fff;
  margin-top: -12vw;
  text-align: right;
  margin-right: 42%;
}
#sec3 .row1 .photo {
  margin: 0 -5%;
}
#sec3 .row2 {
  margin-top: 10vw;
  gap: 7vw;
}
#sec3 .row2 .photo {
  margin-left: 5vw;
  position: relative;
  margin-bottom: 12vw;
}
#sec3 .row2 .photo:before {
  content: "";
  position: absolute;
  bottom: -8vw;
  left: -8vw;
  width: 50vw;
  height: 50vw;
  background: url("../img/onlineshop/pattern1.png") repeat;
  background-size: 205px;
  z-index: -1;
}
#sec3 .row2 .c-bg {
  background: url("../img/onlineshop/bg2.jpg") repeat;
}
@media screen and (min-width: 768px) {
  #sec3:before {
    width: 976px;
    height: 751px;
    top: 402px;
  }
  #sec3 .wrap {
    max-width: 1100px;
  }
  #sec3 .row1 {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 0;
  }
  #sec3 .row1 .photo {
    margin: 0 20px 0 -8px;
  }
  #sec3 .row1 .right .fz47 {
    margin-top: -44px;
    margin-right: 311px;
    position: absolute;
    letter-spacing: -0.03em;
    right: 0;
  }
  #sec3 .row1 .right h2 {
    width: 271px;
    margin-right: 35px;
    margin-top: 43px;
  }
  #sec3 .row2 {
    margin-top: 0;
    gap: 20px;
    justify-content: space-between;
  }
  #sec3 .row2 .left {
    width: 470px;
    margin-left: 53px;
  }
  #sec3 .row2 .left .photo {
    margin-bottom: 123px;
    margin-left: 0;
  }
  #sec3 .row2 .left .photo:before {
    width: 350px;
    height: 350px;
    background-size: 352px;
    bottom: -56px;
    left: -60px;
  }
  #sec3 .row2 .left .txt {
    margin: 0 -5px 0 43px;
  }
  #sec3 .row2 .right {
    margin-top: 60px;
    width: 491px;
    margin-right: 1px;
  }
  #sec3 .row2 .right .c-bg h3 {
    margin: 45px -20px 25px;
    line-height: 60px;
    text-align: center;
  }
  #sec3 .row2 .right .c-bg .price {
    text-align: center;
  }
  #sec3 .row2 .right .c-bg .right {
    margin-top: 34px;
    border: none;
    width: auto;
    padding-top: 33px;
    border-top: 1px solid;
  }
  #sec3 .row2 .right .c-bg .right ul {
    width: auto;
    margin-left: 10px;
  }
  #sec3 .row2 .right .note {
    width: 186px;
    margin-left: auto;
    margin-top: 20px;
    letter-spacing: -0.04em;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  #sec3 .row2 .left {
    margin-left: 0;
  }
  #sec3 .row2 .left .txt {
    margin-left: 20px;
  }
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 {
  padding-top: 13vw;
}
#sec4 .main {
  text-align: center;
  width: 75%;
  margin-right: 5%;
  margin-left: auto;
  color: #fff;
}
#sec4 .main .fz47 {
  --gap: -1.5vw;
  position: relative;
  z-index: 3;
}
#sec4 .bg {
  position: relative;
  z-index: 1;
  padding-bottom: 12vw;
}
#sec4 .bg:before {
  content: "";
  position: absolute;
  top: -25vw;
  left: 0;
  width: 100%;
  bottom: 0;
  background: url("../img/onlineshop/bg2.jpg") repeat;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
}
#sec4 .row1 {
  margin-bottom: 9vw;
}
#sec4 .row1 .photo {
  margin: 6vw -10% 12vw;
}
#sec4 .row1 .photo2 {
  margin-left: 10vw;
  position: relative;
  margin-bottom: 6vw;
}
#sec4 .row1 .photo2:before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10vw;
  width: 50vw;
  height: 50vw;
  background: url("../img/onlineshop/pattern2.jpg") repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding-top: 65px;
  }
  #sec4 .main {
    margin-right: 46px;
    width: 912px;
    z-index: 2;
    position: relative;
  }
  #sec4 .main .fz47 {
    margin-top: 59px;
    letter-spacing: -0.02em;
    margin-left: -4px;
  }
  #sec4 .bg {
    padding-bottom: 87px;
    margin-top: -56px;
  }
  #sec4 .bg::before {
    top: -13.4vw;
    -webkit-clip-path: polygon(0 0, 100% 24.4%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 24.4%, 100% 100%, 0 100%);
  }
  #sec4 .row1 {
    margin-bottom: 115px;
  }
  #sec4 .row1 .photo {
    margin: 0;
    position: absolute;
    right: calc(50% - 50vw);
    top: 106px;
    left: calc(50% - 50px);
    height: 530px;
  }
  #sec4 .row1 .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec4 .row1 .photo2 {
    margin-left: -121px;
    margin-bottom: 75px;
    width: 467px;
  }
  #sec4 .row1 .photo2:before {
    width: 351px;
    top: -80px;
    left: -59px;
    height: 349px;
  }
  #sec4 .row1 .txt {
    margin-left: 5px;
    width: 380px;
    letter-spacing: -0.04em;
  }
  #sec4 .c-bg {
    width: 100%;
    max-width: 881px;
    margin: 0 auto;
    transform: translateX(-20px);
    align-items: start;
    padding-right: 0;
  }
  #sec4 .c-bg .left {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 26px;
    align-items: end;
  }
  #sec4 .c-bg .left h3 {
    margin: 45px 0 0px 0;
    line-height: 60px;
  }
  #sec4 .c-bg .left .price {
    margin-bottom: 3px;
  }
  #sec4 .c-bg .right {
    margin-left: 61px;
    width: 410px;
    padding-bottom: 30px;
  }
  #sec4 .c-bg .right ul {
    width: 208px;
  }
  #sec4 .c-bg + .note {
    width: 440px;
    margin-left: auto;
    letter-spacing: -0.04em;
    margin-right: calc(50% - 455px);
  }
}
@media (min-width: 768px) and (max-width: 1101px) {
  #sec4 .main {
    margin-right: 10px;
    width: 780px;
  }
}

/*--------------------------------------
    sec5
--------------------------------------*/
#sec5 {
  padding: 12vw 0;
}
#sec5 .row {
  gap: 8vw;
}
#sec5 .row h3 {
  display: table;
  background: #1f1c1a;
  color: #fff;
  padding: 0 2vw;
  font-size: 6vw;
}
#sec5 .row h2 {
  font-size: 7vw;
  margin: 2vw 0 4vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 120px 0 133px;
  }
  #sec5 .wrap {
    max-width: 1200px;
  }
  #sec5 .row {
    flex-direction: row-reverse;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
  }
  #sec5 .row .content {
    letter-spacing: -0.04em;
    padding-top: 8px;
    min-width: 400px;
  }
  #sec5 .row .content h3 {
    font-size: 40px;
    line-height: 44px;
    height: 51px;
    padding: 0 18px 0 11px;
    letter-spacing: -0.12em;
    margin-left: 1px;
  }
  #sec5 .row .content h2 {
    font-size: 42px;
    line-height: 60px;
    letter-spacing: -0.05em;
    margin: 32px 0 38px;
  }
}

/*--------------------------------------
    sec6
--------------------------------------*/
#sec6 {
  padding-bottom: 16vw;
}
#sec6 h2 {
  text-align: center;
}
#sec6 .main {
  margin-top: 9vw;
}
#sec6 .main .item {
  background: url("../img/onlineshop/bg2.jpg") repeat;
  margin-bottom: 7vw;
}
#sec6 .main .item:last-child {
  margin-bottom: 0;
}
#sec6 .main .item .step {
  display: block;
  text-align: center;
  background: rgba(142, 107, 75, 0.3);
  padding: 10vw 0;
  font-size: 6vw;
}
#sec6 .main .item .content {
  padding: 5vw;
  padding-bottom: 8vw;
}
#sec6 .main .item .content h3 {
  font-size: 5vw;
  margin-bottom: 4vw;
}
#sec6 .btn-fade a {
  margin: 7vw auto 0px;
}
#sec6 .btn-fade a i {
  display: inline-block;
  width: 24px;
  margin-right: 3%;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding-bottom: 100px;
  }
  #sec6 .wrap {
    max-width: 960px;
  }
  #sec6 .main {
    margin-top: 56px;
  }
  #sec6 .main .item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 30px;
  }
  #sec6 .main .item .step {
    font-size: 30px;
    padding: 0 43px;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  #sec6 .main .item .content {
    padding: 51px 20px 61px 52px;
    letter-spacing: -0.04em;
  }
  #sec6 .main .item .content h3 {
    font-size: 25px;
    line-height: 60px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
  }
  #sec6 .btn-fade a {
    margin: 72px auto 0px;
  }
  #sec6 .btn-fade a i {
    width: 34px;
  }
} /*# sourceMappingURL=onlineshop.css.map */
