@media screen and (min-width: 768px) {
  header #key .slide {
    background: url(../img/wine/kv01.jpg) no-repeat center center/cover;
  }
}
#sec1 {
  padding: 15vw 0;
  position: relative;
  color: #fff;
}
#sec1::before {
  content: "";
  background: url(../img/shared/bg2.jpg) repeat 0 0/auto;
  width: 80%;
  left: 0;
  top: 0;
  height: 80%;
  position: absolute;
}
#sec1::after {
  content: "";
  background: url(../img/shared/bg3.jpg) repeat 0 0/auto;
  width: 20%;
  right: 0;
  top: 0;
  height: 80%;
  position: absolute;
  z-index: -1;
}
#sec1 .content .desc {
  font-size: 4vw;
  position: relative;
  margin-bottom: 3vw;
}
#sec1 .content .desc::before {
  content: "";
  background: #fff;
  height: 1px;
  width: 25vw;
  left: 0;
  bottom: 1vw;
  position: absolute;
}
#sec1 .content .desc::after {
  content: "";
  width: 10vw;
  left: 25vw;
  border-bottom: 1px dashed #fff;
  bottom: 1vw;
  position: absolute;
}
#sec1 .content h2 {
  font-size: 6vw;
  margin-bottom: 5vw;
}
#sec1 .content .txt {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 150px 0 200px;
  }
  #sec1::before {
    width: calc(100% - 250px);
    height: 685px;
  }
  #sec1::after {
    width: 250px;
    height: 685px;
  }
  #sec1 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #sec1 .content .desc {
    font-size: 18px;
    margin-bottom: 0;
    position: absolute;
    left: -192px;
    top: -8px;
    letter-spacing: 1px;
  }
  #sec1 .content .desc::before {
    width: 125px;
    bottom: 8px;
  }
  #sec1 .content .desc::after {
    width: 40px;
    left: 125px;
    bottom: 8px;
  }
  #sec1 .content h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
  #sec1 .content .txt {
    margin-bottom: 0;
  }
  #sec1 .photo-1 {
    margin-bottom: -220px;
    margin-right: -150px;
  }
}
#sec2 {
  padding: 10vw 0;
}
#sec2 .row .col-left {
  margin-bottom: 20px;
}
#sec2 .row .col-left .sec2_slide .slick-dots {
  display: flex;
}
#sec2 .row .col-left .sec2_slide .slick-dots li {
  margin-right: 10px;
}
#sec2 .row .col-left .sec2_slide .slick-dots li button {
  font-size: 0;
  padding: 4px;
  width: 40px;
  height: 1px;
  background: #1e040a;
  border: none;
}
#sec2 .row .col-left .sec2_slide .slick-dots li.slick-active button {
  background: #722838;
}
#sec2 .row .col-right h3 {
  font-size: 5vw;
  border-bottom: 1px dashed #722838;
  padding-bottom: 3vw;
  margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding: 25px 0;
  }
  #sec2 .row {
    display: flex;
    gap: 0 75px;
  }
  #sec2 .row .col-left {
    margin-bottom: 20px;
    width: 425px;
  }
  #sec2 .row .col-left .sec2_slide .slick-dots {
    display: block;
    position: absolute;
    right: 5px;
    bottom: 8px;
  }
  #sec2 .row .col-left .sec2_slide .slick-dots li {
    margin-right: 0;
    margin-bottom: 8px;
  }
  #sec2 .row .col-left .sec2_slide .slick-dots li button {
    padding: 3px;
    width: 5px;
    height: 35px;
  }
  #sec2 .row .col-left .sec2_slide .slick-dots li button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  #sec2 .row .col-right {
    width: 500px;
    margin-top: 135px;
  }
  #sec2 .row .col-right h3 {
    font-size: 28px;
    padding-bottom: 20px;
    margin-bottom: 75px;
  }
  #sec2 .row .col-right .txt {
    padding-right: 70px;
  }
}
#sec3 {
  padding: 15vw 0;
  color: #fff;
  position: relative;
}
#sec3::before {
  content: "";
  background: url(../img/shared/bg4.jpg) repeat 0 0/auto;
  width: 100%;
  height: 90%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -2;
}
#sec3::after {
  content: "";
  background: url(../img/wine/sec3_bg.jpg) repeat 0 0/auto;
  width: 10%;
  height: 90%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
