/*@charset "UTF-8";*/
.eventCont {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 769px) {
  .eventCont {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.eventCont p {
  line-height: 1.7;
  letter-spacing: .1em;
}

.ranking {
  padding-bottom: 40px;
  display: none;
}
@media (max-width: 769px) {
  .ranking {
    padding-bottom: 20px;
  }
}

/* --------------------------------------------------------------------
contentTitle
-------------------------------------------------------------------- */
.contentTitle {
  margin-bottom: 30px;
}
.contentTitleSub {
  margin-top: 40px;
  margin-bottom: 15px;
}
.contentTitle h2 {
  letter-spacing: 0.1rem;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif !important;
  text-align: center;
}
.contentTitle h3,
.contentTitleSub h3 {
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif !important;
  text-align: center;
}
.contentTitle h4 {
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif !important;
  text-align: center;
}
.contentTitle p {
  text-align: center;
}
@media (max-width: 768.98px) {
  .contentTitle h2 {
    font-size: 1.5rem;
  }
  .contentTitle h3 {
    font-size: 1.5rem;
  }
  .contentTitle h4 {
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif !important;
    text-align: center;
  }
}
  
/* --------------------------------------------------------------------
common
-------------------------------------------------------------------- */
/* titleAndRichtextAndButtons.css */
@media (min-width: 544px) {
  .title-and-richtext-and-buttons-component-container .content {
    padding-top: 0;
  }
}
.title-and-richtext-and-buttons-component-container .content .button p a {
  color: #fff !important;
  width: 100%;
  max-width: 400px;
  background-color: #2c2c2c;
  padding: 1rem;
}

/* productTile.css */
@media (min-width: 769px) {
  .product-tile-pd .product-tile-body {
    padding: 0.625em 0;
  }
}
@media (max-width: 768.98px) {
.product-tile-pd .product-tile-body {
      font-size: 0.75em;
      padding: 0.3125em 0;
  }
}

/* carousel.css */
@media (min-width: 769px) {
  .carousel.indicators-md {
      padding-bottom: 2.375rem;
  }
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .carousel.indicators-sm {
      padding-bottom: 2.375rem;
  }
}
@media (max-width: 543.98px) {
  .carousel.indicators-xs {
      padding-bottom: 2.375rem;
  }
}

/* 
-------------------------------------------------------------------- */
.mainbanner-with-text-position-container .image-heading-text {
  line-height: 1.7;
}
@media (min-width: 544px) {
  .title-and-richtext-and-buttons-component-container .content {
      padding-top: 0;
  }
}

/* --------------------------------------------------------------------
mainBanner
-------------------------------------------------------------------- */
/* リンク無効化 */
.mainBanner a {
  pointer-events: none;
}
/* ボタン非表示 */
.mainBanner .mainbanner-sub-text {
  display: none;
}
/* mainImage padding 削除 */
.fullscreen-banner > .row:first-child > .col-12:first-child {
  padding-right: 0;
  padding-left: 0;
}

/* catchCopy
-------------------------------------------------------------------- */
/* 中央寄せ */
.mainBanner .image-heading-container {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); */
}
/* 左寄せ */
.mainBanner .image-heading-container {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.mainBanner h1 {
  font-size: 2.0rem;
  font-family: Noto Serif,Noto Serif Japanese !important;
  letter-spacing: 4px;
  /* line-height: 1.4; */
  color: #fff;
  text-align: left;
}
.mainBanner h2 {
  font-size: 1.4rem;
  font-family: Noto Serif,Noto Serif Japanese !important;
  letter-spacing: 4px;
  /* line-height: 1.4; */
  color: #fff;
  text-align: left;
}
.mainBanner h4 {
  font-size: 1.2rem;
  color: #fff;
  text-align: left;
}
.mainBanner .image-heading-text {
  /* text-shadow: 0px 0px 10px #3d3d3d; */
}

@media (max-width: 768.98px) {
  .storepage .fullscreen-banner {
    margin-bottom: 0;
  }
  .mainBanner .image-heading-text .title {
    margin-right: 0;
  }
  /* 中央寄せ */
  .mainBanner .image-heading-container {
    /* position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
  }
  /* 左寄せ */
  .mainBanner .image-heading-container {
    position: absolute;
    top: 20% !important;
    left: 10% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

/* --------------------------------------------------------------------
notice
-------------------------------------------------------------------- */
.notice {
  display: none;
  padding-top: 20px;
  padding-bottom: 10px;
}
.notice h4 {
  font-size: 1.0rem;
  font-weight: 600;
  color: #fff;
}
.notice h4 em {
  font-style: unset;
  color: #fff;
}
.notice h4 u {
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  color: #fff;
}
.notice p {
  color: #fff;
}
@media (min-width: 992px) {
  .notice .text-lg-left {
    text-align: center !important;
  }
}
.notice .link p a {
  text-decoration: underline;
  color: #fff !important;
}

/* --------------------------------------------------------------------
mainText
-------------------------------------------------------------------- */
.mainText {
  padding-top: 0;
  padding-bottom: 0;
}
.mainText .textBox {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 600px;
}
.mainText .textBox.main {
  padding: 60px 0 30px;
}
.mainText .textBox.sub {
  padding: 20px 0 60px;
}
.mainText .textBox h1 {
  font-size: 1.8rem;
  font-family: Noto Serif,Noto Serif Japanese !important;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.mainText .textBox h2 {
  font-size: 1.6rem;
  font-family: Noto Serif,Noto Serif Japanese !important;
  /* letter-spacing: 2px; */
  text-align: center;
}
.mainText .textBox p {
  /* text-align: center; */
}
.mainText .imageTile {
  margin: auto;
  max-width: 740px;
}
@media (max-width: 768.98px) {
  .mainText .textBox {
    padding: 30px 0;
  }
  .mainText .textBox h1 {
    font-size: 1.4rem;
  }
  .mainText .textBox h2 {
    font-size: 1.1rem;
  }
  .mainText .textBox p {
    text-align: left;
  }
}

/* --------------------------------------------------------------------
product
-------------------------------------------------------------------- */
.product {
  display: none;
}

/* item
-------------------------------------------------------------------- */
.item {
  align-items: center;
  margin-bottom: 40px;
}
.experience-commerce_layouts-mobileGrid2r1c:nth-child(even) .mobile-2r-1c .item {
  flex-direction: row-reverse;
}
.item .carousel-item {
  margin-right: -100%;
}
.item h3 {
  font-family: "Noto Serif JP", serif !important;
}
@media (max-width: 768.98px) {
  .item h3 {
    font-size: 1.5rem;
  }
}
.item .richtext p:nth-child(5) em  {
  font-style: unset;
  margin-left: 0.2em;
  font-size: 0.8em;
}

/* --------------------------------------------------------------------
novelty
-------------------------------------------------------------------- */
.novelty {
  display: none;
  /* background-color: #f8f8f8; */
}
.novelty .textBox p {
  text-align: center;
}
.novelty .ImageTile {
  text-align: center;
}
.novelty .ImageTile .photo-tile-image {
  width: fit-content;
}

/* --------------------------------------------------------------------
lineup
-------------------------------------------------------------------- */
.letre {
  background: url(/on/demandware.static/-/Library-Sites-WBJapanSharedLibrary/ja_JP/images/beer-le-series/letre.jpg) top center no-repeat;
    /* background-size: 2000px 5177px;
    height: 5177px;
    padding-top: 317px;
    position: relative; */
    padding-top: 60px;
}
.lesei {
  background: url(/on/demandware.static/-/Library-Sites-WBJapanSharedLibrary/ja_JP/images/beer-le-series/lesei.jpg) top center no-repeat;
    /* background-size: 2000px 5177px;
    height: 5177px;
    padding-top: 317px;
    position: relative; */
    padding-top: 0;
    padding-bottom: 0;
}
.lenove {
  background: url(/on/demandware.static/-/Library-Sites-WBJapanSharedLibrary/ja_JP/images/beer-le-series/lenove.jpg) top center no-repeat;
    /* background-size: 2000px 5177px;
    height: 5177px;
    padding-top: 317px;
    position: relative; */
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .lineup .experience-commerce_layouts-container .container {
    padding-right: 0;
    padding-left: 0;
  }
  .lineup .imageTile {
    width: 150vw;
    margin-left: -30vw;
  }
  .lineup .textBox p {
    font-size: 12px;
  }
}
.lineup .textBox {
  padding-bottom: 40px;
}
.lineup .textBox p {
  text-align: center;
}
.lineup .list .row {
  justify-content: center;
}
.lineup .list .region:nth-child(3),
.lineup .list .region:nth-child(4),
.lineup .list .region:nth-child(5),
.lineup .list .region:nth-child(6) {
  display: none;
}

.lineup .list .new .product-tile-body::after {
  position: absolute;
  bottom: 0%;
  margin-bottom: -2px;
  content: "NEW";
  padding: 1px 2px;
  background-color: #d0b67d;
  color: #fff;
}
