@charset "UTF-8";
#key .kv {
  background: url("../img/wine/kv_sp.jpg") top center/cover;
}
@media only screen and (min-width: 768px) {
  #key .kv {
    background-image: url("../img/wine/kv.jpg");
  }
}

#sec1 {
  background: url("../img/wine/sec1_bg_sp.jpg") center top/cover;
  margin: 16vw 0px 0px;
  color: #fff;
}
#sec1 .wrap {
  padding: 17vw 4% 17vw;
}
#sec1 h2 {
  font-size: 5.5vw;
  display: inline-block;
  position: relative;
  letter-spacing: 0.08em;
}
#sec1 h2::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 80vw;
  height: 2px;
  border-top: 1px solid #fff;
}
#sec1 h3 {
  letter-spacing: 0.08em;
  font-size: 7vw;
  margin: 13vw 0px 34vw;
  line-height: 1.6;
}
#sec1 h3 span {
  font-size: 6vw;
}
#sec1 .sec1-img {
  margin: 8vw auto 10vw;
  width: 70%;
  position: relative;
  bottom: -10vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
            background: url(../img/wine/sec1_bg.jpg) center center / cover;
    width: calc(100% - 50px);
    margin: 75px 0px 0px;
    padding: 105px 0px 0px;
  }
  #sec1 .wrap {
    max-width: 1280px;
    margin: 0px auto;
    padding: 0px 20px;
  }
  #sec1 h2 {
    font-size: 40px;
  }
  #sec1 h2::before {
    bottom: -20px;
  }
  #sec1 h3 {
    font-size: 58px;
    line-height: 84px;
    margin: 83px 0px 63px 50px;
  }
  #sec1 h3 span {
    font-size: 50px;
  }
  #sec1 .sec1-img {
    width: 548px;
    margin: 0px 0px -72px -7px;
    bottom: 0px;
  }
  #sec1 .sec1-row {
    flex-direction: row-reverse;
  }
  #sec1 .sec1-txt {
    width: 600px;
    margin: 68px 0px 70px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  #sec1 .sec1-img {
    margin-left: -100px;
  }
}

#sec2 {
  position: relative;
  padding: 24vw 0px 16vw;
}
#sec2::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80%;
  background: url("../img/shared/bg3.jpg") repeat top left;
}
#sec2 h2 {
  position: relative;
  font-size: 6vw;
  margin: 0px auto 12vw;
}
#sec2 h2::before, #sec2 h2::after {
  content: "”";
  position: absolute;
  top: -1vw;
  right: -6vw;
  font-family: "Shippori Mincho";
  font-size: 7vw;
}
#sec2 h2::after {
  content: "”";
  top: auto;
  bottom: -1vw;
  left: -6vw;
  right: auto;
  transform: rotate(180deg);
}
#sec2 .sec2-row {
  box-sizing: border-box;
  background: url("../img/shared/bg.jpg") repeat top left;
  padding: 0px 0px 10vw;
}
#sec2 .sec2-txt1 {
  width: 80%;
  margin: 4vw 0px 4vw -4%;
}
#sec2 .sec2-txt2 {
  width: 90%;
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 132px 0px 88px;
  }
  #sec2::before {
    height: 76%;
  }
  #sec2 h2 {
    font-size: 30px;
    line-height: 52px;
    margin: 0px auto 115px;
  }
  #sec2 h2::before, #sec2 h2::after {
    font-size: 39px;
    top: -21px;
    right: -21px;
  }
  #sec2 h2::after {
    top: auto;
    right: auto;
    bottom: -21px;
    left: -18px;
  }
  #sec2 .sec2-row {
    margin: 0px -100px;
    flex-direction: row-reverse;
    padding: 0px;
  }
  #sec2 .sec2-img {
    width: 66%;
    min-height: 461px;
  }
  #sec2 .sec2-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec2 .sec2-box {
    width: 300px;
    margin-right: 20px;
  }
  #sec2 .sec2-txt1 {
    width: 366px;
    margin: 43px 0px 35px -28px;
  }
  #sec2 .sec2-txt2 {
    width: 100%;
    margin: 0px 0px 0px 52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec2 .sec2-row {
    margin: 0px -30px;
  }
  #sec2 .sec2-txt2 {
    margin-left: 30px;
  }
}

