#keyvisual .photo img {
  object-position: 65%;
}

#keyvisual h2 {
  position: absolute;
  width: fit-content;
  margin: 0px auto;
  top: 50%;
  left: 0px;
  right: 0px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  z-index: 1;
  color: #fff;
  transform: translateY(-50%);
}

#keyvisual h2:before {
  content: "";
  position: absolute;
  top: -5vw;
  left: -1vw;
  background-image: url(../img/wine/kv_deco.png);
  width: 10.93vw;
  height: 4.93vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#keyvisual h2 em {
  color: #ff4500;
}

#keyvisual h2 i {
  letter-spacing: 0.04em;
  line-height: 0.7;
  display: inline-block;
  background-image: url(../img/shared/bg2.jpg);
  background-position: center top;
  background-repeat: repeat;
}

@media screen and (max-width: 767px) {
  /*#keyvisual .photo img {
    object-position: center top;
  }*/

  #keyvisual h2 {
    text-shadow: 1px 1px 0px #000, 1px 1px 0px #000;
    left: 12%;
    margin: 0px;
  }
}

@media screen and (min-width: 768px) {
  #keyvisual h2:before {
    top: -33px;
    left: -7px;
    background-size: auto;
    width: 82px;
    height: 37px;
  }
}

#sec1 {
  margin-top: 4vw;
}

#sec1 .wrap:before {
  content: "";
  position: absolute;
  top: -15vw;
  left: -14%;
  background-image: url(../img/wine/sec1_deco.png);
  width: 26.6vw;
  height: 109.26vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#sec1 .note {
  text-align: right;
  line-height: 2;
}

#sec1 .col-left {
  position: relative;
  margin-top: 6vw;
}

#sec1 h2 {
  background-image: url(../img/wine/sec1_ttl_line.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  line-height: 1.66;
  position: absolute;
  top: 5vw;
  right: 7%;
  color: #fff;
  white-space: nowrap;
  padding: 6vw 1vw 2vw;
  z-index: 1;
}

#sec1 h2 span {
  margin-top: 23vw;
}

#sec1 h2 em {
  color: #222222;
}

#sec1 .sec1-img2 {
  position: relative;
  margin: 30vw 15% 0px;
}

#sec1 .sec1-img2:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 20px;
  border: 3px solid #ff4500;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-sizing: border-box;
}

#sec1 .txt {
  margin-top: 8vw;
}

@media screen and (min-width: 768px) {
  #sec1 {
    margin-top: 10px;
  }

  #sec1 .wrap:before {
    top: -194px;
    left: -358px;
    width: 237px;
    height: 977px;
  }

  #sec1 .note {
    margin-right: 45px;
  }

  #sec1 .inner {
    align-items: flex-start;
    justify-content: space-between;
  }

  #sec1 .col-left {
    width: 650px;
    margin: -140px 0px 0px -53px;
  }

  #sec1 h2 {
    top: 95px;
    right: 133px;
    background-size: auto;
    padding: 24px 10px 13px;
  }

  #sec1 h2 span {
    margin-top: 141px;
  }

  #sec1 .sec1-img2 {
    margin: 94px -28px 0px 0px;
  }

  #sec1 .txt {
    width: 776px;
    margin: 57px auto 0px;
  }
}

#sec2 {
  margin-top: 6vw;
}

#sec2 .inner1 {
  background-image: url(../img/wine/sec2_bg.jpg);
  background-position: 5% center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 106vw;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

#sec2 .inner1 hgroup {
  width: 100vw;
}

#sec2 .inner1 h2 {
  align-items: flex-start;
}

#sec2 .inner1 h2 span {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  line-height: 1.35;
}

#sec2 .inner1 h2 .sec2-balloon1 {
  background-image: url(../img/wine/sec2_balloon1.png);
  padding: 1vw 7vw 5vw 5vw;
}

#sec2 .inner1 h2 .sec2-balloon2 {
  background-image: url(../img/wine/sec2_balloon2.png);
  margin: 3vw 0px 0px 3vw;
  padding: 0vw 3vw 8vw 6vw;
}

#sec2 .inner1 h3 {
  width: fit-content;
  line-height: 1.33;
  border-left: 2px solid;
  padding: 0px 0px 7vw 4vw;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}

#sec2 .inner1 h3:before {
  content: "";
  position: absolute;
  left: 13vw;
  right: 0px;
  bottom: 14vw;
  background-image: url(../img/wine/sec2_line_ttl.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10vw;
  z-index: -1;
}

#sec2 .inner1 h3 span {
  letter-spacing: 0.04em;
}

#sec2 .inner2 {
  position: relative;
  color: #fff;
  padding-bottom: 20vw;
}

#sec2 .inner2:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/shared/bg3.jpg);
  background-position: center center;
  background-repeat: repeat;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 1107px, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}

#sec2 .inner2:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/shared/bg2.jpg);
  background-position: center center;
  background-repeat: repeat;
  z-index: -2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 95%);
}

#sec2 .inner2 .row1 .txt {
  border-left: 2px solid;
  padding: 6vw 0px 0px 4vw;
}

