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

.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,
.contentTitleSub p {
  text-align: center;
}
@media (max-width: 768.98px) {
  .contentTitle h2 {
    font-size: 1.5rem;
  }
  .contentTitle h3,
  .contentTitleSub 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: 30% !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: 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%); */
  }
  .mainBanner h1 {
    color: #212529;
  }
  .mainBanner h2 {
    color: #212529;
  }
  .mainBanner h4 {
    font-size: 1.0rem;
    color: #212529;
  }
}

/* --------------------------------------------------------------------
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 {
  margin: 0 auto;
  max-width: 720px;
}
.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; */
}
@media (max-width: 768.98px) {
  .mainText .textBox h1 {
    /* font-size: 1.4rem; */
  }
  .mainText .textBox h2 {
    /* font-size: 1.1rem; */
  }
  .mainText .textBox p {
    text-align: left;
  }
}



/* --------------------------------------------------------------------
lineup
-------------------------------------------------------------------- */
.lineup {
  padding-bottom: 0;
}

/* item
-------------------------------------------------------------------- */
.item {
  /* display: none; */
  align-items: center;
  margin-bottom: 40px;
}
.experience-commerce_layouts-mobileGrid2r1c:nth-child(odd) .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 {
  background-color: #f8f8f8;
  display: none;
}
.novelty .textBox p {
  text-align: center;
}
.novelty .ImageTile {
  max-width: 300px;
  margin: auto;
}
.novelty .ImageTile .photo-tile-image {
  width: fit-content;
}

/* --------------------------------------------------------------------
point
-------------------------------------------------------------------- */
.point .ImageTile {
  max-width: 720px;
  margin: auto;
}
.point .ImageTile .photo-tile-image {
  width: fit-content;
}