.kv {
  background: url("../img/drink/header_bg.jpg") no-repeat center/cover; }

#sec1 {
  background: #8f1212;
  color: #fff;
  padding: 15vw 0; }
  #sec1 .wrap {
    z-index: 0; }
  #sec1 h2 {
    justify-content: center;
    margin-bottom: 9vw; }
  #sec1 .sec1-deco {
    position: absolute;
    z-index: -1;
    width: 34%;
    left: -5%;
    top: -9vw; }
  #sec1 .sec1-txt1, #sec1 .sec1-txt2 {
    writing-mode: vertical-lr;
    position: absolute;
    top: 20vw;
    font-size: 80%;
    overflow: hidden;
  }
  #sec1 .sec1-txt1 span, #sec1 .sec1-txt2 span {
    display: block;
    transition: all 0.5s;
  }
  #sec1 .sec1-txt1 span.active, #sec1 .sec1-txt2 span.active {
	transform: translateY(0);
  }
  #sec1 .sec1-txt1 {
    transform: scale(-1);
    left: 0;
  }
  #sec1 .sec1-txt1 span {
    transform: translateY(100%);
  }
  #sec1 .sec1-txt2 {
    right: 0;
  }
  #sec1 .sec1-txt2 span {
    transform: translateY(-100%);
  }
  #sec1 .sec1-1 {
    margin: 0 auto 5vw;
    width: 50%;
    text-align: center;
  }
  #sec1 .sec1-txt3 {
    font-weight: 700;
    font-size: 5vw;
    line-height: 1.4;
  }
  #sec1 .sec1-txt4 {
    font-weight: 700;
    font-size: 7vw;
    line-height: 1.4;
    color: #efd20e;
    text-align: center;
    margin-bottom: 4vw;
	writing-mode: vertical-rl;
	margin: 0 auto;
}
  }
  #sec1 .sec1-txt5 {
    width: 100%;
  }
  #sec1 .sec1-link {
    flex-wrap: wrap;
    text-align: center;
    font-weight: 700;
    font-size: 6vw;
    text-transform: uppercase;
    justify-content: center;
    padding-top: 4vw;
  }
  #sec1 .sec1-link li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 6vw 0;
    width: calc(50% - 10px);
  }
   #sec1 .sec1-link li:nth-child(2) {
        margin-left: 20px;
  }
      #sec1 .sec1-link li a {
        display: block;
        position: relative;
  }
      #sec1 .sec1-link li a i {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 100%);
        transition: ease 0.3s;
  }
        #sec1 .sec1-link li a:hover {
          text-decoration: none; }
          #sec1 .sec1-link li a:hover i {
            bottom: -3vw; }
  @media only screen and (min-width: 768px) {
    #sec1 {
      padding: 239px 0 275px;
	}
    #sec1 .wrap {
      z-index: 0;
	}
    #sec1 h2 {
      margin-bottom: 107px;
	}
    #sec1 .sec1-deco {
      width: 372px;
      left: -169px;
      top: -121px;
	}
    #sec1 .sec1-txt1, #sec1 .sec1-txt2 {
      top: 257px;
      font-size: 16px;
      letter-spacing: 0.5px;
	}
    #sec1 .sec1-txt1 {
      left: -80px;
	}
    #sec1 .sec1-txt2 {
      right: -80px;
	}
    #sec1 .sec1-1 {
      margin: 0 0 104px 140px;
      width: auto;
      align-items: center;
      justify-content: flex-start;
	}
    #sec1 .sec1-txt3 {
      font-size: 26px;
      line-height: 30px;
      letter-spacing: 3px;
	}
    #sec1 .sec1-txt4 {
      font-size: 94px;
      text-align: center;
      margin-bottom: 0;
      line-height: 1;
      width: 184px;
      transform: translateY(-12px);
	  writing-mode: unset;
	}
    #sec1 .sec1-txt5 {
      width: 291px;
	}
    #sec1 .sec1-txt6 {
      width: 570px;
      margin-left: 320px;
      margin-bottom: 168px;
      line-height: 32px;
	}
    #sec1 .sec1-link {
      justify-content: center;
      width: auto;
      font-size: 26px;
      padding-top: 0;
	}
    #sec1 .sec1-link li {
      margin: 0 25px;
      width: 300px;
	}
    #sec1 .sec1-link li a {
      line-height: 40px;
	}
    #sec1 .sec1-link li a i {
      position: absolute;
      bottom: -7px;
      left: 50%;
	}
    #sec1 .sec1-link li a:hover i {
      bottom: -17px;
	}
  }

  @media only screen and (min-width: 768px) and (max-width: 1350px) {
    #sec1 .sec1-txt1 {
      left: 0; }
    #sec1 .sec1-txt2 {
      right: 0; } }

