@charset "UTF-8";
@media only screen and (max-width: 768px) {
  .forPc {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .forSp {
    display: none !important;
  }
}

.media-query {
  display: none;
  font-family: 'pc';
}

@media only screen and (max-width: 768px) {
  .media-query {
    font-family: 'sp';
  }
}

/*  font
 ========================================================================== */
.is-font-serif {
  font-family: 'Noto Serif JP', serif;
}

.is-font-lora {
  font-family: 'Lora', serif;
}

/* KV
 ========================================================================== */
.kv-main {
  background-size: cover;
  color: #fff;
  min-height: 350px;
  position: relative;
  font-family: 'Lora', serif;
}

@media only screen and (max-width: 768px) {
  .kv-main {
    background-size: cover;
    min-height: 170px;
  }
}

.kv-main__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.kv-main__title {
  font-size: 4rem;
  margin-left: 25px;
  margin-top: 90px;
  font-family: 'Noto Serif JP', serif;
}

@media only screen and (max-width: 768px) {
  .kv-main__title {
    font-size: 1.5rem;
    margin-left: 15px;
    margin-top: 45px;
  }
}

.kv-main__subtitle {
  position: absolute;
  bottom: -2.5rem;
  font-size: 16.2rem;
  line-height: 1;
  letter-spacing: .05em;
}

@media only screen and (max-width: 768px) {
  .kv-main__subtitle {
    bottom: -0.75rem;
    font-size: 6rem;
    margin-left: 15px;
  }
}

/* パンくず
 ========================================================================== */
.pankuzu {
  margin: 35px auto 0;
  padding: 0 4.8rem;
  max-width: 129.6rem;
}

@media only screen and (max-width: 768px) {
  .pankuzu {
    margin: 6vw 3.38vw 0;
    padding: 0;
  }
}

.pankuzu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .pankuzu ol {
    font-size: 1.2rem;
  }
}

.pankuzu__item {
  position: relative;
  margin-right: 6px;
  padding-left: 12px;
  vertical-align: middle;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .pankuzu__item {
    margin-right: 7px;
    padding-left: 12px;
  }
}

.pankuzu__item::before {
  content: "";
  position: absolute;
  top: calc(1em - 2px);
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #340008;
  border-right: 1px solid #340008;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .pankuzu__item::before {
    top: calc(1em - 1.5px);
    width: 3.7px;
    height: 3.7px;
  }
}

.pankuzu__item:first-child::before {
  content: none;
}

.pankuzu__item:first-child {
  padding-left: 0;
}

.pankuzu__item:last-child {
  margin-right: 0;
}

/* ボタン
 ========================================================================== */
.more-btn, .more-btn--external {
  font-family: 'Lora', serif;
  margin-top: 50px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .more-btn, .more-btn--external {
    margin-top: 30px;
  }
}

.more-btn a, .more-btn--external a {
  display: inline-block;
  border: 1px solid #340008;
  background: #fff;
  border-radius: 46px;
  width: 100%;
  max-width: 324px;
  text-align: center;
  font-size: 2rem;
  padding: 17px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .more-btn a, .more-btn--external a {
    font-size: 1.3rem;
    max-width: 200px;
    padding: 10px 0;
  }
}

.more-btn a:hover, .more-btn--external a:hover {
  background-color: #340008;
  color: #fff;
}

.more-btn--external a, .more-btn--external a[target="_blank"] {
  position: relative;
}

.more-btn--external a:after, .more-btn--external a[target="_blank"]:after {
  background: url(/yebisu/common/images/common/icon-window_bg01.svg) no-repeat;
  content: "";
  display: block;
  width: 18px;
  height: 19px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .more-btn--external a:after, .more-btn--external a[target="_blank"]:after {
    margin-top: 2px;
    background-size: 10px 10px;
    right: 10px;
  }
}

.more-btn--external a:hover:after, .more-btn--external a[target="_blank"]:hover:after {
  background: url(/yebisu/common/images/common/icon-window_bg02.svg) no-repeat;
}

@media only screen and (max-width: 768px) {
  .more-btn--external a:hover:after, .more-btn--external a[target="_blank"]:hover:after {
    background-size: 10px 10px;
  }
}

/* layout
 ========================================================================== */
.l-wrapper-yebisu {
  background: #fff;
}

.s-english {
  font-family: 'Lora', serif;
}

/* KV
 ========================================================================== */
.p-language-kv img {
  margin: 0 auto;
}

/* The Pursuit of Authentic Richness, KOKU.
 ========================================================================== */
.p-languag-pursuit {
  width: calc(100% - 80px);
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 45px 48px;
  background-color: #f3be00;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 768px) {
  .p-languag-pursuit {
    width: calc(100% - 8vw);
    margin-left: 4vw;
    margin-right: 4vw;
    padding: 35px 19px 35px;
  }
}

@media only screen and (max-width: 768px) {
  .p-languag-pursuit {
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  }
}