#sec2 .inner2 .row1 .list-price {
  margin: 6vw 0px 0px calc(4vw + 2px);
}

#sec2 .inner2 .row1 .box {
  margin-top: 4vw;
  box-sizing: border-box;
  background-image: url(../img/shared/bg2.jpg);
  background-position: center top;
  background-repeat: repeat;
  padding: 2vw 4vw;
}

#sec2 .inner2 .row1 h4 {
  line-height: 1.59;
  letter-spacing: 0;
}

#sec2 .inner2 .row1 .sec2-img1 {
  position: relative;
  margin-top: 12vw;
}

#sec2 .inner2 .row1 .sec2-img1 img {
  border-top-left-radius: 13vw;
}

#sec2 .inner2 .row1 .sec2-catch {
  position: absolute;
  top: -4vw;
  left: 0px;
  z-index: 1;
  background-image: url(../img/wine/sec2_balloon3.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 1;
  padding: 0px 0px 7vw 6vw;
  box-sizing: border-box;
}

#sec2 .inner2 .row2 {
  margin-top: 12vw;
}

#sec2 .inner2 .row2 h5 {
  margin: 5vw 0;
  letter-spacing: 0.02em;
  line-height: 11vw;

}

@media screen and (min-width: 768px) {
  #sec2 {
    margin-top: 37px;
  }

  #sec2 .inner1 {
    min-height: 800px;
  }

  #sec2 .inner1 .wrap {
    width: 100%;
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #sec2 .inner1 hgroup {
    width: 584px;
    margin: 0px -100px 0px auto;
  }

  #sec2 .inner1 h2 span {
    background-size: auto;
  }

  #sec2 .inner1 h2 .sec2-balloon1 {
    padding: 0px 51px 30px 42px;
    margin-left: -20px;
  }

  #sec2 .inner1 h2 .sec2-balloon2 {
    margin: -5px 0px -5px 13px;
    padding: 0px 25px 44px 44px;
  }

  #sec2 .inner1 h3 {
    padding: 0px 0px 45px 33px;
    border-left-width: 3px;
  }

  #sec2 .inner1 h3:before {
    left: 0px;
    right: 9px;
    bottom: 97px;
    background-size: auto;
    height: 58px;
  }

  #sec2 .inner2:before {
    bottom: -197px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  }

  #sec2 .inner2:after {
    bottom: -151px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 84%);
  }

  #sec2 .inner2 .wrap {
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #sec2 .inner2 [class^=row] {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  #sec2 .inner2 .row1 .sec2-img1 {
    margin: 62px 0px 0px 1px;
  }

  #sec2 .inner2 .row1 .sec2-img1 img {
    border-top-left-radius: 100px;
  }

  #sec2 .inner2 .row1 .sec2-catch {
    top: -25px;
    left: -33px;
    padding: 0px 5px 48px 40px;
    background-size: auto;
  }

  #sec2 .inner2 .row1 .col-right {
    width: 584px;
    margin-right: -100px;
  }

  #sec2 .inner2 .row1 .txt {
    padding: 57px 0px 0px 34px;
    border-left-width: 3px;
  }

  #sec2 .inner2 .row1 .list-price {
    margin: 45px 0px 0px 35px;
  }

  #sec2 .inner2 .row1 .price-all dt {
    letter-spacing: 0;
  }

  #sec2 .inner2 .row1 .box {
    margin-top: 14px;
    padding: 11px 15px 16px 32px;
  }

  #sec2 .inner2 .row1 .box .price-all {
    line-height: 1.2;
  }

  #sec2 .inner2 .row2 {
    margin-top: 80px;
  }

  #sec2 .inner2 .row2 .col-left {
    width: 450px;
    margin-top: 114px;
  }

  #sec2 .inner2 .row2 h5 {
    margin: 0;
    line-height: 75px;
  }

  #sec2 .inner2 .row2 .col-left .txt {
    width: 415px;
  }

  #sec2 .inner2 .row2 .sec2-img2 {
    margin-right: -100px;
  }

  #sec2 .inner2 .row2 .txt {
    margin-top: 44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1420px) {
  #sec2 .inner1 hgroup {
    margin-right: 20px;
  }

  #sec2 .inner2 .row1 .sec2-img1 {
    margin-left: -120px;
  }

  #sec2 .inner2 .row1 .sec2-catch {
    left: 100px;
  }

  #sec2 .inner2 .row1 .col-right {
    margin-right: 20px;
  }
}

#sec3 {
  margin-top: 26vw;
}

#sec3 h2 {
  width: fit-content;
  line-height: 1;
  box-sizing: border-box;
  border-bottom: 2px dashed #cf7a3d;
  margin: 0px 0px 0px -4.5%;
  padding: 0px 0px 0px 5%;
}

#sec3 .col-left {
  position: relative;
  margin-top: 8vw;
}

#sec3 .fz32 {
  letter-spacing: 0;
  line-height: 1.875;
}

#sec3 h3 {
  background: #fff;
  color: #ff4500;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
  margin: 0px auto;
  z-index: 1;
  box-sizing: border-box;
  padding: 1vw 3vw;
}

