main {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #header .group {
    top: 33px;
  }
  #header .group .group-nav .nav {
    margin-right: 26px;
  }
  #header .group .group-nav + .group-nav {
    margin: 7px 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #header #key .img img {
    -o-object-position: 17% center;
       object-position: 17% center;
  }
}
#header #key .key-ttl {
  position: absolute;
  z-index: 4;
  width: auto;
  right: 2vw;
  bottom: 40vh;
  width: 18vw;
}
@media screen and (min-width: 768px) {
  #header #key:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 350px;
    right: auto;
    left: calc(50% + 87px);
    background: url("../img/shared/bg2.jpg");
  }
  #header #key .key-ttl {
    width: auto;
    right: auto;
    left: calc(50% - 194px);
    bottom: 95px;
  }
}

#sec12 {
  position: relative;
}
#sec12:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: calc(50% + 20vw);
  background: url("../img/shared/bg2.jpg");
}
@media screen and (min-width: 768px) {
  #sec12:after {
    width: 350px;
    right: auto;
    left: calc(50% + 87px);
  }
}

#sec1 {
  position: relative;
  z-index: 2;
}
#sec1 .img {
  position: absolute;
  top: 0;
  left: 0;
  right: calc(50% - 20vw);
  bottom: 0;
}
#sec1 .img img {
  -o-object-position: 30% bottom;
     object-position: 30% bottom;
}
#sec1 .wrap {
  z-index: 2;
}
#sec1 .group-content {
  padding: 10vw 0;
}
#sec1 .group-content h2 {
  overflow: hidden;
  margin: 0 auto 3vw;
  height: 40vw;
}
#sec1 .group-content h2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 2vw;
}
#sec1 .group-content h2 span::before {
  content: "";
  position: absolute;
  width: 1px;
  left: 50%;
  top: 100%;
  background: #707070;
  height: 1000px;
}
#sec1 .group-content .group-txt {
  text-align: justify;
  letter-spacing: 0.1em;
}
#sec1 .group-content .group-txt .txt-latin {
  letter-spacing: inherit;
}
#sec1 .group-content .group-txt .text {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #sec1 .group-content .group-txt .txt + .txt {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #sec1 .img {
    right: calc(50% - 140px);
  }
  #sec1 .group-content {
    margin: 0 auto;
    width: 542px;
    padding: 0 0 53px;
  }
  #sec1 .group-content h2 {
    margin: 0 0 19px auto;
    height: 280px;
  }
  #sec1 .group-content h2 span {
    padding-bottom: 10px;
  }
  #sec1 .group-content .group-txt {
    display: flex;
    flex-direction: row-reverse;
    gap: 26px;
    height: 434px;
    margin: 0 11px 0 0;
  }
}

#sec2 {
  position: relative;
  z-index: 2;
  margin: 15vw 0 0;
}
#sec2 .group-title {
  margin: 0 var(--wrapPadding) 3vw;
}
#sec2 .group-title .title-common {
  margin: 3vw 0 0;
}
#sec2 .set {
  position: relative;
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
#sec2 .set .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.92);
  transition: transform 0.2s linear;
}
#sec2 .set .wrap {
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #sec2 .set .wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/index/s5_bg.png") no-repeat top center;
  }
}
@media screen and (max-width: 767px) {
  #sec2 .set .group-content {
    text-shadow: 0 0 10px black, 0 0 10px black;
    position: relative;
    padding: 10vw 0 130px;
  }
  #sec2 .set .group-content h4, #sec2 .set .group-content .txt {
    position: relative;
    z-index: 2;
  }
}
#sec2 .set .group-content h4 {
  margin: 0 0 5vw;
}
#sec2 .set .group-content .txt {
  text-align: justify;
  letter-spacing: 0.1em;
}
#sec2 .set .group-content .txt + .txt {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #sec2 {
    margin: 138px 0 0;
  }
  #sec2 .group-title {
    margin: 0 auto 18px;
    max-width: calc(100% - 60px);
    width: 1018px;
  }
  #sec2 .group-title .title-common {
    margin: 17px 0 0 5px;
  }
  #sec2 .set {
    padding-bottom: 94px;
  }
  #sec2 .set .group-content {
    margin: 0 0 0 auto;
    width: 315px;
  }
  #sec2 .set .group-content h4 {
    margin: 0 0 32px;
  }
  #sec2 .set .group-content .txt + .txt {
    margin-top: 26px;
  }
}