.sec2-item1 {
  position: relative;
  border-top-width: 2px;
  border-top-style: solid;
  padding-top: 7vw; }
  .sec2-item1 .ttl {
    text-align: center;
    letter-spacing: 0.12em;
    overflow: hidden; }
  .sec2-item1 .sec2-txt1 {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.5;
    margin-bottom: 5vw;
    overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .sec2-item1 {
      padding-top: 20px;
      width: 500px; }
      .sec2-item1 .sec2-txt1 {
        margin-bottom: 40px; }
      .sec2-item1 .sec2-txt2 {
        margin: 0 auto;
        width: 400px;
        line-height: 28px;
        letter-spacing: 0.5px; } }

.sec2-item .sec2-img2 {
  margin: 10vw auto 5vw;
  width: 70%; }
  .sec2-item .sec2-img2.img-ver {
    width: 90%; }
.sec2-item dl dt {
  overflow: hidden;
  font-weight: 700;
  font-size: 110%;
  margin-bottom: 2vw; }
@media only screen and (min-width: 768px) {
  .sec2-item {
    align-items: center; }
    .sec2-item .sec2-img2 {
      margin: 0;
      width: 350px; }
      .sec2-item .sec2-img2.img-ver {
        width: 525px; }
    .sec2-item dl {
      width: 442px; }
      .sec2-item dl dt {
        font-size: 18px;
        margin-bottom: 14px;
        letter-spacing: 3.5px; }
      .sec2-item dl dd {
        line-height: 28px; }
    .sec2-item.disf-jend .sec2-img2 {
      order: 2;
      margin-left: 50px; }
    .sec2-item.disf-jend dl dt {
      text-align: right; }
    .sec2-item.disf-jstart .sec2-img2 {
      margin-right: 50px; } }

.drink-ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  opacity: 0.2; }
  .drink-ttl p:nth-child(1) {
    line-height: 1;
    font-size: 9vw;
    padding-top: 2.5vw;
    letter-spacing: 0.08em; }
  .drink-ttl p:nth-child(2) {
    color: #f0d30e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    letter-spacing: 0.08em;
    word-break: keep-all; }
  @media only screen and (min-width: 768px) {
    .drink-ttl p:nth-child(1) {
      font-size: 60px;
      padding-top: 10px; }
    .drink-ttl p:nth-child(2) {
      font-size: 20px; } }

#cocktail {
  background: #8f1212;
  color: #fff;
  padding-bottom: 20vw; }
  #cocktail .sec2-1 {
    margin-bottom: 20vw;
    position: relative; }
    #cocktail .sec2-1:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 96%;
      height: 1px;
      width: 0;
      background: #f0d30e;
      transition: all 1s; }
    #cocktail .sec2-1.active:before {
      width: 50%; }
  #cocktail .sec2-img1 {
    margin-left: -7.5%;
    width: 80%; }
  #cocktail h2 {
    right: 6%; }
  #cocktail .sec2-2 {
    color: #000; }
    #cocktail .sec2-2 .sec2-deco1 {
      position: absolute;
      width: 20%;
      top: -16vw;
      left: -10%; }
    #cocktail .sec2-2 .sec2-deco2 {
      margin: -5vw 0 0 auto;
      width: 42%; }
  @media only screen and (min-width: 768px) {
    #cocktail {
      padding-bottom: 200px; }
      #cocktail .sec2-1 {
        margin-bottom: 207px; }
        #cocktail .sec2-1:before {
          left: 93%; }
      #cocktail .sec2-img1 {
        margin-left: 100px;
        width: 800px; }
      #cocktail h2 {
        right: 10%; }
      #cocktail .sec2-2 {
        margin-left: auto; }
        #cocktail .sec2-2 .sec2-deco1 {
          width: 103px;
          top: -31px;
          left: -86px; }
        #cocktail .sec2-2 .sec2-deco2 {
          margin: 21px 0 0 auto;
          width: 193px; }
      #cocktail .sec2-3 {
        margin-top: -110px; }
      #cocktail .sec2-4 {
        margin-top: -81px; } }

