@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@600&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@400;700&family=Zen+Kaku+Gothic+New:wght@700&display=swap");
@media screen and (min-width: 769px) {
  .is__sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .is__pc {
    display: none !important;
  }
}

.ye2025-hero {
  position: relative;
  height: 100%;
  aspect-ratio: 2880/990;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ye2025-hero {
    height: 106.6666666667vw;
  }
}
.ye2025-hero > * {
  position: relative;
  z-index: 1;
}
.ye2025-hero__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.ye2025-hero__title {
  display: block;
  width: 100%;
  height: 100%;
}
.ye2025-hero__title picture,
.ye2025-hero__title img {
  display: block;
  width: 100%;
  height: 100%;
}
.ye2025-hero__title img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .ye2025-hero__title {
    height: 100%;
  }
}

.ye2025-about {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .ye2025-about {
    margin-top: 13.3333333333vw;
    margin-bottom: 21.3333333333vw;
  }
}
.ye2025-about__wrap {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .ye2025-about__wrap {
    max-width: 89.3333333333vw;
  }
}
.ye2025-about__title {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ye2025-about__title {
    font-size: 5.8666666667vw;
    line-height: 1.5;
  }
}
.ye2025-about__text {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ye2025-about__text {
    margin-top: 8vw;
  }
}
.ye2025-about__text p {
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ye2025-about__text p {
    font-size: 3.7333333333vw;
  }
}
.ye2025-about__text p + p {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .ye2025-about__text p + p {
    margin-top: 2.5rem;
  }
}