#sec3 {
  padding: 20vw 0 40vw;
}
#sec3 .bnr {
  margin: 0 0 0 8vw;
}
#sec3 .bnr a {
  display: block;
  position: relative;
  text-decoration: none;
}
#sec3 .bnr a img {
  opacity: 1;
}
#sec3 .bnr .img {
  position: relative;
  overflow: hidden;
  background: #000;
}
#sec3 .bnr .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 1px solid #707070;
}
#sec3 .bnr .img img {
  transition: all 0.5s;
}
#sec3 .bnr .ttl {
  position: absolute;
  z-index: 2;
  top: -10vw;
  left: -8vw;
  height: 122vw;
}
#sec3 .bnr .ttl img {
  width: auto;
  height: 100%;
}
#sec3 .bnr .text {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 0 25px;
}
#sec3 .bnr .text:after {
  content: "";
  position: absolute;
  bottom: -82px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/drink/s3_arrow.png") no-repeat center/100% auto;
  width: 11px;
  height: 92px;
}
#sec3 .bnr + .bnr {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #sec3 .bnr + .bnr {
    margin-left: 0;
    margin-right: 8vw;
  }
}
#sec3 .bnr + .bnr .ttl {
  left: auto;
  right: -8vw;
  bottom: -24.5vw;
  top: auto;
  height: 110.5vw;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 119px 0 170px;
  }
  #sec3 .wrap {
    display: flex;
    justify-content: center;
    gap: 115px;
    align-items: flex-start;
  }
  #sec3 .bnr {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #sec3 .bnr a:hover .img img {
    opacity: 0.5;
    transform: scale(1.15);
  }
}
@media screen and (min-width: 768px) {
  #sec3 .bnr .ttl {
    top: -62px;
    left: -59px;
    height: 635px;
  }
  #sec3 .bnr .text {
    font-size: 18px;
    padding: 0 0 25px;
  }
  #sec3 .bnr .text:after {
    bottom: -82px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/drink/s3_arrow.png") no-repeat center/100% auto;
    width: 11px;
    height: 92px;
  }
  #sec3 .bnr + .bnr {
    margin-top: 90px;
  }
  #sec3 .bnr + .bnr .ttl {
    right: -59px;
    bottom: -124px;
    height: 575px;
  }
}

#sec4 {
  position: relative;
  padding: 15vw 0;
}
#sec4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 170vw;
}
#sec4 .wrap {
  z-index: 2;
}
#sec4 h2 {
  text-align: center;
  margin: 0 0 80vw;
}
#sec4 .group-txt {
  margin: 0 0 15vw;
}
#sec4 .group-txt h3 {
  margin: 0 auto;
  height: 35vw;
}
#sec4 .group-txt .txt {
  text-align: justify;
  letter-spacing: 0.1em;
}
#sec4 .group-txt .txt + .txt {
  margin-top: 20px;
}
#sec4 .group .group-content {
  margin: 7vw 0 0;
}
#sec4 .group .group-content dl {
  color: #f1f1f1;
  margin: 0 0 6vw;
}
#sec4 .group .group-content dl dd {
  font-size: 4vw;
  line-height: 1.5;
  margin: 3vw 0 0;
  letter-spacing: 0.15em;
}
#sec4 .group .group-content .txt {
  letter-spacing: 0.1em;
}
#sec4 .group .group-content .txt + .txt {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 111px 0 89px;
  }
  #sec4 .bg {
    bottom: -500px;
    height: auto;
  }
  #sec4 .bg img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec4 .bg {
    height: 1485px;
    bottom: auto;
  }
  #sec4 .bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  #sec4 .wrap {
    width: 1202px;
  }
  #sec4 h2 {
    text-align: right;
    margin: 0 0 217px;
  }
  #sec4 .group-txt {
    width: 350px;
    margin: 0 0 100px 101px;
  }
  #sec4 .group-txt h3 {
    height: 210px;
  }
  #sec4 .group-txt .txt + .txt {
    margin-top: 26px;
  }
  #sec4 .group {
    width: 1136px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    gap: 60px;
  }
  #sec4 .group .img {
    width: 539px;
    height: 539px;
    max-width: calc(100% - 529px);
  }
  #sec4 .group .group-content {
    margin: 0;
  }
  #sec4 .group .group-content dl {
    margin: 0 0 69px 6px;
  }
  #sec4 .group .group-content dl dd {
    font-size: 20px;
    margin: 16px 0 0;
  }
  #sec4 .group .group-content .txt + .txt {
    margin-top: 26px;
  }
}