#sec3 .row .col-left .ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 5vw;
}
#sec3 .row .col-left .ttl .desc {
  font-size: 4vw;
  writing-mode: vertical-rl;
  order: 2;
  position: relative;
}
#sec3 .row .col-left .ttl .desc::before {
  content: "";
  background: #fff;
  width: 1px;
  height: 25vw;
  left: 1vw;
  top: 0;
  position: absolute;
}
#sec3 .row .col-left .ttl .desc::after {
  content: "";
  width: 1px;
  top: 25vw;
  height: 10vw;
  border-left: 1px dashed #fff;
  position: absolute;
  left: 1vw;
}
#sec3 .row .col-left .ttl h2 {
  order: 1;
  font-size: 6vw;
  writing-mode: vertical-rl;
  font-weight: 500;
  letter-spacing: 0.2em;
}
#sec3 .row .col-left .txt {
  margin-bottom: 30px;
}
#sec3 .row .col-right .photo-1 {
  width: 68%;
}
#sec3 .row .col-right .col-mid {
  display: flex;
  margin-bottom: 10vw;
  margin-top: -10vw;
  position: relative;
  z-index: 1;
}
#sec3 .row .col-right .col-mid .photo-2 {
  align-self: flex-end;
}
#sec3 .row .col-right .col-mid h3 {
  display: flex;
  margin: 0 5vw;
}
#sec3 .row .col-right .col-mid h3 span {
  display: block;
  writing-mode: vertical-rl;
  font-size: 3.5vw;
  height: -moz-max-content;
  height: max-content;
}
#sec3 .row .col-right .col-mid h3 span:first-child {
  margin-top: 15vw;
}
#sec3 .row .col-right .col-mid .photo-3 {
  margin-top: -10vw;
}
#sec3 .row .col-right .photo-4 {
  width: 70%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 45px 0;
  }
  #sec3::before {
    width: calc(50% + 650px);
    height: 890px;
    top: 75px;
  }
  #sec3::after {
    width: calc(50% - 500px);
    height: 890px;
    top: 75px;
  }
  #sec3 .wrap {
    max-width: 1300px;
  }
  #sec3 .row {
    display: flex;
    justify-content: space-between;
    max-width: 1210px;
    margin-left: auto;
  }
  #sec3 .row .col-left {
    width: 300px;
    text-align: center;
    margin-top: 95px;
  }
  #sec3 .row .col-left .ttl {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 35px;
  }
  #sec3 .row .col-left .ttl .desc {
    font-size: 18px;
    order: 2;
    position: relative;
    margin-bottom: 105px;
    margin-left: 10px;
  }
  #sec3 .row .col-left .ttl .desc::before {
    height: 125px;
    left: 10px;
  }
  #sec3 .row .col-left .ttl .desc::after {
    top: 125px;
    height: 40px;
    left: 10px;
  }
  #sec3 .row .col-left .ttl h2 {
    font-size: 36px;
    letter-spacing: 0.2em;
  }
  #sec3 .row .col-left .txt {
    margin-bottom: 30px;
  }
  #sec3 .row .col-right {
    width: calc(100% - 300px);
    margin-right: -50px;
  }
  #sec3 .row .col-right .photo-1 {
    width: 68%;
  }
  #sec3 .row .col-right .col-mid {
    margin-bottom: 75px;
    margin-top: -30px;
    justify-content: space-between;
    max-width: 845px;
    margin-left: auto;
  }
  #sec3 .row .col-right .col-mid .photo-2 {
    align-self: flex-end;
    margin-bottom: -35px;
  }
  #sec3 .row .col-right .col-mid h3 {
    margin: 0;
  }
  #sec3 .row .col-right .col-mid h3 span {
    font-size: 20px;
    letter-spacing: 3px;
  }
  #sec3 .row .col-right .col-mid h3 span:first-child {
    margin-top: 90px;
  }
  #sec3 .row .col-right .col-mid .photo-3 {
    margin-top: -65px;
  }
  #sec3 .row .col-right .photo-4 {
    width: -moz-max-content;
    width: max-content;
    margin: 0 135px 0 auto;
  }
}
#sec4 {
  position: relative;
}
#sec4::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 40px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
}
#sec4 .photo-bg {
  margin: 0 -50%;
}
#sec4 h2 {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 5vw;
  font-weight: 500;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1), 0 0 3px rgba(0, 0, 0, 1);
}