#sec2-2 {
  background: #127c8f;
  padding: 15vw 0; }
  #sec2-2 .sec2-item1 {
    color: #fff; }
  #sec2-2 .sec2-deco1 {
    position: absolute;
    width: 15%;
    top: -13vw;
    right: -10%; }
  #sec2-2 .sec2-deco2 {
    margin: -2vw 0 0 auto;
    width: 24%; }
  @media only screen and (min-width: 768px) {
    #sec2-2 {
      padding: 230px 0 196px; }
      #sec2-2 .sec2-item1 {
        margin-left: 85px; }
      #sec2-2 .sec2-deco1 {
        width: 91px;
        top: -48px;
        right: -103px; }
      #sec2-2 .sec2-deco2 {
        margin: -66px 0 0 -87px;
        width: 125px; }
      #sec2-2 .disf-jend {
        margin-top: -180px; }
      #sec2-2 .sec2-item dl dt {
        letter-spacing: 1px; } }

#sec2-3 {
  background: #275d1e;
  padding: 15vw 0;
  color: #fff; }
  #sec2-3 .sec2-item1 {
    color: #000;
    margin: 10vw 0; }
  #sec2-3 .sec2-deco1 {
    position: absolute;
    width: 18%;
    top: 2vw;
    left: -10%; }
  #sec2-3 .sec2-deco2 {
    position: absolute;
    width: 15%;
    top: -10vw;
    right: -9%; }
  #sec2-3 .sec2-deco3 {
    margin: -4vw 0 0 auto;
    width: 28%; }
  @media only screen and (min-width: 768px) {
    #sec2-3 {
      padding: 203px 0 200px; }
      #sec2-3 .sec2-item1 {
        margin: 147px auto 0; }
      #sec2-3 .sec2-deco1 {
        width: 157px;
        top: 34px;
        left: -145px; }
      #sec2-3 .sec2-deco2 {
        width: 82px;
        top: -49px;
        right: -107px; }
      #sec2-3 .sec2-deco3 {
        width: 158px;
        margin: 15px 23px 0 auto; }
      #sec2-3 .sec2-item3 {
        margin-top: -45px; }
      #sec2-3 .sec2-item4 {
        margin-top: -134px; } }

#sec2-4 {
  background: #f3f0e5;
  padding: 15vw 0; }
  #sec2-4 .ttl {
    font-size: 7vw;
    letter-spacing: 0; }
  #sec2-4 .sec2-deco1 {
    position: absolute;
    width: 18%;
    top: 15vw;
    left: -10%; }
  #sec2-4 .sec2-deco2 {
    position: absolute;
    width: 15%;
    top: -10vw;
    right: -9%; }
  #sec2-4 .sec2-item {
    margin-top: 10vw; }
  #sec2-4 dt {
    text-align: center;
    line-height: 1.5;
    margin: 5vw 0 2vw; }
  @media only screen and (min-width: 768px) {
    #sec2-4 {
      padding: 230px 0 203px; }
      #sec2-4 .sec2-item1 {
        margin: 0 auto 100px; }
        #sec2-4 .sec2-item1 .sec2-txt2 {
          width: 420px; }
      #sec2-4 .ttl {
        font-size: 40px;
        letter-spacing: 6.5px;
        margin: 0 -40px; }
      #sec2-4 .sec2-deco1 {
        width: 148px;
        top: 188px;
        left: -147px; }
      #sec2-4 .sec2-deco2 {
        width: 121px;
        top: -24px;
        right: -180px; }
      #sec2-4 .sec2-item {
        margin-top: 0;
        width: calc((100% - 20px) / 3); }
      #sec2-4 dl {
        width: 100%; }
      #sec2-4 dt {
        line-height: 26px;
        margin: 47px 0 40px; }
      #sec2-4 dd {
        margin: 0 auto;
        width: 86%; } }