#sec5 {
  position: relative;
}
#sec5 h2 {
  text-align: right;
  margin: 0 0 -1vw;
}
@media screen and (max-width: 767px) {
  #sec5 h2 img {
    width: 70vw;
  }
}
#sec5 .bg {
  position: relative;
  background: url("../img/shared/bg5.jpg");
}
#sec5 .set {
  position: relative;
}
#sec5 .set .group-img {
  position: relative;
}

#sec5 .set .group-img .slick-dots {
  bottom: 30px;
  top: auto;
  left: 0;
  right: 0;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  #sec5 .set .group-img .img {
    height: 120vw;
  }
}
#sec5 .set .group-content {
  margin: 0 var(--wrapPadding) 8vw;
  padding: 10vw 0 0;
}
#sec5 .set .group-content dl {
  color: #f1f1f1;
  margin: 0 0 8vw;
}
#sec5 .set .group-content dl dd {
  margin: 4vw 0 0;
  line-height: 1.5;
  font-size: 4vw;
  letter-spacing: 0.15em;
}
#sec5 .set .group-content .txt {
  text-align: justify;
  letter-spacing: 0.1em;
}
#sec5 .set .group-content .txt + .txt {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #sec5 h2 {
    text-align: right;
    margin: 0 auto -9px;
    max-width: calc(100% - 60px);
    width: 1362px;
  }
  #sec5 .set {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }
  #sec5 .set .group-img {
    position: relative;
    width: 50%;
    max-width: calc(100% - 630px);
  }
  #sec5 .set .group-img .img1 {
    overflow: hidden;
    border-top-left-radius: 165px;
    border-bottom-right-radius: 165px;
    position: absolute;
    z-index: 2;
    right: -161px;
    top: 198px;
  }
  #sec5 .set .group-img .img2 {
    height: 900px;
  }
  #sec5 .set .group-content {
    width: 601px;
    margin: 215px 0 0;
    padding: 0;
  }
  #sec5 .set .group-content .inner {
    margin: 0 0 0 auto;
    width: 390px;
  }
  #sec5 .set .group-content dl {
    margin: 0 0 69px;
  }
  #sec5 .set .group-content dl dd {
    margin: 31px 0 0;
    font-size: 20px;
  }
  #sec5 .set .group-content .txt + .txt {
    margin-top: 26px;
  }
  #sec5 .set:nth-of-type(even) {
    flex-direction: row;
  }
  #sec5 .set:nth-of-type(even) .group-img .img1 {
    right: auto;
    left: -159px;
  }
  #sec5 .set:nth-of-type(even) .group-content {
    margin-top: 244px;
  }
  #sec5 .set:nth-of-type(even) .group-content .inner {
    margin-left: 0;
  }
}