@media screen and (min-width: 768px) {
  #sec4 {
    margin-bottom: 100px;
    height: 480px;
  }
  #sec4::after {
    height: 80px;
  }
  #sec4 .photo-bg {
    margin: 0;
    height: 480px;
  }
  #sec4 .photo-bg img {
    height: 480px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec4 h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
#sec5 {
  padding: 20vw 0 10vw;
  position: relative;
}
#sec5::before {
  content: "";
  background: #5e1312;
  width: 1px;
  height: 10vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
}
#sec5::after {
  content: "";
  height: 8vw;
  left: 50%;
  transform: translateX(-50%);
  top: 10vw;
  border-right: 1px dashed #5e1312;
  position: absolute;
}
#sec5 h2 {
  font-size: 6vw;
  text-align: center;
  margin-bottom: 5vw;
  font-weight: 500;
}
#sec5 .box {
  background: url(../img/shared/bg2.jpg);
  padding: 20px;
  color: #fff;
  margin-bottom: 30px;
}
#sec5 .box .group-photo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10vw;
}
#sec5 .box .group-photo p {
  width: 48%;
}
#sec5 .box .content .ttl {
  margin-bottom: 10vw;
  display: flex;
  justify-content: space-between;
  padding: 0 5vw 0 10vw;
}
#sec5 .box .content .ttl .desc {
  writing-mode: vertical-rl;
  position: relative;
  font-size: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vw;
}
#sec5 .box .content .ttl .desc::before {
  content: "";
  background: url(../img/wine/sec5_deco.png) no-repeat 0 0/100%;
  width: 10vw;
  height: 35vw;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#sec5 .box .content .ttl .x {
  align-self: center;
  font-size: 5vw;
  padding-left: 5vw;
}
#sec5 .box .content .ttl .group-desc {
  display: flex;
}
#sec5 .box .content .ttl .group-desc .desc {
  margin-right: 10px;
}
#sec5 .box .content .ttl .group-desc .sub-desc {
  writing-mode: vertical-rl;
  font-size: 4vw;
  border-right: 1px dashed #fff;
  writing-mode: vertical-rl;
  height: -moz-max-content;
  height: max-content;
}
#sec5 .btn-sec a {
  margin: auto;
  color: #000;
  border-color: #000;
}
#sec5 .btn-sec a::before {
  filter: invert(100%);
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 30px 0 110px;
  }
  #sec5::before {
    height: 45px;
    top: -100px;
  }
  #sec5::after {
    height: 45px;
    top: -55px;
  }
  #sec5 .wrap {
    max-width: 1300px;
  }
  #sec5 h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }
  #sec5 .box {
    padding: 60px 60px 40px;
    margin-bottom: 55px;
    position: relative;
    height: 610px;
  }
  #sec5 .box .group-photo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  #sec5 .box .group-photo p {
    width: auto;
  }
  #sec5 .box .group-photo .photo-1 {
    position: absolute;
    left: 60px;
    top: 60px;
  }
  #sec5 .box .group-photo .photo-2 {
    position: absolute;
    right: 55px;
    top: 60px;
  }
  #sec5 .box .content {
    width: 420px;
    margin: auto;
  }
  #sec5 .box .content .ttl {
    margin-bottom: 40px;
    padding: 0;
    width: 315px;
    margin-left: auto;
    margin-top: 15px;
    margin-right: 25px;
  }
  #sec5 .box .content .ttl .desc {
    font-size: 30px;
    height: 190px;
  }
  #sec5 .box .content .ttl .desc::before {
    width: 57px;
    height: 187px;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  #sec5 .box .content .ttl .x {
    font-size: 40px;
    padding-left: 0;
  }
  #sec5 .box .content .ttl .group-desc {
    display: flex;
  }
  #sec5 .box .content .ttl .group-desc .desc {
    margin-right: 15px;
  }
  #sec5 .box .content .ttl .group-desc .sub-desc {
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 15px;
  }
  #sec5 .box .content .txt {
    letter-spacing: 0.5px;
  }
  #sec5 .box-2 {
    margin-bottom: 105px;
  }
  #sec5 .box-2 .content .ttl {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