#sec3 .sec3-img li {
  position: relative;
}

#sec3 .sec3-catch {
  position: absolute;
  top: 15vw;
  right: 2%;
  z-index: 1;
  color: #fff;
}

#sec3 .txt {
  margin-top: 6vw;
}

#sec3 .btn-shared {
  margin: 6vw auto 0;
}

@media screen and (min-width: 768px) {
  #sec3 {
    margin-top: 104px;
  }

  #sec3 .wrap {
    max-width: 1200px;
    padding-top: 215px;
    padding-bottom: 221px;
  }

  #sec3 h2 {
    padding: 0px 0px 0px 121px;
    margin: 0px 25px 0px auto;
  }

  #sec3 .col-left {
    position: absolute;
    top: 0px;
    left: -102px;
    width: 704px;
    margin: 0px;
  }

  #sec3 h3 {
    padding: 5px 18px;
  }

  #sec3 .sec3-catch {
    top: 134px;
    right: 48px;
  }

  #sec3 .col-right {
    width: 452px;
    margin: 0px 25px 0px auto;
  }

  #sec3 .txt {
    margin-top: 32px;
  }

  #sec3 .btn-shared {
    margin: 37px 0 0;
  }
}

#sec4 {
  margin-top: 15vw;
}

#sec4 h2 {
  margin: 0px auto;
  width: fit-content;
  line-height: 1.428;
  background-image: url(../img/wine/sec4_h2_line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0px 0px 1.5vw 3.5vw;
  box-sizing: border-box;
}

#sec4 .sec4-slider {
  position: relative;
  margin-top: 8vw;
}

#sec4 .slick-dots {
  position: absolute;
  left: 3%;
  bottom: 3vw;
}

#sec4 .txt {
  margin-top: 6vw;
}

#sec4 .btn-shared {
  margin: 6vw auto 0;
}

#sec4 .btn-shared a {
  text-align: left;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  #sec4 {
    margin-top: 105px;
  }

  #sec4 .wrap {
    max-width: 1240px;
    padding: 0px 20px 56px;
    box-sizing: border-box;
  }

  #sec4 h2 {
    padding: 0px 0px 8px 27px;
    background-size: auto;
    margin: 0px 0px 0px -27px;
  }

  #sec4 .sec4-slider {
    position: absolute;
    top: -47px;
    right: 0px;
    width: 699px;
    margin: 0px;
  }

  #sec4 .slick-dots {
    left: 15px;
    bottom: 15px;
  }

  #sec4 .txt {
    width: 436px;
    margin-top: 19px;
  }

  #sec4 .btn-shared {
    margin: 39px 0 0;
  }

  #sec4 .btn-shared a {
    padding-left: 35px;
  }
}

#sec5 {
  margin: 16vw 0px 10vw;
}

#sec5 .inner1 {
  background-image: url(../img/wine/sec5_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 13vw 0px 18vw;
}

#sec5 hgroup {
  color: #fff;
  width: fit-content;
  margin: 0px auto;
  align-items: flex-start;
}

#sec5 h2 {
  box-sizing: border-box;
  letter-spacing: 0.05em;
  line-height: 1.33;
  background-image: url(../img/shared/bg2.jpg);
  background-position: center top;
  background-repeat: repeat;
  padding: 4vw 2vw;
  margin-top: 5vw;
}

#sec5 h2 small {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

#sec5 h3 {
  line-height: 1.19;
  position: relative;
  padding: 4vw 0px 4vw 9vw;
  margin-left: -2vw;
}

#sec5 h3:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-image: url(../img/wine/sec5_h2_line.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 10vw;
}

#sec5 h3 span {
  margin-top: 10vw;
}

#sec5 .inner2 {
  margin-top: 6vw;
}

#sec5 .txt-border {
  font-size: 17px;
  margin-top: 7vw;
  padding: 7vw 0px;
  background: url(../img/wine/line_txt.png), url(../img/wine/line_txt2.png);
  background-position: left top, left bottom;
  background-repeat: repeat-x;
  background-size: 1.5vw auto;
}

#sec5 .btn-shared {
  margin: 8vw auto 0;
}

@media screen and (min-width: 768px) {
  #sec5 {
    margin: 118px 0px 70px;
  }

  #sec5 .inner1 {
    padding: 107px 0px 137px;
  }

  #sec5 hgroup {
    margin: 0px 0px 0px calc(50% - 44px);
  }

  #sec5 h2 {
    padding: 28px 4.5px;
    margin-top: 36px;
  }

  #sec5 h3 {
    margin: 0px 0px 0px -11px;
    padding: 27px 0px 50px 69px;
  }

  #sec5 h3:before {
    width: 82px;
    height: 418px;
  }

  #sec5 h3 span {
    margin-top: 68px;
  }

  #sec5 .inner2 {
    margin-top: 35px;
  }

  #sec5 .txt {
    text-align: center;
  }

  #sec5 .txt-border {
    text-align: center;
    font-size: 18px;
    margin-top: 49px;
    padding: 39px 0px 52px;
    background-size: auto;
  }

  #sec5 .btn-shared {
    margin: 48px auto 0;
  }
}