#sec6 {
  margin: 10vw 0 0;
  padding: 0 0 15vw;
}
#sec6 .set1 {
  height: 100vh;
  position: relative;
  background: url("../img/shared/bg.jpg");
}
#sec6 .set1.active .group-img {
  width: 100%;
  transition: none;
}
#sec6 .set1 .group-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  width: 90%;
}
#sec6 .set1 .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sec6 .set1 .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.2);
}
#sec6 .set1 .group {
  position: absolute;
  left: 0;
  right: 0;
  height: 90%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-image: linear-gradient(transparent, #000 10vh, #000 calc(100% - 10vh), transparent);
          mask-image: linear-gradient(transparent, #000 10vh, #000 calc(100% - 10vh), transparent);
  backface-visibility: hidden;
}
#sec6 .set1 .group .group-content {
  text-align: center;
  transform: translateY(120%);
  padding: 0 var(--wrapPadding) 12vw;
  position: relative;
}
#sec6 .set1 .group .group-content h3 {
  margin: 10vw auto 0;
  height: 50vw;
  text-align: left;
}
#sec6 .set1 .group .group-content .txt {
  line-height: 2;
  text-align: justify;
}
#sec6 .set1 .group .group-content .btn-link {
  text-align: left;
  margin: 8vw auto 0;
}
#sec6 .toggle {
  margin: 12vw var(--wrapPadding) 0;
}
@media screen and (min-width: 768px) {
  #sec6 {
    margin: 58px 0 0;
    padding: 0 0 165px;
  }
  #sec6 .set1 .mask {
    background: rgba(91, 56, 37, 0.27);
    mix-blend-mode: multiply;
  }
  #sec6 .set1 .group-img {
    width: calc(100% - 150px);
  }
  #sec6 .set1 .group .group-content {
    min-height: 927px;
    padding: 0 0 100px;
    box-sizing: border-box;
  }
  #sec6 .set1 .group .group-content h3 {
    margin: 85px auto 0;
    height: 323px;
  }
  #sec6 .set1 .group .group-content .txt {
    text-align: inherit;
  }
  #sec6 .set1 .group .group-content .btn-link {
    margin: 67px auto 0;
  }
  #sec6 .toggle {
    margin: 128px auto 0;
    max-width: calc(100% - 60px);
    width: 1200px;
  }
}

#sec7 {
  position: relative;
  min-height: 100vh;
  background: url("../img/shared/bg.jpg");
}
#sec7 .set1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/shared/bg5.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#sec7 .set2 {
  position: relative;
  padding: 0 0 15vw;
}
#sec7 .set2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 145vw;
}
#sec7 .set2 .wrap {
  padding-top: 78vw;
}
#sec7 .set2 .group-content {
  margin: 7vw 0 0;
}
#sec7 .set2 .group-content .txt {
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 5vw 0 0;
}
@media screen and (min-width: 768px) {
  #sec7 .set2 {
    padding: 0 0 133px;
  }
  #sec7 .set2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -500px;
    height: auto;
  }
  #sec7 .set2 .bg img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec7 .set2 .bg {
    height: 1200px;
    bottom: auto;
  }
  #sec7 .set2 .bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  #sec7 .set2 .wrap {
    padding-top: 658px;
  }
  #sec7 .set2 h2 {
    position: absolute;
    top: 176px;
    right: 23px;
  }
  #sec7 .set2 .group-content {
    display: flex;
    flex-direction: row-reverse;
    height: 396px;
    justify-content: flex-end;
    width: 452px;
    margin: 0 auto;
    gap: 64px;
    margin-top: 40px;
  }
  #sec7 .set2 .group-content .txt {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec7 .set2 .group-content .txt {
    letter-spacing: 0;
  }
}

