@charset "utf-8";
/*******************************************************************************
 * 全体の共通項目
 ******************************************************************************/
body.fixed {
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  body.fixed {
    touch-action: none;
  }
}

[v-cloak] {
  display: none;
}

.float-header__container, .linknav__container {
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .float-header__container, .linknav__container {
    padding: 0px;
  }
}

.linknav__twitter-link, .linknav__brand-link, .linknav__resume-link, .linknav__links li > a {
  box-shadow: 0 4px 8px rgba(32, 1, 2, 0.4);
}
@media screen and (max-width: 768px) {
  .linknav__twitter-link, .linknav__brand-link, .linknav__resume-link, .linknav__links li > a {
    box-shadow: 0 0.5333333333vw 1.0666666667vw rgba(32, 1, 2, 0.4);
  }
}

.str-main img {
  width: 100%;
  height: auto;
}
.str-main a {
  transition: opacity 0.3s;
}
.str-main a:hover {
  cursor: pointer;
  opacity: 0.7;
}
.str-main .gray {
  pointer-events: none;
}
.str-main .mod-link-text {
  /* /assets/css/common.cssから移植 */
  vertical-align: top;
  color: #fde8aa !important;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 22px;
}
.str-main .mod-link-text::before {
  background-image: url(/assets/images/icon-arrow-02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  transition: transform 0.2s ease-in-out;
}
@media screen and (min-width: 769px) {
  .str-main .mod-link-text {
    padding-left: 24px;
  }
  .str-main .mod-link-text::before {
    top: 3px;
    width: 16px;
    height: 16px;
  }
  .str-main .mod-link-text:active::before,
  .str-main .mod-link-text:focus::before,
  .str-main .mod-link-text:hover::before {
    transform: translate3d(4px, 0, 0);
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none;
  }
}

/*******************************************************************************
 * リンクナビ(header,footer)
 ******************************************************************************/
.float-header__container, .linknav__container {
  max-width: 1000px;
  box-sizing: content-box;
  padding: 0px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .float-header__container, .linknav__container {
    padding: 0px;
  }
}

.float-header__menu, .float-header__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.linknav__container {
  padding-top: 110px;
  padding-bottom: 100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .linknav__container {
    padding-top: 14.6666666667vw;
    padding-bottom: 10.6666666667vw;
    text-align: center;
  }
}
.linknav__title {
  margin: 0 auto 60px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .linknav__title {
    margin-bottom: 8vw;
  }
}
.linknav__title--campaign {
  max-width: 258px;
}
@media screen and (max-width: 768px) {
  .linknav__title--campaign {
    width: 35.8666666667vw;
  }
}
.linknav__title--contents {
  max-width: 320px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .linknav__title--contents {
    width: 40.2666666667vw;
    margin-top: 13.3333333333vw;
  }
}
.linknav__links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
  gap: 30px 0;
}
@media screen and (max-width: 768px) {
  .linknav__links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.6666666667vw 0;
  }
}
.linknav__links::after {
  display: block;
  content: "";
  width: 31.3%;
  height: 0;
}
.linknav__links li {
  width: 31.3%;
  position: relative;
}
.linknav__links li.new::before {
  content: "";
  background-image: url(/alcohol/beer/honkirin/index/images/index-icon-new.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  width: 12.7795527157%;
  height: auto;
  aspect-ratio: 1/1;
  left: -7.1%;
  top: -13.7299%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .linknav__links li {
    width: 62.6666666667vw;
  }
  .linknav__links li.new::before {
    width: 10.6382978723%;
    top: -5.654%;
    left: -8%;
  }
}
.linknav__links li > a {
  display: block;
}
.linknav__links .js-accordion {
  transition: margin 0.5s;
}
@media screen and (max-width: 768px) {
  .linknav__links .js-accordion--close {
    margin-bottom: 2.6666666667vw;
  }
}
.linknav__cp-select {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (min-width: 769px) {
  .linknav__cp-select {
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .linknav__cp-select {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .linknav__cp-select a {
    width: 48.3870967742%;
  }
}
@media screen and (max-width: 768px) {
  .linknav__cp-select a {
    width: 46.8085106383%;
  }
}
.linknav__resume-link {
  display: inline-block;
  margin: 0 auto 100px;
  display: none;
}
@media screen and (max-width: 768px) {
  .linknav__resume-link {
    margin-bottom: 13.3333333333vw;
    width: 62.6666666667vw;
  }
}
.linknav__brand-link {
  display: inline-block;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .linknav__brand-link {
    margin-top: 13.3333333333vw;
    width: 62.6666666667vw;
  }
}
.linknav__twitter-link {
  display: inline-block;
  margin: 30px auto 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .linknav__twitter-link {
    margin-top: 2.6666666667vw;
    width: 62.6666666667vw;
  }
}

.linknav__link--cp-receipt img,
.linknav__link--tvcm-topics img {
  border: 1px solid #fdd100;
}

/*******************************************************************************
 * 固定ヘッダメニュー
 ******************************************************************************/
.float-header__menu-bar {
  background-color: #c2000b;
  position: fixed;
  z-index: 1001;
  top: 0;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.float-header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}
@media screen and (max-width: 768px) {
  .float-header__container {
    padding: 0 2.6666666667vw;
    height: 10.6666666667vw;
    max-height: 55px;
  }
}
.float-header__title:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
@media screen and (min-width: 769px) {
  .float-header__title {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .float-header__title {
    width: 18.6666666667vw;
    max-width: 100px;
  }
}
.float-header__menu {
  line-height: 0;
  cursor: pointer;
  position: relative;
  width: 100px;
  height: 20px;
}
.float-header__menu:hover {
  transition: all 0.5s;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .float-header__menu {
    width: 17.7333333333vw;
    max-width: 100px;
  }
}
.float-header__menu img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.float-header__content {
  background: rgba(194, 0, 11, 0.9);
  position: fixed;
  left: 0;
  top: 0px;
  height: 100vh;
  width: 100%;
  transition: opacity 0.8s;
  z-index: 1000;
  box-sizing: border-box;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .float-header__content {
    height: calc(100vh - 6.6666666667vw);
    top: 6.6666666667vw;
  }
}
.float-header__content.hide {
  opacity: 0;
  z-index: -1;
}
.float-header__content-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  width: 100%;
  height: calc(100% - 75px);
  margin-top: 75px;
  padding-top: 0;
}
@media screen and (max-width: 1200px) {
  .float-header__content-inner {
    padding-top: 11.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .float-header__content-inner {
    align-items: flex-start;
    padding-top: 0;
    margin-top: 0;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .fixed .float-header__menu-bar,
  .fixed .float-header__content {
    padding-right: 15px;
  }
}

.menu-enter-active,
.menu-leave-active {
  transition: all 0.5s;
  overflow-y: hidden;
}

.menu-enter,
.menu-leave-to {
  opacity: 0;
  transform: translateY(-100%);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/*******************************************************************************
 * アコーディオン
 ******************************************************************************/
.js-accordion__trigger {
  position: relative;
  transition: opacity 0.3s;
}
.js-accordion__trigger:hover {
  cursor: pointer;
  opacity: 0.7;
}
.js-accordion__target {
  overflow: hidden;
}
.js-accordion__target-enter-active {
  transition: all 0.5s ease-in-out;
}
.js-accordion__target-leave-active {
  transition: all 0.5s ease-in-out;
}
.js-accordion__target-enter, .js-accordion__target-leave-to {
  opacity: 0;
}

/*******************************************************************************
 * モーダルダイアログ
 ******************************************************************************/
.js-modal {
  position: relative;
}
.js-modal__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 9001;
}
.js-modal__bg-enter-active {
  transition: all 0.2s ease-in-out;
}
.js-modal__bg-leave-active {
  transition: all 0.2s ease-in-out;
}
.js-modal__bg-enter, .js-modal__bg-leave-to {
  opacity: 0;
}
.js-modal__trigger {
  transition: opacity 0.3s;
  position: relative;
  z-index: 100;
}
.js-modal__trigger:hover {
  opacity: 0.7;
  cursor: pointer;
}
.js-modal__close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
}
.js-modal__close img {
  width: 20px;
}
.js-modal__target {
  position: fixed;
  max-width: 80vw;
  max-height: 90vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9002;
  overflow: hidden;
}
.js-modal__target-enter-active {
  transition: all 0.3s ease-in-out;
}
.js-modal__target-leave-active {
  transition: all 0.3s ease-in-out;
}
.js-modal__target-enter, .js-modal__target-leave-to {
  opacity: 0;
}

/*******************************************************************************
 * カルーセル(Swiper)
 ******************************************************************************/
/* 前ページ、次ページボタン */
.swiper-button-prev,
.swiper-button-next {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 2.0833333333%;
  height: 100%;
  top: 47%;
  margin: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 4.6666666667vw;
  }
}

/* 次ページボタン */
.swiper-button-next {
  background-image: url(/alcohol/beer/honkirin/components/images/swiper-icon-right.png);
}
@media screen and (min-width: 769px) {
  .swiper-button-next {
    right: 32%;
  }
  .swiper-button-next:hover {
    transform: translate(35%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 6.6666666667vw;
  }
}
.swiper-button-next::after {
  content: "";
}

/* 前ページボタン */
.swiper-button-prev {
  opacity: 0.8;
  background-image: url(/alcohol/beer/honkirin/components/images/swiper-icon-left.png);
}
@media screen and (min-width: 769px) {
  .swiper-button-prev {
    left: 32%;
  }
  .swiper-button-prev:hover {
    transform: translate(-35%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 6.6666666667vw;
  }
}
.swiper-button-prev::after {
  content: "";
}

.swiper-slide {
  opacity: 0.3;
}
.swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .swiper-slide.swiper-slide-active:hover {
    opacity: 0.8;
  }
}

.swiper-container {
  opacity: 0;
}
.swiper-container.swiper-container-initialized {
  opacity: 1;
}

/*******************************************************************************
 * フェードイン
 ******************************************************************************/
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-x: 0px;
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-x: 0px;
  --fade-translate-y: -50px;
}

.left {
  --fade-translate-x: -50px;
  --fade-translate-y: 0px;
}

.right {
  --fade-translate-x: 50px;
  --fade-translate-y: 0px;
}

.jsFade {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}
.jsFade.speed--100 {
  transition-delay: 100ms;
}
.jsFade.speed--200 {
  transition-delay: 200ms;
}
.jsFade.speed--300 {
  transition-delay: 300ms;
}
.jsFade.speed--400 {
  transition-delay: 400ms;
}
.jsFade.speed--500 {
  transition-delay: 500ms;
}
.jsFade.speed--600 {
  transition-delay: 600ms;
}
.jsFade.speed--700 {
  transition-delay: 700ms;
}
.jsFade.speed--800 {
  transition-delay: 800ms;
}
.jsFade.speed--900 {
  transition-delay: 900ms;
}
.jsFade.speed--1000 {
  transition-delay: 1000ms;
}
.jsFade.speed--1100 {
  transition-delay: 1100ms;
}
.jsFade.speed--1200 {
  transition-delay: 1200ms;
}
.jsFade.speed--1300 {
  transition-delay: 1300ms;
}
.jsFade.speed--1400 {
  transition-delay: 1400ms;
}
.jsFade.speed--1500 {
  transition-delay: 1500ms;
}
.jsFade.speed--1600 {
  transition-delay: 1600ms;
}
.jsFade.speed--1700 {
  transition-delay: 1700ms;
}
.jsFade.speed--1800 {
  transition-delay: 1800ms;
}
.jsFade.speed--1900 {
  transition-delay: 1900ms;
}
.jsFade.speed--2000 {
  transition-delay: 2000ms;
}
.jsFade.speed--2100 {
  transition-delay: 2100ms;
}
.jsFade.speed--2200 {
  transition-delay: 2200ms;
}
.jsFade.speed--2300 {
  transition-delay: 2300ms;
}
.jsFade.speed--2400 {
  transition-delay: 2400ms;
}
.jsFade.speed--2500 {
  transition-delay: 2500ms;
}
.jsFade.speed--2600 {
  transition-delay: 2600ms;
}
.jsFade.speed--2700 {
  transition-delay: 2700ms;
}
.jsFade.speed--2800 {
  transition-delay: 2800ms;
}
.jsFade.speed--2900 {
  transition-delay: 2900ms;
}
.jsFade.speed--3000 {
  transition-delay: 3000ms;
}
.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;
}
.jsFade.delay--1100 {
  transition-delay: 1100ms;
}
.jsFade.delay--1200 {
  transition-delay: 1200ms;
}
.jsFade.delay--1300 {
  transition-delay: 1300ms;
}
.jsFade.delay--1400 {
  transition-delay: 1400ms;
}
.jsFade.delay--1500 {
  transition-delay: 1500ms;
}
.jsFade.delay--1600 {
  transition-delay: 1600ms;
}
.jsFade.delay--1700 {
  transition-delay: 1700ms;
}
.jsFade.delay--1800 {
  transition-delay: 1800ms;
}
.jsFade.delay--1900 {
  transition-delay: 1900ms;
}
.jsFade.delay--2000 {
  transition-delay: 2000ms;
}
.jsFade.delay--2100 {
  transition-delay: 2100ms;
}
.jsFade.delay--2200 {
  transition-delay: 2200ms;
}
.jsFade.delay--2300 {
  transition-delay: 2300ms;
}
.jsFade.delay--2400 {
  transition-delay: 2400ms;
}
.jsFade.delay--2500 {
  transition-delay: 2500ms;
}
.jsFade.delay--2600 {
  transition-delay: 2600ms;
}
.jsFade.delay--2700 {
  transition-delay: 2700ms;
}
.jsFade.delay--2800 {
  transition-delay: 2800ms;
}
.jsFade.delay--2900 {
  transition-delay: 2900ms;
}
.jsFade.delay--3000 {
  transition-delay: 3000ms;
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}