#sec2-5 {
  background: url("../img/drink/sec2_bg.jpg") no-repeat center/cover;
  color: #fff;
  padding: 15vw 0 20vw; }
  #sec2-5 .sec2-item1 {
    border-top: none;
    padding-top: 0; }
  #sec2-5 h2 {
    text-align: center;
    font-size: 10vw;
    font-weight: 500;
    letter-spacing: 0.12em;
    position: relative;
    line-height: 1.1;
    margin-bottom: 2vw;
    overflow: hidden; }
    #sec2-5 h2 p {
      display: inline-block;
      padding-bottom: 7px; }
  #sec2-5 .sec2-img4 {
    margin-top: 10vw; }
  #sec2-5 .sec2-txt4 {
    overflow: hidden; }
  #sec2-5 .sec2-img4-item {
    position: relative; }
    #sec2-5 .sec2-img4-item .sec2-txt5 {
      position: absolute;
      font-weight: 700;
      font-size: 3.5vw;
      letter-spacing: 0.15em;
      display: flex;
      top: 45%;
      left: 37vw; }
      #sec2-5 .sec2-img4-item .sec2-txt5 .sec2-line {
        width: 9vw;
        height: 4vw;
        transform: skewX(26deg);
        display: block;
        margin-right: 3vw; }
        #sec2-5 .sec2-img4-item .sec2-txt5 .sec2-line:before, #sec2-5 .sec2-img4-item .sec2-txt5 .sec2-line:after {
          content: "";
          position: absolute;
          background: #fff;
          transition: ease 0.3s; }
        #sec2-5 .sec2-img4-item .sec2-txt5 .sec2-line:before {
          left: 0;
          top: 0;
          width: 1px;
          height: 100%; }
        #sec2-5 .sec2-img4-item .sec2-txt5 .sec2-line:after {
          bottom: 0;
          left: 0;
          height: 1px;
          width: 100%; }
      #sec2-5 .sec2-img4-item .sec2-txt5 .sec2-line-txt {
        line-height: 2.5; }
  #sec2-5 .item2 .sec2-txt5 {
    left: 40vw;
    top: 63%; }
  #sec2-5 .item3 .sec2-txt5 {
    left: 41vw;
    top: 68%; }
  #sec2-5 .item4 .sec2-txt5 {
    left: 41vw;
    top: 64%; }
  @media only screen and (max-width: 767px) {
    #sec2-5 .div-pc {
      display: none !important; } }
  @media only screen and (min-width: 768px) {
    #sec2-5 {
      padding: 0;
      height: 100vh;
      overflow: hidden; }
      #sec2-5 .wrap {
        height: 100%;
        align-items: flex-end; }
      #sec2-5 .sec2-item1 {
        position: relative;
        left: 0;
        bottom: 90px; }
        #sec2-5 .sec2-item1 .sec2-txt1 {
          margin-bottom: 30px; }
      #sec2-5 h2 {
        font-size: 70px;
        font-weight: 400;
        margin-bottom: 0; }
      #sec2-5 .sec2-txt4 {
        margin: 0 auto;
        width: 400px; }
      #sec2-5 .sec2-img4 {
        margin-top: 0;
        width: 560px;
        /*height: 360px;
        overflow: hidden;*/
        position: absolute;
        right: 0;
        bottom: 0;
        padding-bottom: 100px;
        transform: translate(0, 100%); }
      #sec2-5 .sec2-img4-item {
        width: 560px;
        transition: all 1s ease;
        /*transform: translateY(100%);*/
        margin: 500px 0; }
        #sec2-5 .sec2-img4-item .sec2-txt5 {
          font-size: 20px;
          letter-spacing: 0.15em;
          top: 44%;
          left: 240px; }
          #sec2-5 .sec2-img4-item .sec2-txt5 .sec2-line {
            width: 67px;
            height: 29px;
            display: block;
            margin-right: 14px; }
            #sec2-5 .sec2-img4-item .sec2-txt5 .sec2-line:before {
              width: 2px;
              height: 0;
              transition: ease 0.3s; }
            #sec2-5 .sec2-img4-item .sec2-txt5 .sec2-line:after {
              height: 2px;
              width: 0;
              transition: ease 0.3s;
              transition-delay: 0.3s; }
          #sec2-5 .sec2-img4-item .sec2-txt5 .sec2-line-txt {
            line-height: 3;
            opacity: 0;
            transition: ease 0.3s;
            transition-delay: 0.6s; }
        #sec2-5 .sec2-img4-item.active .sec2-txt5 .sec2-line:before {
          height: 100%; }
        #sec2-5 .sec2-img4-item.active .sec2-txt5 .sec2-line:after {
          width: 100%; }
        #sec2-5 .sec2-img4-item.active .sec2-txt5 .sec2-line-txt {
          opacity: 1; }
	  #sec2-5 .item2 .sec2-txt5 {
        left: 265px;
        top: 63%; }
      #sec2-5 .item3 .sec2-txt5 {
        left: 270px;
        top: 65%; }
      #sec2-5 .item4 .sec2-txt5 {
        left: 290px;
        top: 64%; } }