#sec6 {
  padding: 0 0 10vw;
  background: url(../img/shared/bg4.jpg) repeat 0 0/auto;
  color: #fff;
}
#sec6 .photo-1 {
  margin-bottom: 20px;
}
#sec6 .content {
  padding: 0 5%;
}
#sec6 .content .ttl {
  margin-bottom: 3vw;
}
#sec6 .content .ttl .desc {
  font-size: 4vw;
  position: relative;
  margin-bottom: 2vw;
}
#sec6 .content .ttl .desc::before {
  content: "";
  background: #fff;
  width: 50vw;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
}
#sec6 .content .ttl .desc::after {
  content: "";
  border-bottom: 1px dashed #fff;
  width: 15vw;
  left: 50vw;
  bottom: 0;
  position: absolute;
}
#sec6 .content .ttl h2 span {
  font-size: 5vw;
  display: block;
  line-height: 2em;
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 0;
    position: relative;
  }
  #sec6 .photo-1 {
    margin-bottom: 0;
    width: calc(50% + 150px);
    height: 820px;
  }
  #sec6 .photo-1 img {
    width: 100%;
    height: 820px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec6 .content {
    padding: 0;
    width: 450px;
    position: absolute;
    top: 45px;
    left: calc(50% + 220px);
  }
  #sec6 .content .ttl {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    padding-right: 40px;
  }
  #sec6 .content .ttl .desc {
    order: 2;
    font-size: 16px;
    margin-bottom: 0;
    height: -moz-max-content;
    height: max-content;
    writing-mode: vertical-rl;
    margin-left: 20px;
  }
  #sec6 .content .ttl .desc::before {
    width: 1px;
    height: 215px;
    left: 7px;
    bottom: auto;
    top: 0;
  }
  #sec6 .content .ttl .desc::after {
    border-bottom: none;
    border-left: 1px dashed #fff;
    width: 1px;
    left: 7px;
    bottom: auto;
    top: 215px;
    height: 60px;
  }
  #sec6 .content .ttl h2 {
    display: flex;
    order: 1;
  }
  #sec6 .content .ttl h2 span {
    font-size: 28px;
    line-height: 65px;
    height: -moz-max-content;
    height: max-content;
    writing-mode: vertical-rl;
    font-weight: 500;
    letter-spacing: 5px;
  }
  #sec6 .content .ttl h2 span:first-child {
    order: 2;
  }
  #sec6 .content .ttl h2 span:last-child {
    order: 1;
  }
  #sec6 .content .txt span {
    display: block;
    margin-bottom: 30px;
  }
}
#sec7 {
  padding: 15vw 0;
  position: relative;
}
#sec7::before {
  content: "";
  background: url(../img/shared/bg3.jpg);
  width: 100%;
  height: 30%;
  left: 0;
  top: 0;
  position: absolute;
}
#sec7 .row .col-right {
  margin-bottom: 20px;
}
#sec7 .row .col-left {
  margin-bottom: 30px;
}
#sec7 .row .col-left h2 {
  font-size: 5vw;
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  border-bottom: 1px dashed #5e1312;
  font-weight: 500;
  text-align: right;
}
#sec7 .row .col-left .price {
  text-align: right;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}
