@charset "UTF-8";
.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.cont__container {
  box-sizing: content-box !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .cont__container {
    width: 100%;
    max-width: 86.6666666667vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.cont__container--small {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .cont__container--small {
    width: 100%;
  }
}

.link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.link:hover {
  opacity: 0.7;
}

.alcohol__brand-link, .hyoutenka__pic {
  box-shadow: 0 4px 8px rgba(32, 1, 2, 0.4);
}
@media screen and (max-width: 768px) {
  .alcohol__brand-link, .hyoutenka__pic {
    box-shadow: 0 0.5333333333vw 1.0666666667vw rgba(32, 1, 2, 0.4);
  }
}

.linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-upper01, .linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-upper02, .linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-bottom01, .linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-bottom02, .linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-bottom03, .linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-bottom04, .linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-bottom05, .linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-bottom06, .linknav__bg.jsScrollIn .linknav__bg-sakura--contents01, .linknav__bg.jsScrollIn .linknav__bg-sakura--contents02, .alcohol__bg.jsScrollIn .alcohol__bg-sakura--upper01, .alcohol__bg.jsScrollIn .alcohol__bg-sakura--upper02, .alcohol__bg.jsScrollIn .alcohol__bg-sakura--upper03, .alcohol__bg.jsScrollIn .alcohol__bg-sakura--bottom01, .alcohol__bg.jsScrollIn .alcohol__bg-sakura--bottom02, .alcohol__bg.jsScrollIn .alcohol__bg-sakura--bottom03, .alcohol__bg.jsScrollIn .alcohol__bg-sakura--bottom04, .alcohol__bg.jsScrollIn .alcohol__bg-sakura--bottom05, .hyoutenka__bg.jsScrollIn .hyoutenka__bg-sakura--01, .hyoutenka__bg.jsScrollIn .hyoutenka__bg-sakura--02, .lead__bg.jsScrollIn .lead__bg-sakura--01, .lead__bg.jsScrollIn .lead__bg-sakura--02 {
  opacity: 0;
  animation: fadeSakura 500ms ease-in-out 1 forwards;
}

@keyframes fadeSakura {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

#str-main {
  background-color: #ebebec;
  overflow-x: hidden;
  margin-bottom: 20px;
}

.linknav__link--hyoutenka_0309 {
  display: none;
}

.cont picture {
  display: block;
  line-height: 0;
}
.cont__container {
  position: relative;
}
/* common:end */
/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
}

.fromRight {
  --fade-translate-x: 50px;
}

.jsFade {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}
.jsFade.delay--100 {
  transition-delay: 100ms;
}
.jsFade.delay--200 {
  transition-delay: 200ms;
}
.jsFade.delay--300 {
  transition-delay: 300ms;
}
.jsFade.delay--400 {
  transition-delay: 400ms;
}
.jsFade.delay--500 {
  transition-delay: 500ms;
}
.jsFade.delay--600 {
  transition-delay: 600ms;
}
.jsFade.delay--700 {
  transition-delay: 700ms;
}
.jsFade.delay--800 {
  transition-delay: 800ms;
}
.jsFade.delay--900 {
  transition-delay: 900ms;
}
.jsFade.delay--1000 {
  transition-delay: 1000ms;
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}
.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* js-fade:end */
/* mv:start */
.mv__title {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__title {
    max-width: 100%;
  }
}

/* mv:end */
/* lead:start */
.lead {
  padding-top: 120px;
}
@media screen and (max-width: 1240px) {
  .lead {
    padding-top: 9.6774193548vw;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    padding-top: 16%;
  }
}
.lead__title {
  width: 100%;
  margin-bottom: 4.5833333333%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lead__title {
    margin-bottom: -0.7692307692%;
  }
}
.lead__title::before {
  content: "";
  display: block;
  width: 18.4166666667%;
  height: 100%;
  background-image: url(/alcohol/beer/honkirin/hyoutenka_0309/images/pc/index-img-lead-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .lead__title::before {
    width: 24.6153846154%;
    height: 100%;
    background-image: url(/alcohol/beer/honkirin/hyoutenka_0309/images/sp/index-img-lead-title.png);
    left: -4.9230769231%;
  }
}
.lead__text {
  width: 100%;
}
.lead__bg-sakura--01 {
  width: 58px;
  position: absolute;
  bottom: -63px;
  right: -111px;
}
@media screen and (max-width: 768px) {
  .lead__bg-sakura--01 {
    width: 12.5333333333vw;
    bottom: -6.6666666667vw;
    right: -6.6666666667vw;
  }
}
.lead__bg-sakura--02 {
  width: 112px;
  position: absolute;
  bottom: -199px;
  right: -239px;
}
.lead__bg.jsScrollIn .lead__bg-sakura--01 {
  animation-delay: 500ms;
}
.lead__bg.jsScrollIn .lead__bg-sakura--02 {
  animation-delay: 2000ms;
}

/* lead:end */
/* hyoutenka:start */
.hyoutenka .cont__container--small {
  padding-top: 10%;
}
@media screen and (max-width: 768px) {
  .hyoutenka .cont__container--small {
    padding-top: 12.3076923077%;
  }
}
.hyoutenka__title {
  width: 100%;
  margin-bottom: 5.5555555556%;
}
@media screen and (max-width: 768px) {
  .hyoutenka__title {
    margin-bottom: 5.6923076923%;
  }
}
.hyoutenka__contents {
  width: 95.5555555556%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .hyoutenka__contents {
    width: 100%;
    margin-left: auto;
  }
}
.hyoutenka__text {
  width: 41.8604651163%;
}
@media screen and (max-width: 768px) {
  .hyoutenka__text {
    width: 100%;
    margin-bottom: 6.1538461538%;
  }
}
.hyoutenka__images {
  width: 53.488372093%;
}
@media screen and (max-width: 768px) {
  .hyoutenka__images {
    width: 84.6153846154%;
    margin-left: auto;
    margin-right: auto;
  }
}
.hyoutenka__note {
  width: 100%;
  margin-top: 2.6086956522%;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .hyoutenka__note {
    margin-top: 1.8181818182%;
  }
}
.hyoutenka__bg-sakura--01 {
  width: 91px;
  position: absolute;
  bottom: 50px;
  left: -258px;
}
@media screen and (max-width: 768px) {
  .hyoutenka__bg-sakura--01 {
    width: 8.9333333333vw;
    bottom: 30vw;
    left: -8vw;
  }
}
.hyoutenka__bg-sakura--02 {
  width: 118px;
  position: absolute;
  bottom: -208px;
  left: -376px;
}
.hyoutenka__bg.jsScrollIn .hyoutenka__bg-sakura--01 {
  animation-delay: 500ms;
}
.hyoutenka__bg.jsScrollIn .hyoutenka__bg-sakura--02 {
  animation-delay: 2000ms;
}

/* hyoutenka:end */
/* alcohol:start */
.alcohol__container {
  width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9.5833333333%;
  padding-bottom: 9.1666666667%;
}
@media screen and (max-width: 768px) {
  .alcohol__container {
    width: 100%;
    padding-top: 18.4615384615%;
    padding-bottom: 15.3846153846%;
  }
}
.alcohol__title {
  width: 100%;
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .alcohol__title {
    margin-bottom: 5.5384615385%;
  }
}
.alcohol__contents {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-image: url(/alcohol/beer/honkirin/hyoutenka_0309/images/pc/index-bg-alcohol.png);
  background-repeat: no-repeat;
  background-size: 52.4%;
  background-position: center left;
  margin-bottom: 7%;
}
@media screen and (min-width: 769px) {
  .alcohol__contents {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .alcohol__contents {
    background-image: url(/alcohol/beer/honkirin/hyoutenka_0309/images/sp/index-bg-alcohol.png);
    background-size: 100%;
    background-position: bottom center;
    margin-bottom: 15.3846153846%;
  }
}
.alcohol__text {
  width: 43.6%;
}
@media screen and (max-width: 768px) {
  .alcohol__text {
    width: 100%;
    margin-bottom: 6.1538461538%;
  }
}
.alcohol__image {
  width: 39.4%;
}
@media screen and (max-width: 768px) {
  .alcohol__image {
    width: 100%;
  }
}
.alcohol__brand-link {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .alcohol__brand-link {
    width: 72.6153846154%;
  }
}
.alcohol__bg-sakura--upper01 {
  width: 66px;
  position: absolute;
  top: 251px;
  right: -305px;
}
.alcohol__bg-sakura--upper02 {
  width: 164px;
  position: absolute;
  top: 421px;
  right: -131px;
}
@media screen and (max-width: 1240px) {
  .alcohol__bg-sakura--upper02 {
    display: none !important;
  }
}
.alcohol__bg-sakura--upper03 {
  width: 91px;
  position: absolute;
  top: 535px;
  right: -243px;
}
.alcohol__bg-sakura--bottom01 {
  width: 63px;
  position: absolute;
  bottom: -304px;
  left: -243px;
}
@media screen and (max-width: 768px) {
  .alcohol__bg-sakura--bottom01 {
    width: 10.5333333333vw;
    bottom: -1.8666666667vw;
    left: 44.8vw;
  }
}
.alcohol__bg-sakura--bottom02 {
  width: 163px;
  position: absolute;
  bottom: -517px;
  left: -379px;
}
@media screen and (max-width: 768px) {
  .alcohol__bg-sakura--bottom02 {
    width: 10.8vw;
    bottom: -13.0666666667vw;
    left: 77.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .alcohol__bg-sakura--bottom03 {
    width: 5.8666666667vw;
    position: absolute;
    bottom: -1.6vw;
    left: 63.6vw;
  }
}
@media screen and (max-width: 768px) {
  .alcohol__bg-sakura--bottom04 {
    width: 11.8666666667vw;
    position: absolute;
    bottom: 9.8666666667vw;
    right: -6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .alcohol__bg-sakura--bottom05 {
    width: 20.1333333333vw;
    position: absolute;
    bottom: -36.9333333333vw;
    left: -6.6666666667vw;
  }
}
.alcohol__bg.jsScrollIn .alcohol__bg-sakura--upper01 {
  animation-delay: 1500ms;
}
.alcohol__bg.jsScrollIn .alcohol__bg-sakura--upper02 {
  animation-delay: 3000ms;
}
.alcohol__bg.jsScrollIn .alcohol__bg-sakura--upper03 {
  animation-delay: 3500ms;
}
.alcohol__bg.jsScrollIn .alcohol__bg-sakura--bottom01 {
  animation-delay: 500ms;
}
.alcohol__bg.jsScrollIn .alcohol__bg-sakura--bottom02 {
  animation-delay: 1300ms;
}
.alcohol__bg.jsScrollIn .alcohol__bg-sakura--bottom03 {
  animation-delay: 1600ms;
}
.alcohol__bg.jsScrollIn .alcohol__bg-sakura--bottom04 {
  animation-delay: 1000ms;
}
.alcohol__bg.jsScrollIn .alcohol__bg-sakura--bottom05 {
  animation-delay: 2000ms;
}

/* alcohol:end */
/* linknav:start */
.linknav__container {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .linknav__container {
    padding-bottom: 18.6666666667vw;
  }
}
.linknav__title--contents {
  max-width: 288px;
  margin-top: 220px;
}
@media screen and (max-width: 768px) {
  .linknav__title--contents {
    width: 40.2666666667vw;
    margin-top: 26.6666666667vw;
  }
}
.linknav__bg-sakura--campaign-upper01 {
  width: 63px;
  position: absolute;
  top: -80px;
  left: -343px;
}
.linknav__bg-sakura--campaign-upper02 {
  width: 163px;
  position: absolute;
  top: 24px;
  left: -479px;
}
.linknav__bg-sakura--campaign-bottom01 {
  width: 134px;
  position: absolute;
  top: 174px;
  right: -300px;
}
@media screen and (max-width: 768px) {
  .linknav__bg-sakura--campaign-bottom01 {
    width: 17.6vw;
    top: 0;
    right: 3.7333333333vw;
  }
}
.linknav__bg-sakura--campaign-bottom02 {
  width: 118px;
  position: absolute;
  top: -94px;
  right: -490px;
}
@media screen and (max-width: 768px) {
  .linknav__bg-sakura--campaign-bottom02 {
    width: 12.2666666667vw;
    top: 10.6666666667vw;
    right: 39.8666666667vw;
  }
}
.linknav__bg-sakura--campaign-bottom03 {
  width: 54px;
  position: absolute;
  top: 284px;
  right: -372px;
}
@media screen and (max-width: 768px) {
  .linknav__bg-sakura--campaign-bottom03 {
    width: 4.6666666667vw;
    top: 19.8666666667vw;
    right: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .linknav__bg-sakura--campaign-bottom04 {
    width: 8.6666666667vw;
    position: absolute;
    top: 18.1333333333vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .linknav__bg-sakura--campaign-bottom05 {
    width: 10.6666666667vw;
    position: absolute;
    top: 34.2666666667vw;
    left: 8.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .linknav__bg-sakura--campaign-bottom06 {
    width: 7.7333333333vw;
    position: absolute;
    top: 99.0666666667vw;
    left: 0;
  }
}
.linknav__bg-sakura--contents01 {
  width: 107px;
  position: absolute;
  bottom: -70px;
  left: -496px;
}
@media screen and (max-width: 768px) {
  .linknav__bg-sakura--contents01 {
    width: 14.6666666667vw;
    bottom: -15.3333333333vw;
    left: auto;
    right: 0;
  }
}
.linknav__bg-sakura--contents02 {
  width: 122px;
  position: absolute;
  bottom: 147px;
  left: -297px;
}
.linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-upper01 {
  animation-delay: 500ms;
}
.linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-upper02 {
  animation-delay: 2000ms;
}
.linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-bottom01 {
  animation-delay: 500ms;
}
.linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-bottom02 {
  animation-delay: 1500ms;
}
@media screen and (max-width: 768px) {
  .linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-bottom02 {
    animation-delay: 1000ms;
  }
}
.linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-bottom03 {
  animation-delay: 1800ms;
}
@media screen and (max-width: 768px) {
  .linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-bottom03 {
    animation-delay: 1300ms;
  }
}
.linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-bottom04 {
  animation-delay: 1600ms;
}
.linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-bottom05 {
  animation-delay: 2000ms;
}
.linknav__bg.jsScrollIn .linknav__bg-sakura--campaign-bottom06 {
  animation-delay: 3500ms;
}
.linknav__bg.jsScrollIn .linknav__bg-sakura--contents01 {
  animation-delay: 500ms;
}
.linknav__bg.jsScrollIn .linknav__bg-sakura--contents02 {
  animation-delay: 1000ms;
}

/* linknav:end */