#whisky {
  background: #8f1212;
  color: #fff;
  padding: 20vw 0; }
  #whisky .drink-ttl {
    left: 6%; }
  #whisky .whisky-1 {
    margin-bottom: 20vw;
    position: relative; }
    #whisky .whisky-1:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 96%;
      height: 1px;
      width: 0;
      background: #f0d30e;
      transition: all 1s; }
    #whisky .whisky-1.active:before {
      width: 50%; }
  #whisky .sec2-img1 {
    margin: 0 -7.5% 0 auto;
    width: 80%; }
  #whisky .whisky-img2 {
    position: relative; }
  #whisky .whisky-txt1 {
    overflow: hidden;
    line-height: 1;
    color: #f0d30e;
    font-size: 9.5vw;
    position: absolute;
    bottom: -5vw;
    letter-spacing: 0.12em; }
    #whisky .whisky-txt1 span {
      display: block; }
  #whisky dt {
    overflow: hidden;
    font-weight: 700;
    margin: 7vw 0 3vw;
    font-size: 110%; }
  #whisky .whisky-2 {
    margin-bottom: 12vw; }
    #whisky .whisky-2 .whisky-txt1 {
      right: -7%; }
  #whisky .whisky-3 .whisky-txt1 {
    left: -7%; }
  @media only screen and (min-width: 768px) {
    #whisky {
      padding: 200px 0 220px; }
      #whisky .drink-ttl {
        left: 160px; }
      #whisky .whisky-1 {
        margin-bottom: 150px; }
        #whisky .whisky-1:before {
          right: 90%; }
      #whisky .sec2-img1 {
        margin: 0 0 0 300px;
        width: 800px; }
      #whisky .whisky-img2 {
        width: 420px; }
      #whisky .whisky-txt1 {
        font-size: 70px;
        bottom: -38px;
        line-height: 1.2; }
      #whisky dt {
        margin: 0 0 28px;
        font-size: 20px;
        letter-spacing: 2.5px; }
      #whisky dd {
        line-height: 28px; }
      #whisky .whisky-2 {
        margin: 0 auto 103px;
        max-width: 1000px; }
        #whisky .whisky-2 .whisky-txt1 {
          right: -60px; }
        #whisky .whisky-2 .whisky-img2 {
          margin-right: 80px; }
        #whisky .whisky-2 dl {
          width: 500px;
          margin-top: 84px; }
        #whisky .whisky-2 dt {
          line-height: 50px; }
      #whisky .whisky-3 {
        margin: 0 auto;
        max-width: 1000px; }
        #whisky .whisky-3 .whisky-img2 {
          order: 2;
          margin-left: 80px; }
        #whisky .whisky-3 dl {
          width: 435px; }
        #whisky .whisky-3 dt {
          text-align: right; }
        #whisky .whisky-3 .whisky-txt1 {
          left: -105px; } }