#sec7 .btn-popup a {
  display: block;
  text-align: center;
  border: 1px solid #000;
  padding: 15px;
  position: relative;
  font-size: 17px;
  margin: auto;
  width: 90%;
  box-sizing: border-box;
}
#sec7 .btn-popup a::after {
  content: "";
  background: url(../img/wine/popup_btn.png) no-repeat 0 0/100%;
  width: 19px;
  height: 18px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 768px) {
  #sec7 {
    padding: 120px 0;
  }
  #sec7::before {
    height: 380px;
  }
  #sec7 .row {
    display: flex;
    justify-content: space-between;
    max-width: 910px;
    margin-left: auto;
    margin-bottom: 70px;
  }
  #sec7 .row .col-right {
    order: 2;
    margin-bottom: 20px;
  }
  #sec7 .row .col-left {
    order: 1;
    margin-bottom: 30px;
    width: 410px;
    margin-top: 70px;
  }
  #sec7 .row .col-left h2 {
    font-size: 32px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    letter-spacing: 0;
    margin-right: -10px;
  }
  #sec7 .row .col-left .price {
    font-size: 28px;
    margin-bottom: 30px;
    letter-spacing: 3.5px;
  }
  #sec7 .row .col-left .price small {
    font-size: 20px;
  }
  #sec7 .row .col-left .txt {
    letter-spacing: 0.5px;
  }
  #sec7 .btn-popup a {
    padding: 20px;
    font-size: 20px;
    width: 470px;
  }
  #sec7 .btn-popup a::after {
    right: 20px;
  }
  #sec7 .btn-popup a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  #sec1 .wrap {
    max-width: 880px;
  }
  #sec3 .row {
    margin: auto;
  }
  #sec6 .photo-1 {
    width: calc(50% + 50px);
  }
  #sec6 .content {
    left: calc(50% + 120px);
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #sec1 .wrap {
    max-width: 680px;
  }
  #sec1 .photo-1 {
    width: 400px;
  }
  #sec3::before {
    height: 800px;
  }
  #sec3::after {
    height: 800px;
  }
  #sec3 .row .col-right .photo-1 {
    width: 450px;
  }
  #sec3 .row .col-right .col-mid {
    max-width: 720px;
    margin-left: 20px;
  }
  #sec3 .row .col-right .col-mid .photo-2 {
    width: 375px;
  }
  #sec3 .row .col-right .col-mid .photo-3 {
    width: 220px;
  }
  #sec5 .box .group-photo .photo-1,
  #sec5 .box .group-photo .photo-2 {
    /* width: 250px; */
    width: calc(100% - 800px);
  }
  #sec6 .content {
    left: calc(50% + 90px);
  }
}
.remodal-menu {
  box-sizing: border-box;
}
.remodal-menu .wrap {
  background: url(../img/wine/popup_bg.jpg);
  max-width: 1200px;
}
.remodal-menu h2 {
  font-size: 6vw;
  font-weight: 500;
}
.remodal-menu .desc {
  margin-bottom: 30px;
  margin-top: 30px;
}
.remodal-menu .row {
  margin: auto;
}
.remodal-menu .row .col .item {
  margin-bottom: 40px;
}
.remodal-menu .row .col .item h3 {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 600;
  padding: 5px 0;
  border-bottom: 2px solid #000;
  /* border-top: 2px solid #000; */
  text-align: left;
}
.remodal-menu .row .col .item dl {
  letter-spacing: 0;
  border-bottom: 1px solid #aba9a6;
}
.remodal-menu .row .col .item dl dt {
  width: calc(100% - -10px);
}
.remodal-menu .row .col .item .men_w {
  width: calc(100% - 90px) !important;
}
.remodal-menu .row .col .item dl dd {
  width: 98px;
  align-self: flex-end;
}

@media screen and (min-width: 768px) {
  .remodal-menu {
    max-width: 1200px;
    padding: 100px 16px;
  }
  .remodal-menu h2 {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .remodal-menu .desc {
    margin-bottom: 30px;
    line-height: 2;
    margin-top: 30px;
  }
  .remodal-menu .row {
    display: flex;
    justify-content: space-between;
  }
  .remodal-menu .row .col {
    width: 32%;
  }
  .remodal-menu .row .col .item {
    margin-bottom: 35px;
  }
  .remodal-menu .row .col .item h3 {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 0 6px;
  }
  .remodal-menu .row .col .item dl {
    letter-spacing: 0;
  }
}/*# sourceMappingURL=wine.css.map */


.house_wine{
  font-size: 11px;
  margin: -10px 0 -5px 0;
}
@media screen and (min-width: 768px) {
.house_wine{
  font-size: 14px;
  display: block;
  margin: -10px 0 -5px 0;
}
}