#sec8 {
  padding: 10vw 0 20vw;
}
#sec8 h2 span {
  display: inline-block;
  position: relative;
  padding-right: 3vw;
}
@media screen and (max-width: 767px) {
  #sec8 h2 span {
    letter-spacing: 0;
  }
}
#sec8 h2 span::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  background: #b3b3b0;
  min-width: 100vw;
  left: 100%;
}
#sec8 .s8-slide {
  margin: 8vw 0 12vw;
}
#sec8 .s8-slide .slick-dots {
  right: 10px;
  z-index: 10;
  top: 10px;
}
#sec8 .s8-slide .slick-arrow {
  top: calc(26vw - 22px);
  left: 3vw;
  right: auto;
  bottom: auto;
  width: 21px;
  height: 44px;
}
#sec8 .s8-slide .slick-arrow.slick-next {
  left: auto;
  right: 3vw;
}
#sec8 .s8-slide .item {
  position: relative;
}
#sec8 .s8-slide .item .group-content {
  margin: 7vw 0 0;
}
#sec8 .s8-slide .item .group-content dl dd {
  font-size: 4vw;
  line-height: 1.5;
  margin: 3vw 0 0;
  letter-spacing: 0.15em;
}
#sec8 .s8-slide .item .group-content .txt {
  text-align: justify;
  margin: 4vw 0 0;
  line-height: 21px;
  letter-spacing: 0;
}
#sec8 .bnr {
  margin: 15vw 0 0;
}
#sec8 .bnr a {
  position: relative;
  display: block;
  text-decoration: none;
}
#sec8 .bnr a::before {
  content: "";
  position: absolute;
  border: 1px solid #8b8b8b;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#sec8 .bnr a img {
  opacity: 1;
}
#sec8 .bnr a .group-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 5vw;
  top: 3vw;
  padding: 0 0 30px;
  background: url("../img/drink/s8_arrow.png") no-repeat bottom center/24px auto;
}
#sec8 .bnr a .group-content .tit {
  font-size: 3vw;
  line-height: 1.5;
}
#sec8 .bnr a .group-content .title-common {
  margin: 1vw 0 0;
}
@media screen and (min-width: 768px) {
  #sec8 {
    padding: 60px 0 175px;
  }
  #sec8 .wrap {
    width: 1200px;
  }
  #sec8 h2 {
    margin: 0 0 0 -16px;
  }
  #sec8 h2 span {
    padding-right: 14px;
  }
  #sec8 .s8-slide {
    margin: 61px 0 122px;
  }
  #sec8 .s8-slide .slick-arrow {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    height: 100%;
    width: 465px;
    max-width: calc((100% - 269px) / 2);
  }
  #sec8 .s8-slide .slick-arrow.slick-prev {
    background: transparent;
    cursor: url("../img/drink/left.png"), auto;
  }
  #sec8 .s8-slide .slick-arrow.slick-next {
    left: 465px;
    right: auto;
    background: transparent;
    cursor: url("../img/drink/right.png"), auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sec8 .s8-slide .slick-arrow.slick-next {
    left: calc((100% - 269px) / 2);
  }
}
@media screen and (min-width: 768px) {
  #sec8 .s8-slide .slick-dots {
    right: calc(50% - 309px);
    top: 21px;
  }
  #sec8 .s8-slide .item .img {
    width: 930px;
    height: 645px;
    max-width: calc(100% - 269px);
  }
  #sec8 .s8-slide .item .group-content {
    position: absolute;
    right: 0;
    width: 390px;
    bottom: 84px;
    z-index: 3;
    margin: 0;
  }
  #sec8 .s8-slide .item .group-content dl dd {
    font-size: 20px;
    margin: 16px 0 0;
  }
  #sec8 .s8-slide .item .group-content .txt {
    margin: 30px 0 0;
    line-height: 26px;
  }
  #sec8 .bnr {
    margin: 120px auto 0;
    width: 865px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #sec8 .bnr a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #sec8 .bnr a .group-content {
    left: 78px;
    top: 85px;
    padding: 0 0 82px;
    background: url("../img/drink/s8_arrow.png") no-repeat bottom center;
  }
  #sec8 .bnr a .group-content .tit {
    font-size: 14px;
  }
  #sec8 .bnr a .group-content .title-common {
    margin: 20px 0 0;
  }
}