#wine {
  background: #8f1212;
  color: #fff;
  padding-bottom: 20vw; }
  #wine .wine-1 {
    position: relative; }
    #wine .wine-1:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 96%;
      height: 1px;
      width: 0;
      background: #f0d30e;
      transition: all 1s; }
    #wine .wine-1.active:before {
      width: 50%; }
  #wine .wine-img1 {
    margin-left: -7.5%;
    width: 80%; }
  #wine h2 {
    right: 6%; }
  #wine .wine-2 {
    position: relative;
    padding: 40vw 0 30vw; }
  #wine dl {
    line-height: 1.2; }
    #wine dl dt {
      font-weight: 700;
      font-size: 120%;
      opacity: 0;
      transition: ease 0.3s; }
    #wine dl dd {
      opacity: 0;
      transition: ease 0.3s;
      font-size: 70%; }
  #wine .wine-img2 {
    margin: 0 -12% 0 -8%; }
  #wine .wine-line {
    width: 17%;
    position: absolute; }
    #wine .wine-line:before, #wine .wine-line:after {
      content: "";
      position: absolute;
      background: #fff;
      transition: ease 0.3s; }
  #wine .wine-group1 {
    position: absolute;
    bottom: 16vw;
    left: 21%;
    align-items: flex-end; }
    #wine .wine-group1 .wine-line1 {
      height: 20vw;
      left: -23%;
      top: -17vw; }
      #wine .wine-group1 .wine-line1:before, #wine .wine-group1 .wine-line1:after {
        left: 0; }
      #wine .wine-group1 .wine-line1:before {
        top: 0;
        width: 2px;
        height: 0; }
      #wine .wine-group1 .wine-line1:after {
        bottom: 0;
        width: 0;
        height: 2px;
        transition-delay: 0.3s; }
    #wine .wine-group1 dl dt {
      transition-delay: 0.6s; }
    #wine .wine-group1 dl dd {
      transition-delay: 0.8s; }
  #wine .wine-group2 {
    position: absolute;
    top: 29vw;
    left: -5%;
    align-items: flex-start;
    text-align: right; }
    #wine .wine-group2 .wine-line2 {
      height: 29vw;
      right: -23%;
      top: 3vw; }
      #wine .wine-group2 .wine-line2:before, #wine .wine-group2 .wine-line2:after {
        right: 0; }
      #wine .wine-group2 .wine-line2:before {
        bottom: 0;
        width: 2px;
        height: 0;
        transition-delay: 1s; }
      #wine .wine-group2 .wine-line2:after {
        top: 0;
        width: 0;
        height: 2px;
        transition-delay: 1.3s; }
    #wine .wine-group2 dl dt {
      transition-delay: 1.6s; }
    #wine .wine-group2 dl dd {
      transition-delay: 1.8s; }
  #wine .wine-group3 {
    position: absolute;
    bottom: 0;
    right: 19vw;
    align-items: flex-end;
    text-align: right; }
    #wine .wine-group3 .wine-line3 {
      height: 29vw;
      right: -23%;
      top: -26vw; }
      #wine .wine-group3 .wine-line3:before, #wine .wine-group3 .wine-line3:after {
        right: 0; }
      #wine .wine-group3 .wine-line3:before {
        top: 0;
        width: 2px;
        height: 0;
        transition-delay: 2s; }
      #wine .wine-group3 .wine-line3:after {
        bottom: 0;
        width: 0;
        height: 2px;
        transition-delay: 2.3s; }
    #wine .wine-group3 dl dt {
      transition-delay: 2.6s; }
    #wine .wine-group3 dl dd {
      transition-delay: 2.8s; }
  #wine .wine-2.active dl dt, #wine .wine-2.active dl dd {
    opacity: 1; }
  #wine .wine-2.active .wine-group1 .wine-line1:before {
    height: 100%; }
  #wine .wine-2.active .wine-group1 .wine-line1:after {
    width: 100%; }
  #wine .wine-2.active .wine-group2 .wine-line2:before {
    height: 100%; }
  #wine .wine-2.active .wine-group2 .wine-line2:after {
    width: 100%; }
  #wine .wine-2.active .wine-group3 .wine-line3:before {
    height: 100%; }
  #wine .wine-2.active .wine-group3 .wine-line3:after {
    width: 100%; }
  #wine .wine-txt {
    margin-top: 10vw; }
  @media only screen and (min-width: 768px) {
    #wine {
      padding: 200px 0 195px; }
      #wine .wine-1:before {
        left: 93%; }
      #wine .wine-img1 {
        margin-left: 100px;
        width: 800px; }
      #wine h2 {
        right: 10%; }
      #wine .wine-2 {
        padding: 150px 0 0; }
      #wine dl {
        line-height: 1.2; }
        #wine dl dt {
          font-size: 24px;
          letter-spacing: 2px; }
        #wine dl dd {
          font-size: 16px; }
      #wine .wine-img2 {
        margin: 0 auto;
        width: 650px; }
      #wine .wine-group1 {
        width: 230px;
        bottom: 80px;
        left: 110px; }
        #wine .wine-group1 .wine-line1 {
          height: 47px;
          width: 97px;
          left: auto;
          right: 19px;
          top: -36px;
          transform: skewX(-33deg); }
          #wine .wine-group1 .wine-line1:before, #wine .wine-group1 .wine-line1:after {
            right: 0;
            left: auto; }
          #wine .wine-group1 .wine-line1:before {
            top: 0; }
      #wine .wine-group2 {
        top: auto;
        bottom: -120px;
        left: 612px;
        text-align: left; }
        #wine .wine-group2 .wine-line2 {
          height: 111px;
          width: 66px;
          right: auto;
          left: -76px;
          top: -99px; }
          #wine .wine-group2 .wine-line2:before, #wine .wine-group2 .wine-line2:after {
            right: auto;
            left: 0; }
          #wine .wine-group2 .wine-line2:before {
            bottom: auto;
            top: 0; }
          #wine .wine-group2 .wine-line2:after {
            top: auto;
            bottom: 0; }
      #wine .wine-group3 {
        bottom: auto;
        top: 342px;
        right: 0;
        width: 237px;
        text-align: left; }
        #wine .wine-group3 .wine-line3 {
          width: 182px;
          height: 62px;
          right: auto;
          left: -211px;
          top: 10px;
          transform: skewX(-33deg); }
          #wine .wine-group3 .wine-line3:before {
            right: 0;
            top: 0;
            width: 0;
            height: 2px; }
          #wine .wine-group3 .wine-line3:after {
            bottom: auto;
            top: 0;
            left: 0;
            width: 2px;
            height: 0; }
      #wine .wine-2.active .wine-group3 .wine-line3:before {
        width: 100%;
        height: 2px; }
      #wine .wine-2.active .wine-group3 .wine-line3:after {
        height: 100%;
        width: 2px; }
      #wine .wine-txt {
        margin: 180px 100px 0 auto;
        line-height: 28px;
        width: 400px; } }