#sec3 {
  background: url("../img/wine/sec3_bg_sp.jpg") center/cover;
  padding: 30vw 5% 16vw;
  box-sizing: border-box;
  color: #fff;
}
#sec3 h2 {
  text-align: center;
  font-size: 6vw;
  margin: 0px 0px 6vw;
}
#sec3 .sec3-btn a {
  margin: 8vw auto 0px;
}
#sec3 .sec3-btn a::before, #sec3 .sec3-btn a::after {
  border-color: #5b5956 !important;
  top: 0px;
  height: 100%;
}
#sec3 .sec3-btn a i {
  width: 13px;
  height: 17px;
  background: url("../img/shared/icon_popup.png") center/cover;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    background-image: url("../img/wine/sec3_bg.jpg");
    padding: 164px 12% 54px;
  }
  #sec3 .sec3-box {
    width: 345px;
    margin: 0px 0px 0px auto;
  }
  #sec3 h2 {
    font-size: 27px;
    margin: 0px 0px 32px;
  }
  #sec3 .sec3-btn a {
    margin: 41px 0px 0px;
  }
}

#sec4 {
  background: url("../img/wine/sec4_bg_sp.jpg") center/cover;
  padding: 40vw 5% 16vw;
  box-sizing: border-box;
  color: #fff;
}
#sec4 h2 {
  text-align: center;
  font-size: 6vw;
  margin: 0px 0px 6vw;
}
#sec4 .sec4-btn a {
  margin: 8vw auto 0px;
}
#sec4 .sec4-btn a::before, #sec4 .sec4-btn a::after {
  border-color: #5b5956 !important;
  top: 0px;
  height: 100%;
}
#sec4 .sec4-btn a i {
  width: 13px;
  height: 17px;
  background: url("../img/shared/icon_popup.png") center/cover;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    background-image: url("../img/wine/sec4_bg.jpg");
    padding: 232px 12% 54px;
  }
  #sec4 .sec4-box {
    width: 345px;
    margin: 0px 0px;
  }
  #sec4 h2 {
    font-size: 27px;
    margin: 0px 0px 32px;
  }
  #sec4 .sec4-btn a {
    margin: 41px 0px 0px;
  }
}

#sec5 {
  padding: 20vw 0px 12vw;
}
#sec5 h2 {
  text-align: center;
  font-size: 5.5vw;
  margin: 0px 0px 8vw;
}
#sec5 h2 span {
  font-size: 6vw;
}
#sec5 .sec5-row {
  position: relative;
  margin: 0px 0px 12vw;
  padding: 0px 0px 16vw;
}
#sec5 .sec5-row::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 110vw;
  height: 90%;
  transform: translateX(-50%);
  background: url("../img/shared/bg3.jpg") repeat top left;
}
#sec5 .sec5-row .sec5-slide .slick-dots {
  justify-content: flex-end;
}
#sec5 .sec5-row.sec5-row2 .sec5-slide .slick-dots {
  justify-content: flex-start;
}
#sec5 .sec5-row .sec5-box {
  width: 80%;
  position: relative;
  margin: 18vw auto 0px;
}
#sec5 .sec5-row .sec5-box .sec5-txt1 {
  position: absolute;
  top: -10vw;
  left: -5%;
  width: 50%;
  z-index: 1;
}
#sec5 .sec5-row .sec5-box h3 {
  position: relative;
  text-align: center;
  padding: 8vw 0px;
  font-size: 5.5vw;
  border-top: 4px double #000;
  border-bottom: 4px double #000;
  letter-spacing: 0.05em;
}
#sec5 .sec5-row .sec5-box h3 span:nth-child(1) {
  margin: 0px 0px 10vw;
  display: inline-block;
}
#sec5 .sec5-row .sec5-box h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 20px;
  background: url("../img/wine/sec5_icon.png") center/cover;
}
  #sec5 .sec5-row .sec5-box .txt{
        margin-top: 5.5vw;
  }