.ye2025-event {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .ye2025-event {
    padding-top: 21.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.ye2025-event__wrap {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 4.8rem;
}
@media screen and (max-width: 768px) {
  .ye2025-event__wrap {
    max-width: 89.3333333333vw;
    padding-inline: 0;
  }
}
.ye2025-event__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 138px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .ye2025-event__title {
    width: 36.8vw;
  }
}
.ye2025-event__title span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.ye2025-event__title img {
  width: 100%;
  height: auto;
  display: block;
}
.ye2025-event__text {
  width: 100%;
  margin-top: 50px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .ye2025-event__text {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
.ye2025-event__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ye2025-event__text p {
    font-size: 3.7333333333vw;
  }
}
.ye2025-event__text p strong {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .ye2025-event__text p strong {
    font-size: 4.8vw;
  }
}
.ye2025-event__img {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ye2025-event__img {
    margin-top: 8vw;
  }
}

.ye2025-detail {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .ye2025-detail {
    margin-top: 16vw;
    gap: 10.6666666667vw;
  }
}
.ye2025-detail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5555555556vw;
}
@media screen and (min-width: 1440px) {
  .ye2025-detail__content {
    gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  .ye2025-detail__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.ye2025-detail__content.is__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .ye2025-detail__content.is__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ye2025-detail__img {
  width: 560px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ye2025-detail__img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.ye2025-detail__wrap {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ye2025-detail__wrap {
    max-width: 89.3333333333vw;
  }
}
.ye2025-detail__title {
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  text-align: left;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ye2025-detail__title {
    font-size: 4.8vw;
    letter-spacing: 0.24vw;
  }
}
.ye2025-detail__text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .ye2025-detail__text {
    margin-top: 4.2666666667vw;
  }
}
.ye2025-detail__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ye2025-detail__text p {
    font-size: 3.7333333333vw;
  }
}

.ye2025-quote {
  padding-top: 100px;
  padding-bottom: 120px;
  padding-inline: 4.8rem;
  background-color: rgb(189, 165, 103);
}
@media screen and (max-width: 768px) {
  .ye2025-quote {
    padding-top: 18.6666666667vw;
    padding-bottom: 13.8666666667vw;
    padding-inline: 0;
  }
}
.ye2025-quote__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__wrap {
    max-width: 89.3333333333vw;
  }
}
.ye2025-quote__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 6.6px;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__title {
    font-size: 8.5333333333vw;
  }
}
.ye2025-quote__title span {
  font-size: 66px;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__title span {
    font-size: 10.6666666667vw;
  }
}
.ye2025-quote__text {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.42px;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__text {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
.ye2025-quote__inner {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 100px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__inner {
    margin-top: 16vw;
    gap: 16vw;
  }
}
.ye2025-quote__content {
  width: 440px;
}
@media screen and (min-width: 1440px) {
  .ye2025-quote__content {
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content {
    width: 89.3333333333vw;
  }
}
.ye2025-quote__content.is__first, .ye2025-quote__content.is__second, .ye2025-quote__content.is__third, .ye2025-quote__content.is__fourth, .ye2025-quote__content.is__fifth {
  position: relative;
}
.ye2025-quote__content.is__first {
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content.is__first {
    width: 100%;
  }
}
.ye2025-quote__content.is__first .ye2025-quote__content-title {
  position: relative;
  display: block;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content.is__first .ye2025-quote__content-title {
    text-align: left;
  }
}
.ye2025-quote__content.is__first .ye2025-quote__content-subtitle {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content.is__first .ye2025-quote__content-subtitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.ye2025-quote__content.is__first .ye2025-quote__content-text {
  max-width: 960px;
  width: 100%;
  text-align: left;
  padding-left: 152px;
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content.is__first .ye2025-quote__content-text {
    max-width: 100%;
    margin-top: 4.2666666667vw;
    padding-left: 0;
  }
}
.ye2025-quote__content-title {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (min-width: 1440px) {
  .ye2025-quote__content-title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content-title {
    padding-left: 4vw;
    font-size: 6.4vw;
  }
}
.ye2025-quote__content-title::before, .ye2025-quote__content-title::after {
  content: "";
  position: absolute;
  width: 41px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content-title::before, .ye2025-quote__content-title::after {
    width: 5.0666666667vw;
    height: 3.7333333333vw;
  }
}
.ye2025-quote__content-title::before {
  top: 4px;
  left: 123px;
  background-image: url("/yebisu/communication/yebisubeer-event2025/images/quotation-mark_left.svg");
}
@media screen and (min-width: 1440px) {
  .ye2025-quote__content-title::before {
    top: 4px;
    left: 83px;
  }
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content-title::before {
    top: 0;
    left: -2.1333333333vw;
  }
}
.ye2025-quote__content-title::after {
  bottom: 15px;
  right: 190px;
  background-image: url("/yebisu/communication/yebisubeer-event2025/images/quotation-mark_right.svg");
}
@media screen and (min-width: 1440px) {
  .ye2025-quote__content-title::after {
    bottom: 15px;
    right: 160px;
  }
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content-title::after {
    bottom: 4.8vw;
    right: 30.9333333333vw;
  }
}
.ye2025-quote__content.is__second .ye2025-quote__content-title::before {
  top: 4px;
  left: -49px;
}
@media screen and (min-width: 1440px) {
  .ye2025-quote__content.is__second .ye2025-quote__content-title::before {
    left: -53px;
  }
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content.is__second .ye2025-quote__content-title::before {
    top: 0.5333333333vw;
    left: -1.8666666667vw;
  }
}
.ye2025-quote__content.is__second .ye2025-quote__content-title::after {
  bottom: 32px;
  right: -32px;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content.is__second .ye2025-quote__content-title::after {
    bottom: 5.8666666667vw;
    right: -3.2vw;
  }
}
.ye2025-quote__content.is__third .ye2025-quote__content-title::before {
  top: -2px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content.is__third .ye2025-quote__content-title::before {
    top: 1.3333333333vw;
    left: -1.8666666667vw;
  }
}
.ye2025-quote__content.is__third .ye2025-quote__content-title::after {
  bottom: 26px;
  right: 96px;
}
@media screen and (min-width: 1440px) {
  .ye2025-quote__content.is__third .ye2025-quote__content-title::after {
    right: 116px;
  }
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content.is__third .ye2025-quote__content-title::after {
    bottom: 5.0666666667vw;
    right: 21.3333333333vw;
  }
}
.ye2025-quote__content.is__fourth .ye2025-quote__content-title::before {
  top: 2px;
  left: -49px;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content.is__fourth .ye2025-quote__content-title::before {
    top: 0.2666666667vw;
    left: -1.8666666667vw;
  }
}
.ye2025-quote__content.is__fourth .ye2025-quote__content-title::after {
  bottom: 21px;
  right: -18px;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content.is__fourth .ye2025-quote__content-title::after {
    bottom: 5.8666666667vw;
    right: -1.0666666667vw;
  }
}
.ye2025-quote__content.is__fifth .ye2025-quote__content-title::before {
  top: 2px;
  left: -46px;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content.is__fifth .ye2025-quote__content-title::before {
    top: 2.1333333333vw;
    left: -1.6vw;
  }
}
.ye2025-quote__content.is__fifth .ye2025-quote__content-title::after {
  bottom: 22px;
  right: 54px;
}
@media screen and (min-width: 1440px) {
  .ye2025-quote__content.is__fifth .ye2025-quote__content-title::after {
    right: 68px;
  }
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content.is__fifth .ye2025-quote__content-title::after {
    bottom: 5.6vw;
    right: 13.6vw;
  }
}
.ye2025-quote__content-subtitle {
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content-subtitle {
    margin-top: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}
.ye2025-quote__content-subtitle img {
  width: 120px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content-subtitle img {
    width: 29.3333333333vw;
  }
}
.ye2025-quote__content-name {
  text-align: left;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content-name {
    font-size: 5.3333333333vw;
  }
}
.ye2025-quote__content-name span {
  font-size: 16px;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content-name span {
    font-size: 3.7333333333vw;
    padding-top: 2.1333333333vw;
  }
}
.ye2025-quote__content-text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content-text {
    margin-top: 4.2666666667vw;
  }
}
.ye2025-quote__content-text p {
  font-family: var(--ybs-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .ye2025-quote__content-text p {
    font-size: 4vw;
  }
}

.ye2025-access {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-inline: 4.8rem;
  background-color: rgb(189, 165, 103);
}
@media screen and (max-width: 768px) {
  .ye2025-access {
    padding-top: 18.6666666667vw;
    padding-bottom: 16vw;
    padding-inline: 0;
  }
}
.ye2025-access__wrap {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .ye2025-access__wrap {
    max-width: 89.3333333333vw;
  }
}
.ye2025-access__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .ye2025-access__title {
    width: 42.6666666667vw;
  }
}
.ye2025-access__title span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.ye2025-access__title img {
  width: 100%;
  height: auto;
  display: block;
}
.ye2025-access__inner {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .ye2025-access__inner {
    margin-top: 10.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
.ye2025-access__img {
  width: 440px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ye2025-access__img {
    width: 69.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.ye2025-access__information {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .ye2025-access__information {
    margin-top: 10.6666666667vw;
    max-width: 89.3333333333vw;
    gap: 4.8vw;
  }
}
.ye2025-access__row {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ye2025-access__row {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.0666666667vw;
  }
}
.ye2025-access__label {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 100px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ye2025-access__label {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.ye2025-access__value {
  display: inline-block;
  max-width: 720px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .ye2025-access__value {
    max-width: 89.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
/*# sourceMappingURL=index.css.map */