#food {
  margin-bottom: 15vw; }
  #food .kv {
    background: url("../img/drink/food_bg.jpg") no-repeat center/cover; }
  #food dl {
    margin: 0 9%; }
  #food dt {
    margin: 15vw 0 3vw;
    font-weight: 700;
    font-size: 6vw;
    letter-spacing: 0.1em; }
  #food .food-deco {
    width: 70%;
    margin: 0 -12% 0 auto; }
  #food .food-txt1, #food .food-txt2 {
    writing-mode: vertical-lr;
    position: absolute;
    top: 27vw;
    font-size: 80%;
    overflow: hidden; }
    #food .food-txt1 span, #food .food-txt2 span {
      display: block;
      transition: all 0.5s; }
      #food .food-txt1 span.active, #food .food-txt2 span.active {
        transform: translateY(0); }
  #food .food-txt1 {
    transform: scale(-1);
    left: 0; }
    #food .food-txt1 span {
      transform: translateY(100%); }
  #food .food-txt2 {
    right: 0; }
    #food .food-txt2 span {
      transform: translateY(-100%); }
  @media only screen and (min-width: 768px) {
    #food {
      margin-bottom: 197px; }
      #food dl {
        margin: 0 auto;
        width: 560px;
        line-height: 32px; }
      #food dt {
        margin: 240px 0 78px 63px;
        font-size: 40px;
        line-height: 1.5;
        letter-spacing: 0.1em; }
      #food .food-deco {
        width: 560px;
        margin: 40px -173px 0 auto; }
      #food .food-txt1, #food .food-txt2 {
        top: 206px;
        font-size: 16px;
        letter-spacing: 0.5px; }
      #food .food-txt1 {
        left: -80px; }
      #food .food-txt2 {
        right: -80px; } }
  @media only screen and (min-width: 768px) and (max-width: 1350px) {
    #food .food-txt1 {
      left: 0; }
    #food .food-txt2 {
      right: 0; } }