.p-languag-pursuit__small {
  font-size: 3rem;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .p-languag-pursuit__small {
    font-size: 1.5rem;
  }
}

.p-languag-pursuit__tit {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
}

@media only screen and (max-width: 768px) {
  .p-languag-pursuit__tit {
    font-size: 3rem;
    line-height: 1.1;
  }
}

.p-languag-pursuit__txt {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .p-languag-pursuit__txt {
    margin: 5px 15px 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.p-languag-pursuit__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  padding-left: 19px;
}

@media only screen and (max-width: 768px) {
  .p-languag-pursuit__contents {
    display: block;
    margin-top: 40px;
    padding-left: 0;
  }
}

.p-languag-pursuit__ph {
  width: 43.76%;
}

@media only screen and (max-width: 768px) {
  .p-languag-pursuit__ph {
    width: 74%;
    margin: 35px auto 0;
  }
}

.p-languag-pursuit__box {
  padding: 35px 60px 40px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
  width: 50.87%;
}

@media only screen and (max-width: 768px) {
  .p-languag-pursuit__box {
    padding: 30px 24px 35px;
  }
}

@media only screen and (max-width: 768px) {
  .p-languag-pursuit__box {
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  }
}

@media only screen and (max-width: 768px) {
  .p-languag-pursuit__box {
    width: 100%;
    padding-top: 35px;
  }
}

.p-languag-pursuit__sub-tit {
  font-size: 2.6rem;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .p-languag-pursuit__sub-tit {
    font-size: 2rem;
    text-align: center;
  }
}

.p-languag-pursuit__detail {
  margin: 5px 0 50px;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .p-languag-pursuit__detail {
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: center;
  }
}

.p-languag-pursuit__detail:last-child {
  margin-bottom: 0;
}

/* Aged Longer with Extra Malt for KOKU.
 ========================================================================== */
.p-language-aged .l-section__inner {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;*/
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
	text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-language-aged .l-section__inner {
    display: block;
    padding-top: 4.5rem;
		padding-bottom: 4.5rem;
  }
}

.p-language-aged__item {
  /* width: 50%;
  padding-left: 40px; */
}

@media only screen and (max-width: 768px) {
  .p-language-aged__item {
    width: 100%;
    padding: 0 28px;
  }
}

.p-language-aged__tit {
  margin-top: 32px;
  font-size: 4rem;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .p-language-aged__tit {
    margin-top: 0;
    font-size: 2rem;
    text-align: center;
  }
}

.p-language-aged__txt {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .p-language-aged__txt {
    margin-top: 22px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.7;
  }
}

.p-language-aged__ph {
  width: 48.17%;
  margin-right: 24px;
}

@media only screen and (max-width: 768px) {
  .p-language-aged__ph {
    width: 81.8%;
    margin: 35px auto 0;
  }
}

.p-language-aged img {
  max-width: 578px;
}

/* Rich Aroma and Deep KOKU.
 ========================================================================== */
.p-languag-rich {
  position: relative;
  min-height: 634px;
  width: calc(100% - 80px);
  max-width: 1320px;
  margin: 0 auto;
  padding: 70px 60px 60px;
  background-color: #f3be00;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 768px) {
  .p-languag-rich {
    width: calc(100% - 8vw);
    margin-left: 4vw;
    margin-right: 4vw;
    padding: 35px 19px 35px;
  }
}

@media only screen and (max-width: 768px) {
  .p-languag-rich {
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  }
}

@media only screen and (max-width: 768px) {
  .p-languag-rich {
    min-height: auto;
  }
}

.p-languag-rich__box {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 1;
  width: 54.4%;
  overflow: hidden;
  padding: 0;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 768px) {
  .p-languag-rich__box {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .p-languag-rich__box {
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  }
}

@media only screen and (max-width: 768px) {
  .p-languag-rich__box {
    position: static;
    width: 100%;
    margin: 25px 0 35px;
  }
}

.p-languag-rich__ph {
  margin: 0 auto;
}

.p-languag-rich__item {
  width: 34.5%;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .p-languag-rich__item {
    width: 100%;
    text-align: center;
  }
}

.p-languag-rich__tit {
  font-size: 4rem;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .p-languag-rich__tit {
    font-size: 2rem;
  }
}

.p-languag-rich__copy {
  margin-top: 2px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .p-languag-rich__copy {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.p-languag-rich__txt {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .p-languag-rich__txt {
    margin-top: 28px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

/* The YEBISU BEER Museum
 ========================================================================== */
.p-language-museum .l-section__inner {
  padding-top: 9.2rem;
  padding-bottom: 10rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-language-museum .l-section__inner {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }
}

.p-language-museum__ph {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .p-language-museum__ph {
    width: 270px;
  }

  .english .p-language-museum__ph {
    width: 148px;
  }
}

.p-language-museum__small {
  font-size: 2.6rem;
}

@media only screen and (max-width: 768px) {
  .p-language-museum__small {
    font-size: 1.3rem;
  }
}

.p-language-museum__tit {
  margin: 40px 0 45px;
  font-size: 4rem;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .p-language-museum__tit {
    margin: 20px 0 0;
    font-size: 2rem;
  }
}

.p-language-museum__txt {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .p-language-museum__txt {
    margin-top: 20px;
    padding: 0 19px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 768px) {
  .p-language-museum__txt + .p-language-museum__txt {
    margin-top: 30px;
  }
}

.p-language-guidance {
  width: calc(100% - 80px);
  max-width: 1320px;
  margin: 0 auto;
  padding: 77px 0 80px;
  background-color: #f3be00;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 768px) {
  .p-language-guidance {
    width: calc(100% - 8vw);
    margin-left: 4vw;
    margin-right: 4vw;
    padding: 35px 19px 35px;
  }
}

@media only screen and (max-width: 768px) {
  .p-language-guidance {
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  }
}

.p-language-guidance__tit {
  text-align: center;
}

.p-language-guidance__tit span {
  display: inline-block;
  width: 508px;
  padding: 3px 0;
  font-size: 4rem;
  border-radius: 42.5px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 768px) {
  .p-language-guidance__tit span {
    width: 254px;
    padding: 1px 0;
    font-size: 2rem;
    -webkit-box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.35);
            box-shadow: 0 2.5px 10px rgba(0, 0, 0, 0.35);
  }
}

.p-language-guidance__box {
  padding: 0 60px 90px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 248px;
}

@media only screen and (max-width: 768px) {
  .p-language-guidance__box {
    padding: 30px 24px 35px;
  }
}

@media only screen and (max-width: 768px) {
  .p-language-guidance__box {
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  }
}

@media only screen and (max-width: 768px) {
  .p-language-guidance__box {
    margin: 0 -19px 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    background-color: transparent;
  }
}

.p-language-guidance__item {
  width: calc(50% - 14px);
  margin-top: -175px;
  margin-right: 28px;
}

@media only screen and (max-width: 768px) {
  .p-language-guidance__item {
    width: 100%;
    margin-top: 165px;
    margin-right: 0;
    padding: 0 19px 25px;
    text-align: center;
    border-radius: 50px;
    -webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
            box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
    background-color: #fff;
  }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .p-language-guidance__item {
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  }
}

.p-language-guidance__item:nth-child(even) {
  margin-right: 0;
}

.p-language-guidance__item:nth-child(n + 3) {
  margin-top: 75px;
}

@media only screen and (max-width: 768px) {
  .p-language-guidance__item:nth-child(n + 3) {
    margin-top: 165px;
  }
}

.p-language-guidance__ph {
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 29px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 768px) {
  .p-language-guidance__ph {
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
  }
}

@media only screen and (max-width: 768px) {
  .p-language-guidance__ph {
    width: 100%;
    margin-top: -136px;
  }
}

.p-language-guidance__sub-tit {
  margin-top: 20px;
  font-size: 3rem;
}

@media only screen and (max-width: 768px) {
  .p-language-guidance__sub-tit {
    font-size: 2rem;
  }
}

.p-language-guidance__txt {
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .p-language-guidance__txt {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.p-language-information {
  position: relative;
  width: 830px;
  margin: 93px auto 0;
  padding: 5px 74px 30px;
  border: 1px solid #340008;
}

@media only screen and (max-width: 768px) {
  .p-language-information {
    width: 100%;
    margin-top: 40px;
    padding: 10px 10px 15px 12px;
  }
}

.p-language-information__tit {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  padding: 0 30px;
  font-size: 3rem;
  white-space: nowrap;
  background-color: #f3be00;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .p-language-information__tit {
    padding: 0 13px;
    font-size: 2rem;
  }
}

.p-language-information__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .p-language-information__detail {
    font-size: 1.1rem;
    line-height: 1.45;
  }
}

.p-language-information dt {
  width: 100px;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .p-language-information dt {
    width: 60px;
    margin-top: 13px;
  }
}

.p-language-information dd {
  width: calc(100% - 100px);
  font-size: inherit;
  line-height: inherit;
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .p-language-information dd {
    width: calc(100% - 60px);
    margin-top: 13px;
  }
}

.p-language-information__monday {
  display: inline-block;
  padding-left: 4.5em;
  text-indent: -4.5em;
}

@media only screen and (max-width: 768px) {
  .p-language-information__monday {
    margin-bottom: 10px;
  }
}

.p-language-information__ts {
  display: inline-block;
  padding-left: 8.5em;
  text-indent: -8.5em;
}

@media only screen and (max-width: 768px) {
  .p-language-information__ts {
    margin-bottom: 10px;
  }
}

/* lineup
 ========================================================================== */
.p-language-lineup .l-section__inner {
  padding-top: 19.6rem;
  padding-bottom: 13.6rem;
}

@media only screen and (max-width: 768px) {
  .p-language-lineup .l-section__inner {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }
}

.p-language-lineup__ph {
  margin: 0 auto;
}