@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 85px 0px 35px;
  }
  #sec5 .wrap {
    max-width: 1240px;
    padding: 0px 20px;
  }
  #sec5 h2 {
    font-size: 22px;
    line-height: 52px;
    margin: 0px 0px 43px;
  }
  #sec5 h2 span {
    font-size: 27px;
  }
  #sec5 .sec5-row {
    padding: 0px 0px 62px;
    margin: 0px 0px 100px;
  }
  #sec5 .sec5-row::before {
    left: -50px;
    transform: none;
    height: calc(100% - 68px);
  }
  #sec5 .sec5-row .sec5-slide {
    width: 72.5%;
    margin: 0px 0px 0px -8%;
  }
  #sec5 .sec5-row .sec5-slide img {
    width: 100%;
    height: 540px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec5 .sec5-row .sec5-box {
    width: 350px;
    margin: 196px 20px 0px;
    align-self: start;
  }
  #sec5 .sec5-row .sec5-box .sec5-txt1 {
    top: -52px;
    left: -31px;
    width: 192px;
  }
  #sec5 .sec5-row .sec5-box h3 {
    font-size: 27px;
    padding: 57px 0px 57px;
  }
  #sec5 .sec5-row .sec5-box h3 span:nth-child(1) {
    margin: 0px 0px 94px;
  }
  #sec5 .sec5-row .sec5-box .txt{
        margin-top: 33px;
  }
  #sec5 .sec5-row.sec5-row1, #sec5 .sec5-row.sec5-row3 {
    flex-direction: row-reverse;
  }
  #sec5 .sec5-row.sec5-row1 .sec5-slide, #sec5 .sec5-row.sec5-row3 .sec5-slide {
    margin: 0px -8% 0px 0px;
  }
  #sec5 .sec5-row.sec5-row2::before {
    left: auto;
    right: -100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #sec5 .sec5-row .sec5-slide {
    margin-left: 0px;
    width: 65%;
  }
  #sec5 .sec5-row.sec5-row1 .sec5-slide, #sec5 .sec5-row.sec5-row3 .sec5-slide {
    margin-right: 0px;
  }
}

#sec6 {
  padding: 0px 0px 20vw;
}
#sec6 .sec6-bg {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background: url("../img/wine/sec6_bg.jpg") center/cover;
  padding: 12vw 2% 18vw;
}
#sec6 .sec6-bg h2 {
  width: 60%;
  margin: 0px auto 10vw;
}
#sec6 .sec6-bg h3 {
  font-size: 5vw;
  letter-spacing: 0.08em;
  display: inline-block;
  text-align: center;
  border-bottom: 4px double #fff;
}
#sec6 .sec6-btn a {
  margin: 12vw auto 0px;
}
@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 0px 0px 140px;
  }
  #sec6 .sec6-bg {
    padding: 61px 0px 104px;
  }
  #sec6 .sec6-bg h2 {
    width: 275px;
    margin: 0px auto 42px;
  }
  #sec6 .sec6-bg h3 {
    font-size: 27px;
    line-height: 52px;
  }
  #sec6 .sec6-btn a {
    margin: 48px auto 0px;
  }
}/*# sourceMappingURL=wine.css.map */


@media only screen and (max-width: 768px) {
.font_s{
  font-size: 4vw;
  display: block;
  margin: -6px 0 0 0;
}
#sec5 .sec5-row .sec5-box h3.b3_pad{
  padding: 30px 0 14px 0 !important;
}
}
@media only screen and (min-width: 768px) {
.font_s{
  font-size: 18px;
}
#sec5 .sec5-row .sec5-box h3.b3_pad{
  padding: 57px 0px 30px !important;
}
}