#sec7 {
  background: #edebe4;
  padding: 15vw 0 20vw; }
  #sec7 .sec7-item {
    margin-bottom: 10vw; }
  #sec7 .sec7-hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    box-sizing: border-box;
    padding: 10vw 5%; }
    #sec7 .sec7-hover dt {
      font-weight: 700;
      margin-bottom: 3vw;
      text-align: center; }
  #sec7 .sec7-link {
    text-align: center;
    display: block;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 15vw; }
    #sec7 .sec7-link p:nth-child(2) {
      font-size: 140%;
      letter-spacing: 0.08em; }
    #sec7 .sec7-link i {
      position: absolute;
      bottom: 5vw;
      right: 0;
      transition: ease 0.3s; }
    #sec7 .sec7-link:hover {
      text-decoration: none; }
      #sec7 .sec7-link:hover i {
        right: -5%; }
  @media only screen and (min-width: 768px) {
    #sec7 {
      padding: 200px 0 202px; }
      #sec7 .sec7-item {
        margin-bottom: 0;
        position: relative;
        width: 520px; }
        #sec7 .sec7-item dl {
          width: 410px; }
        #sec7 .sec7-item:hover .sec7-hover {
          opacity: 1; }
      #sec7 .sec7-hover {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        opacity: 0;
        transition: ease 0.3s; }
        #sec7 .sec7-hover dt {
          margin-bottom: 15px;
          font-size: 20px; }
      #sec7 .sec7-1 {
        width: 760px; }
        #sec7 .sec7-1 dl {
          width: 460px; }
      #sec7 .sec7-2 {
        margin: 50px 0 0 0;
        order: 2; }
      #sec7 .sec7-3 {
        margin: 299px 0 0 110px; }
      #sec7 .sec7-link {
        margin: 150px 0 190px auto;
        width: 420px;
        font-size: 12px;
        line-height: 29px; }
        #sec7 .sec7-link p:nth-child(2) {
          font-size: 24px;
          letter-spacing: 5px; }
        #sec7 .sec7-link i {
          right: 10px;
          bottom: 9px; }
        #sec7 .sec7-link:hover i {
          right: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    #sec7 .sec7-3 {
      margin-left: 20px; }
    #sec7 .sec7-item {
      width: 455px; } }

#sec8 {
  background: url("../img/drink/sec8_img.jpg") no-repeat center/cover;
  text-transform: inherit;
  box-sizing: border-box;
  padding: 10vw 0 10vw 6%;
  font-size: 4vw; }
  #sec8 i {
    top: 0; }
  @media only screen and (min-width: 768px) {
    #sec8 {
      padding: 0 52px 0 0;
      height: 500px;
      font-size: 30px;
      justify-content: center;
      position: relative;
      letter-spacing: 1.5px;
      box-sizing: border-box; }
      #sec8 i {
        position: absolute;
        left: calc(50% + 173px);
        top: 50%; } }
  @media only screen and (min-width: 768px) and (max-width: 1100px) {
    #sec8 {
      padding-right: 220px; }
      #sec8 i {
        left: calc(50% + 106px); }
        #sec8 i:before {
          width: 250px; }
      #sec8:hover i:before {
        width: 300px; } }
