.ybs-main {
  background: url(/yebisu/home/images/topics/bg_pc.webp) no-repeat 50% 0;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .ybs-main {
    background-image: url(/yebisu/home/images/topics/bg_sp.webp);
  }
}

/*  heloview
========================================================================== */
.heloview * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.heloview__wrap {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .heloview__wrap {
    margin-bottom: 3.90625vw;
  }
}
.heloview-prev, .heloview-next {
  width: calc(0.0411458333 * max(100vw, 1080px));
  height: calc(0.0411458333 * max(100vw, 1080px));
  margin: auto;
  top: -107px;
  bottom: 0;
  right: calc(0.1614583333 * max(100vw, 1080px));
  -webkit-filter: drop-shadow(0 0 6px rgba(45, 27, 4, 0.57));
          filter: drop-shadow(0 0 6px rgba(45, 27, 4, 0.57));
}
.heloview-prev.heloview-prev, .heloview-next.heloview-prev {
  right: auto;
  left: calc(0.1614583333 * max(100vw, 1080px));
}
@media (max-width: 768px) {
  .heloview-prev, .heloview-next {
    display: none;
  }
}
.heloview-prev::after, .heloview-prev::after, .heloview-next::after, .heloview-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 79px;
  height: 79px;
  margin: auto;
}
.heloview-prev::after {
  background-image: url(/yebisu/home/images/kv/button-next.svg);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.heloview-next::after {
  background-image: url(/yebisu/home/images/kv/button-next.svg);
}
.heloview .swiper-slide-prev, .heloview .swiper-slide-next {
  opacity: 0.6;
}
.heloview-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .heloview-thumbnail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.heloview-thumbnail__btn {
  max-width: 124px;
  margin: 0 11px;
  opacity: 0.5;
  cursor: pointer;
}
@media (max-width: 768px) {
  .heloview-thumbnail__btn {
    width: 17.5141242938% !important;
    margin: 0;
  }
}
.heloview-thumbnail__btn.swiper-slide-thumb-active {
  opacity: 1;
}

/*  home index
========================================================================== */
.home {
  /*  home content / topics
  ========================================================================== */
  /*  home content / YEBISU BREWERY TOKYO
  ========================================================================== */
  /*  home content / recipe
  ========================================================================== */
  /*  home beer town
  ========================================================================== */
  /*  home beer town
  ========================================================================== */
}
.home-content {
  display: grid;
  grid-template-areas: "topics . aside1" "topics . aside2" "topics . .";
  grid-template-columns: minmax(65.8333333333%, 790px) minmax(2.1666666667%, 26px) minmax(32%, 384px);
  grid-template-rows: repeat(3, auto) 1fr;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .home-content {
    max-width: 1200px;
    width: 85.7142857143vw;
  }
}
@media (max-width: 768px) {
  .home-content {
    display: block;
  }
}
.home-topics {
  grid-area: topics;
}
.home-topics__title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-topics__title::before, .home-topics__title::after {
  background-color: #340008;
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1px;
  -webkit-margin-after: 2.2857142857vw;
          margin-block-end: 2.2857142857vw;
}
@media (max-width: 768px) {
  .home-topics__title::before, .home-topics__title::after {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.home-topics__title span {
  font-size: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: normal;
  line-height: 1em;
  margin-inline: 2.5714285714vw;
}
@media (max-width: 768px) {
  .home-topics__title span {
    font-size: 1.7rem;
    margin-inline: 32px;
  }
}
.home-topics__title span::before {
  font-size: 5rem;
  content: "TOPICS";
  font-family: var(--ybs-eng);
  line-height: 1em;
  -webkit-margin-after: 0.8571428571vw;
          margin-block-end: 0.8571428571vw;
}
@media (max-width: 768px) {
  .home-topics__title span::before {
    font-size: 3rem;
    -webkit-margin-after: 7.5px;
            margin-block-end: 7.5px;
  }
}
.home-topics__content {
  -webkit-margin-before: 3.1428571429vw;
          margin-block-start: 3.1428571429vw;
}
@media (max-width: 768px) {
  .home-topics__content {
    -webkit-margin-before: 32.5px;
            margin-block-start: 32.5px;
  }
}
.home-topics__content .topics-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .home-topics__content .topics-index {
    display: block;
  }
}
@media (min-width: 769px) {
  .home-topics__content .topics-index__item {
    width: 27.4285714286vw;
    max-width: 384px;
  }
  .home-topics__content .topics-index__item:nth-of-type(n+3) {
    -webkit-margin-before: 2.1428571429vw;
            margin-block-start: 2.1428571429vw;
  }
}
@media (max-width: 768px) {
  .home-topics__content .topics-index__item {
    width: auto;
  }
  .home-topics__content .topics-index__item:not(:first-of-type) {
    -webkit-margin-before: 8.3333333333vw;
            margin-block-start: 8.3333333333vw;
  }
}
@media (max-width: 768px) {
  .home-topics__content .topics-index__item:nth-child(n+4) {
    display: none;
  }
}
.home-topics__content .topics-index__link {
  display: block;
}
@media (hover: hover) {
  .home-topics__content .topics-index__link:hover {
    opacity: 0.5;
  }
}
.home-topics__content .topics-index__link[target=_blank]::after {
  content: none;
}
.home-topics__content .topics-index__link[target=_blank] .assets-site::after {
  display: block !important;
}
.home-topics__content .topics-index__assets {
  position: relative;
  z-index: 1;
}
.home-topics__content .topics-index__assets .assets-image {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .home-topics__content .topics-index__assets .assets-image {
    height: auto;
    width: auto;
  }
}
.home-topics__content .topics-index__assets .assets-site {
  font-size: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  inset-block-end: 0;
  inset-inline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.7142857143vw;
  min-height: 5vw;
  position: absolute;
  z-index: 2;
}
@media (max-width: 768px) {
  .home-topics__content .topics-index__assets .assets-site {
    font-size: 1.5rem;
    padding: 1.3020833333vw;
    min-height: 14.5833333333vw;
  }
}
.home-topics__content .topics-index__assets .assets-site img {
  max-width: 95px;
  width: 6.2857142857vw;
}
@media (max-width: 768px) {
  .home-topics__content .topics-index__assets .assets-site img {
    width: 20.1822916667vw;
  }
}
.home-topics__content .topics-index__assets .assets-site figcaption {
  -webkit-margin-start: 0.7142857143vw;
          margin-inline-start: 0.7142857143vw;
}
@media (max-width: 768px) {
  .home-topics__content .topics-index__assets .assets-site figcaption {
    -webkit-margin-start: 4.1666666667vw;
            margin-inline-start: 4.1666666667vw;
  }
}
.home-topics__content .topics-index__assets .assets-site::after {
  background-color: #000;
  content: "";
  display: none;
  height: 0.8571428571vw;
  margin-inline: auto 4px;
  -webkit-mask: url(/yebisu/common/images/common/icon-window_bg01.svg) no-repeat 0 0/contain;
          mask: url(/yebisu/common/images/common/icon-window_bg01.svg) no-repeat 0 0/contain;
  width: 0.8571428571vw;
}
@media (max-width: 768px) {
  .home-topics__content .topics-index__assets .assets-site::after {
    height: 2.8645833333vw;
    -webkit-margin-end: 0.78125vw;
            margin-inline-end: 0.78125vw;
    width: 2.8645833333vw;
  }
}
.home-topics__content .topics-index__text {
  -webkit-margin-before: 0.7142857143vw;
          margin-block-start: 0.7142857143vw;
}
.home-topics__content .topics-index__text dt, .home-topics__content .topics-index__text dd {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.6rem;
  line-height: 1.625;
}
.home-topics__content .topics-index__text dt {
  font-weight: bold;
}
.home-topics__content .topics-index__text dd {
  -webkit-margin-before: 0.5714285714vw;
          margin-block-start: 0.5714285714vw;
}
@media (max-width: 768px) {
  .home-topics__content .topics-index__text {
    -webkit-margin-before: 2.6041666667vw;
            margin-block-start: 2.6041666667vw;
  }
  .home-topics__content .topics-index__text dt, .home-topics__content .topics-index__text dd {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .home-topics__content .topics-index__text dd {
    -webkit-margin-before: 1.5625vw;
            margin-block-start: 1.5625vw;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.home-topics__content .topics-more {
  border-radius: 21px;
  border: solid 1px #340008;
  height: 42px;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 168px;
}
@media (min-width: 769px) {
  .home-topics__content .topics-more {
    display: none;
  }
}
@media (hover: hover) {
  .home-topics__content .topics-more:hover {
    opacity: 0.5;
  }
}
.home-topics__content .topics-more button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  font-size: 1.3rem;
  display: block;
  font-family: var(--ybs-eng);
  height: 100%;
  width: 100%;
}
.home-topics__content .topics-more::after {
  background: url(/yebisu/home/images/topics/ico_plus.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
  height: 12px;
  inset-block-start: 50%;
  inset-inline-end: 15px;
  -webkit-margin-before: -6px;
          margin-block-start: -6px;
  position: absolute;
  width: 12px;
}
.home-topics__content .topics-more.show::after {
  background-image: url(/yebisu/home/images/topics/ico_minus.svg);
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.home-topics__content .topics-sp-acc {
  display: none;
  -webkit-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
}
@media (max-width: 768px) {
  .home-topics__content .topics-sp-acc {
    display: block;
    max-height: 0;
    overflow: hidden;
  }
  .home-topics__content .topics-sp-acc.show {
    max-height: 400vw;
  }
}
.home-brewery {
  background-color: #eee3d8;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  grid-area: aside1;
  padding: 1.4285714286vw 2.1428571429vw;
}
@media (max-width: 768px) {
  .home-brewery {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
    padding: 23px 20px 14px;
  }
}
.home-brewery__title {
  font-size: 2.6rem;
  color: #9d684e;
  font-family: var(--ybs-eng);
  font-weight: 500;
  line-height: 1.5384615385;
  text-align: center;
}
@media (min-width: 1401px) {
  .home-brewery__title {
    font-size: 2.4rem;
    letter-spacing: -0.04em;
  }
}
@media (max-width: 768px) {
  .home-brewery__title {
    font-size: 2rem;
    line-height: 1;
  }
}
.home-brewery__about {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media (max-width: 768px) {
  .home-brewery__about {
    -webkit-margin-before: 17px;
            margin-block-start: 17px;
  }
}
.home-brewery__about a {
  display: block;
}
@media (hover: hover) {
  .home-brewery__about a:hover {
    opacity: 0.5;
  }
}
.home-brewery__about figcaption {
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media (max-width: 768px) {
  .home-brewery__about figcaption {
    font-size: 1.5rem;
    line-height: 1.4;
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.home-brewery__about .link-text {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media (max-width: 768px) {
  .home-brewery__about .link-text {
    font-size: 1.3rem;
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.home-brewery__about .link-text::after {
  aspect-ratio: 1/1;
  height: auto !important;
  width: 1.1428571429em !important;
}
@media (max-width: 768px) {
  .home-brewery__about .link-text::after {
    width: 0.7647058824em !important;
  }
}
.home-brewery__entry:has(article) {
  -webkit-border-before: solid 1px #9d684e;
          border-block-start: solid 1px #9d684e;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media (max-width: 768px) {
  .home-brewery__entry:has(article) {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}
.home-brewery__entry .brewery-article {
  -webkit-border-after: solid 1px #9d684e;
          border-block-end: solid 1px #9d684e;
  padding-block: 14px;
}
@media (max-width: 768px) {
  .home-brewery__entry .brewery-article {
    padding-block: 15px;
  }
}
.home-brewery__entry .brewery-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: grid;
  grid-template-areas: "category date";
  grid-template-columns: 84px auto;
}
@media (max-width: 768px) {
  .home-brewery__entry .brewery-header {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    grid-template-columns: 18.2291666667vw auto;
  }
}
.home-brewery__entry .brewery-category {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #9d684e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: category;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  min-height: 1.5625em;
  padding: 0.15em;
}
@media (max-width: 768px) {
  .home-brewery__entry .brewery-category {
    font-size: 1.5rem;
    min-height: 1.5em;
  }
}
.home-brewery__entry .brewery-date {
  font-size: 1.4rem;
  color: #9d684e;
  grid-area: date;
  line-height: 1;
}
@media (max-width: 768px) {
  .home-brewery__entry .brewery-date {
    font-size: 1.2rem;
  }
}
.home-brewery__entry .brewery-text {
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
}
@media (max-width: 768px) {
  .home-brewery__entry .brewery-text {
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
  }
}
.home-brewery__entry .brewery-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
@media (hover: hover) {
  .home-brewery__entry .brewery-link:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .home-brewery__entry .brewery-link {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.home-brewery__entry .brewery-link::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .home-brewery__entry .brewery-link::after {
    -webkit-margin-start: 10px !important;
            margin-inline-start: 10px !important;
  }
}
.home-brewery__copy {
  display: block;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media (max-width: 768px) {
  .home-brewery__copy {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}
.home-brewery__copy img[src*=".svg"] {
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(56%) saturate(377%) hue-rotate(335deg) brightness(97%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(40%) sepia(56%) saturate(377%) hue-rotate(335deg) brightness(97%) contrast(86%);
}
.home-recipe {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  grid-area: 2/3/3/4;
  -webkit-margin-before: 2.1428571429vw;
          margin-block-start: 2.1428571429vw;
  padding-block: 2.4285714286vw 2.1428571429vw;
  padding-inline: 1.3571428571vw;
}
@media (min-width: 769px) {
  .home-recipe {
    width: 27.4285714286vw;
    max-width: 384px;
  }
}
@media (max-width: 768px) {
  .home-recipe {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
    padding-block: 23px 26px;
    padding-inline: 17.5px;
  }
}
.home-recipe__title {
  font-size: 3.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  line-height: 1em;
}
@media (max-width: 768px) {
  .home-recipe__title {
    font-size: 2.6rem;
  }
}
.home-recipe__title::before {
  font-size: 2rem;
  content: "RECIPE";
  font-family: var(--ybs-eng);
  line-height: 1em;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
@media (max-width: 768px) {
  .home-recipe__title::before {
    font-size: 1.9rem;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }
}
.home-recipe__content .contents-pickup__item {
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
}
@media (max-width: 768px) {
  .home-recipe__content .contents-pickup__item {
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
  }
}
.home-recipe__content .contents-pickup__link {
  display: block;
}
@media (hover: hover) {
  .home-recipe__content .contents-pickup__link:hover {
    -webkit-transform: none;
            transform: none;
    opacity: 0.5;
  }
}
.home-recipe__content .contents-pickup__link::after {
  content: none !important;
}
.home-recipe__content .contents-pickup__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media (max-width: 768px) {
  .home-recipe__content .contents-pickup__title {
    font-size: 1.7rem;
    line-height: 1.7058823529;
    -webkit-margin-before: 12.5px;
            margin-block-start: 12.5px;
  }
}
.home-recipe__content .contents-pickup__txt {
  font-size: 1.6rem;
  line-height: 1.6875;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}
@media (max-width: 768px) {
  .home-recipe__content .contents-pickup__txt {
    font-size: 1.5rem;
    line-height: 1.7;
    -webkit-margin-before: 12.5px;
            margin-block-start: 12.5px;
  }
}
.home-recipe__content .contents-pickup__more {
  font-size: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--ybs-eng);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  line-height: 1em;
}
@media (max-width: 768px) {
  .home-recipe__content .contents-pickup__more {
    font-size: 1.3rem;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
.home-recipe__content .contents-pickup__more::after {
  width: 0.8571428571vw;
  height: 0.8571428571vw;
  background-color: #340008;
  content: "";
  display: block;
  margin-inline: 0.7142857143vw 0.4285714286vw;
  -webkit-mask: url(/yebisu/common/images/common/icon-window_bg01.svg) no-repeat 0 0/contain;
          mask: url(/yebisu/common/images/common/icon-window_bg01.svg) no-repeat 0 0/contain;
}
@media (max-width: 768px) {
  .home-recipe__content .contents-pickup__more::after {
    width: 3.3854166667vw;
    height: 3.3854166667vw;
    margin-inline: 2.34375vw 1.5625vw;
  }
}
.home-beertown {
  background: #f5f6f9 url(/yebisu/home/images/beertown/bg_pc.webp) no-repeat 0 bottom;
  background-size: 100% auto;
  padding-block: 5.5714285714vw 6.1428571429vw;
}
@media (max-width: 768px) {
  .home-beertown {
    background-image: url(/yebisu/home/images/beertown/bg_sp.webp);
    padding-block: 46px 62px;
  }
}
.home-beertown .ybs-content__full {
  margin-block: 0;
}
@media (max-width: 768px) {
  .home-beertown .ybs-content__full {
    padding-inline: 0;
  }
}
.home-beertown__title {
  font-size: 3.4rem;
  margin-inline: auto;
  max-width: 1200px;
  color: #bc9018;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .home-beertown__title {
    font-size: 2.3rem;
    margin-inline: 15px;
  }
}
.home-beertown__title::before {
  font-size: 5rem;
  content: "YEBISU BEER TOWN";
  font-weight: 900;
  letter-spacing: 0.05em;
  -webkit-margin-after: 0.8571428571vw;
          margin-block-end: 0.8571428571vw;
}
@media (max-width: 768px) {
  .home-beertown__title::before {
    font-size: 2.6rem;
    -webkit-margin-after: 0px;
            margin-block-end: 0px;
  }
}
.home-beertown__title--renew {
  color: #440205;
}
.home-beertown__title--renew::before {
  content: "";
  background-image: url(/yebisu/home/images/beertown/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 560px;
  height: 45px;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .home-beertown__title--renew::before {
    width: 72.9166666667vw;
    height: 5.859375vw;
  }
}
.home-beertown__lead {
  font-size: 2rem;
  margin-inline: auto;
  max-width: 1200px;
  line-height: 1.7;
  text-align: center;
  -webkit-margin-before: 1vw;
          margin-block-start: 1vw;
}
@media (max-width: 768px) {
  .home-beertown__lead {
    font-size: 1.7rem;
    line-height: 1.7058823529;
    -webkit-margin-before: 19px;
            margin-block-start: 19px;
    margin-inline: 15px;
  }
}
.home-beertown__lead--renew {
  color: #440205;
}
@media (max-width: 768px) {
  .home-beertown__lead--renew {
    text-align: left;
  }
}
.home-beertown__content {
  -webkit-margin-before: 2.5714285714vw;
          margin-block-start: 2.5714285714vw;
}
@media (max-width: 768px) {
  .home-beertown__content {
    -webkit-margin-before: 28px;
            margin-block-start: 28px;
  }
}
.home-beertown__content .content-index {
  display: grid;
  grid-template-columns: -webkit-min-content 1fr -webkit-min-content 1fr -webkit-min-content;
  grid-template-columns: min-content 1fr min-content 1fr min-content;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .home-beertown__content .content-index {
    width: 85.7142857143vw;
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .home-beertown__content .content-index {
    width: 100%;
    -webkit-padding-after: 0px;
            padding-block-end: 0px;
  }
}
.home-beertown__content .content-index__item {
  width: 27.4285714286vw;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding-block: 1.4285714286vw 1.8571428571vw;
  padding-inline: 2.2857142857vw;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 769px) {
  .home-beertown__content .content-index__item {
    max-width: 384px;
  }
}
@media (max-width: 768px) {
  .home-beertown__content .content-index__item {
    width: 78.125vw;
    padding-block: 8px 25px;
    padding-inline: 30px;
    margin-inline: 8px;
  }
}
.home-beertown__content .content-index__item:nth-of-type(1) {
  grid-column: 1/2;
}
.home-beertown__content .content-index__item:nth-of-type(2) {
  grid-column: 3/4;
}
.home-beertown__content .content-index__item:nth-of-type(3) {
  grid-column: 5/6;
}
@media (hover: hover) {
  .home-beertown__content .content-index__item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
  }
}
.home-beertown__content .content-index__item .street {
  font-size: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-after: solid 2px #b68b47;
          border-block-end: solid 2px #b68b47;
  color: #b68b47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-padding-after: 1.4285714286vw;
          padding-block-end: 1.4285714286vw;
}
@media (max-width: 768px) {
  .home-beertown__content .content-index__item .street {
    font-size: 1.7rem;
    -webkit-padding-after: 8px;
            padding-block-end: 8px;
  }
}
.home-beertown__content .content-index__item .street span {
  width: 6.2857142857vw;
  height: 6.2857142857vw;
  font-size: clamp(1rem, 0.0458015267rem + 2.5445292621vw, 2rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #b68b47;
  border-radius: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-end: min(1.4285714286vw, 20px);
          margin-inline-end: min(1.4285714286vw, 20px);
}
@media (min-width: 769px) {
  .home-beertown__content .content-index__item .street span {
    max-height: 88px;
    max-width: 88px;
  }
}
@media (max-width: 768px) {
  .home-beertown__content .content-index__item .street span {
    width: 17.1875vw;
    height: 17.1875vw;
    font-size: 1.7rem;
    -webkit-margin-end: 11px;
            margin-inline-end: 11px;
  }
}
.home-beertown__content .content-index__item .street span em {
  font-size: clamp(1.4rem, 0.0641221374rem + 3.5623409669vw, 2.8rem);
  color: inherit;
}
@media (max-width: 768px) {
  .home-beertown__content .content-index__item .street span em {
    font-size: 2.1rem;
  }
}
.home-beertown__content .content-index__item .article {
  -webkit-margin-before: 1.4285714286vw;
          margin-block-start: 1.4285714286vw;
}
@media (max-width: 768px) {
  .home-beertown__content .content-index__item .article {
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
  }
}
.home-beertown__content .content-index__item .article-image {
  aspect-ratio: 40/33;
  display: inline-block;
  overflow: hidden;
}
.home-beertown__content .content-index__item .article-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.home-beertown__content .content-index__item .article-text {
  -webkit-margin-before: 1.4285714286vw;
          margin-block-start: 1.4285714286vw;
}
@media (max-width: 768px) {
  .home-beertown__content .content-index__item .article-text {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.home-beertown__content .content-index__item .article-text dt, .home-beertown__content .content-index__item .article-text dd {
  font-size: 1.6rem;
  line-height: 1.6875;
}
@media (max-width: 768px) {
  .home-beertown__content .content-index__item .article-text dt, .home-beertown__content .content-index__item .article-text dd {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.home-beertown__content .content-index__item .article-text dt {
  font-weight: bold;
}
.home-beertown__content .content-index__item .article-text dd {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-margin-before: 1.1428571429vw;
          margin-block-start: 1.1428571429vw;
}
@media (max-width: 768px) {
  .home-beertown__content .content-index__item .article-text dd {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
}
.home-beertown__content .content-index__link {
  display: block;
}
@media (hover: hover) {
  .home-beertown__content .content-index__link:hover {
    opacity: 0.5;
  }
}
.home-beertown__content .content-index__link .street {
  -webkit-transition: inherit;
  transition: inherit;
}
.home-beertown__content .content-index__link .article {
  -webkit-transition: inherit;
  transition: inherit;
}
.home-beertown__content .content-index__link .article * {
  -webkit-transition: inherit;
  transition: inherit;
}
@media (hover: hover) {
  .home-beertown__content .content-index__link:hover .article-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home-beertown__content .content-index__link:hover .street,
.home-beertown__content .content-index__link:hover .article-text {
    opacity: 0.5;
  }
}
.home-beertown__content .content-nav {
  visibility: hidden;
}
@media (max-width: 768px) {
  .home-beertown__content .content-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: visible;
    -webkit-margin-before: 26px;
            margin-block-start: 26px;
  }
}
@media (min-width: 769px) {
  .home-beertown__content.swiper {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .home-beertown__content.swiper {
    padding-bottom: 2.6041666667vw;
  }
}
@media (max-width: 768px) {
  .home-beertown__content .swiper-pagination {
    position: inherit;
    bottom: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-inline: 15px;
  }
}
@media (max-width: 768px) {
  .home-beertown__content .swiper-pagination-bullet {
    width: 1.5625vw;
    height: 1.5625vw;
    background-color: transparent;
    border-radius: 100%;
    border: solid 2px #340008;
    display: block;
    margin-inline: 6px !important;
  }
}
@media (max-width: 768px) {
  .home-beertown__content .swiper-pagination-bullet-active {
    background-color: #340008;
  }
}
.home-beertown__content .swiper-button-prev {
  background-image: none;
  position: inherit;
  top: inherit;
  left: inherit;
  width: 28px;
  height: 28px;
  margin-top: auto;
}
.home-beertown__content .swiper-button-prev::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid;
  border-radius: 100%;
  color: var(--ybs-fnt-dflt);
  font-size: 1.1rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .home-beertown__content .swiper-button-prev:hover::after {
    color: #FFF;
    background-color: var(--ybs-fnt-dflt);
  }
}
.home-beertown__content .swiper-button-next {
  background-image: none;
  position: inherit;
  top: inherit;
  right: inherit;
  width: 28px;
  height: 28px;
  margin-top: auto;
}
.home-beertown__content .swiper-button-next::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid;
  border-radius: 100%;
  color: var(--ybs-fnt-dflt);
  font-size: 1.1rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .home-beertown__content .swiper-button-next:hover::after {
    color: #FFF;
    background-color: var(--ybs-fnt-dflt);
  }
}
.home-beertown__more {
  font-size: 1.8rem;
  margin-inline: auto;
  max-width: 1200px;
  font-weight: 500;
  text-align: right;
  -webkit-margin-before: 3.7142857143vw;
          margin-block-start: 3.7142857143vw;
}
@media (max-width: 768px) {
  .home-beertown__more {
    font-size: 1.5rem;
    -webkit-margin-before: 28px;
            margin-block-start: 28px;
    margin-inline: 15px;
    text-align: center;
  }
}
.home-news {
  background-color: #f5f6f9;
  padding-block: 4.2857142857vw;
}
@media (max-width: 768px) {
  .home-news {
    padding-block: 25px 28px;
  }
}
.home-news__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 4.2857142857vw;
  -webkit-padding-end: 5vw;
          padding-inline-end: 5vw;
}
@media (max-width: 768px) {
  .home-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 25px;
    padding-inline: 12.5px;
  }
}
.home-news__header {
  width: 23.5714285714vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .home-news__header {
    width: auto;
  }
}
.home-news__title {
  font-size: 3.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: normal;
  line-height: 1em;
}
@media (max-width: 768px) {
  .home-news__title {
    font-size: 2.6rem;
  }
}
.home-news__title::before {
  font-size: 2rem;
  content: "NEWS";
  font-family: var(--ybs-eng);
  line-height: 1em;
  -webkit-margin-after: 2.1428571429vw;
          margin-block-end: 2.1428571429vw;
}
@media (max-width: 768px) {
  .home-news__title::before {
    font-size: 1.9rem;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
  }
}
.home-news__more {
  -webkit-margin-before: 1.8571428571vw;
          margin-block-start: 1.8571428571vw;
  /*
  a {
  	@include ftSz(16);
  	align-items: center;
  	display: flex;
  	font-family: var(--ybs-eng);
  	line-height: 1em;

  	@include mq(md) {
  		@include ftSp(26);
  	}

  	&::after {
  		@include boxVw(24, 1400, wd);
  		@include boxVw(24, 1400, ht);
  		align-items: center;
  		border-radius: 100%;
  		border: solid 1px $primary;
  		box-sizing: border-box;
  		//content: '\03e';
  		display: flex;
  		font-size: calcVw(14, 1400);
  		justify-content: center;
  		margin-inline-start: calcVw(8, 1400);
  		overflow: hidden;
  		transition: inherit;

  		@include mq(md) {
  			font-size: calcVw(14, 768);
  			height: calcSp(36);
  			margin-inline-start: calcSp(10);
  			width: calcSp(36);
  		}
  	}

  	//@include hover {
  	//	&::after {
  	//		background-color: $primary;
  	//		color: #fff;
  	//	}
  	//}
  }
  */
}
@media (max-width: 768px) {
  .home-news__more {
    -webkit-margin-before: 13px;
            margin-block-start: 13px;
  }
}
.home-news__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 768px) {
  .home-news__content {
    -webkit-margin-before: 23px;
            margin-block-start: 23px;
    width: auto;
  }
}
.home-news-list {
  -webkit-border-before: solid 1px #340008;
          border-block-start: solid 1px #340008;
}
.home-news-list__item {
  -webkit-border-after: solid 1px #340008;
          border-block-end: solid 1px #340008;
}
.home-news-list__link {
  padding-block: 1vw;
  display: block;
}
.home-news-list__link[href] {
  display: block;
}
@media (hover: hover) {
  .home-news-list__link[href]:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .home-news-list__link {
    padding-block: 8px 6px;
  }
}
.home-news-list__link[target=_blank]::after {
  display: none !important;
}
.home-news-list__link[target=_blank] .home-news-list__heading::after {
  background: url(/common/img/parts/icon-window_bg01.svg) no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 5px;
  width: 11px;
}
.home-news-list__detail {
  line-height: 1.6875;
}
.home-news-list__heading {
  line-height: 1.6875;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
/*# sourceMappingURL=index.css.map */
