/*@charset "UTF-8";*/

.eventCont {
  padding-top: 40px;
  /* padding-top: 60px; */
  padding-bottom: 40px;
}

@media (max-width: 768.98px) {
  .eventCont {
    padding-top: 20px;
    /* padding-top: 30px; */
    padding-bottom: 20px;
  }
}

.eventCont a:hover {
  opacity: 0.8;
}

.contentTitle {
  margin-bottom: 20px;
}

.contentTitle h2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: left;
}

.contentTitle h3 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: left;
}

.contentTitle h4 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
}

.contentTitle p {
  text-align: center;
}

@media (max-width: 768.98px) {
  .contentTitle {
    margin-bottom: 10px;
  }

  .contentTitle h2 {
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
  }

  .contentTitle h3 {
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
  }

  .contentTitle h4 {
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
    text-align: center;
  }
}

.limitContainer {
  padding-right: 0;
  padding-left: 0;
}

/* global.css */
.experience-component .mx-n2 {
  margin-left: unset !important;
  margin-right: unset !important;
}


/* titleAndRichtextAndButtons.css */
@media (min-width: 544px) {
  .title-and-richtext-and-buttons-component-container .content {
    padding-top: 0;
  }
}

/* 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;
  }
}

/* common
-------------------------------------------------------------------- */
.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
-------------------------------------------------------------------- */
.fullscreen-banner>.row {
  /* margin-right: 0;
  margin-left: 0; */
}

.mainBanner>.row>.col-12 {
  padding-right: 0;
  padding-left: 0;
}

/* リンク無効化 */
.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 h1 {
  font-size: 2.0rem;
  font-family: Noto Serif, Noto Serif Japanese !important;
  letter-spacing: 4px;
  line-height: 1.4;
  color: #fff;
}

.mainBanner h2 {
  font-size: 1.4rem;
  font-family: Noto Serif, Noto Serif Japanese !important;
  letter-spacing: 4px;
  line-height: 1.4;
  color: #fff;
}

.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%);
  }
}

/* --------------------------------------------------------------------
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;
}

.mainText .textBox {
  /* padding: 100px 0;
  margin: 0 auto;
  max-width: 700px; */
}

.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;
  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;
  }
}

/* --------------------------------------------------------------------
menu-banner
-------------------------------------------------------------------- */
.menu-banner {
  padding-top: 20px;
  padding-bottom: 0;
}

/* ボタン非表示 */
.menu-banner .image-heading-container {
  display: none;
}

/* --------------------------------------------------------------------
menu
-------------------------------------------------------------------- */
.menu {
  padding-top: 20px;
  padding-bottom: 40px;
}

@media (max-width: 768.98px) {
  .menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.pageAnchor .menuWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.pageAnchor ul.menuWrap li.menuBg {
  /* background-color: #d0b67d; */
  /* background-color: #cba258; */
  background-color: #1F2F54;
  width: calc(96.75% / 2);
  margin-bottom: 15px;
  text-align: center;
  border-radius: 0.1875rem;
}

.pageAnchor ul.menuWrap li.menuBg {
  /* width: calc(96.75% / 5); */
}

.pageAnchor ul.menuWrap li.menuBg a {
  display: block;
  padding: 10px 0 25px;
  /* font-size: 1.2rem; */
  font-size: 1.1rem;
}

@media (max-width: 768.98px) {
  .pageAnchor ul.menuWrap li.menuBg {
    width: calc(96.75% / 2);
    margin-bottom: 10px;
    text-align: center;
  }

  .pageAnchor ul.menuWrap li.menuBg a {
    font-size: unset;
  }
}

.pageAnchor ul.menuWrap li.menuBg a.arrow {
  position: relative;
  vertical-align: middle;
  text-decoration: none !important;
  color: #fff !important;
}

.pageAnchor ul.menuWrap li.menuBg a.arrow::before,
.pageAnchor ul.menuWrap li.menuBg a.arrow::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: auto;
  vertical-align: middle;
  content: "";
}

.pageAnchor ul.menuWrap li.menuBg a.arrow::after {
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  bottom: 8px;
  left: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
}

/* --------------------------------------------------------------------
recommendedRanking
-------------------------------------------------------------------- */
.recommendedRanking {
  /* display: none; */
  /* padding-top: 0; */
  padding-bottom: 40px;
}

@media (max-width: 768.98px) {
  .recommendedRanking {
    padding-bottom: 20px;
  }
}

.recommendedRanking .textBox p {
  text-align: right;
  font-size: 0.8125em;
}

.recommendedRanking .experience-commerce_layouts-carousel .carousel-control-prev {
  left: 0;
}

.recommendedRanking .experience-commerce_layouts-carousel .carousel-control-next {
  right: 0;
}

.recommendedRanking .carousel .carousel-inner {
  width: 100%;
  margin-right: unset;
  margin-left: unset;
}

@media (max-width: 768.98px) {
  .recommendedRanking .carousel .carousel-inner {
    width: 120%;
  }
}

.recommendedRanking .carousel .carousel-inner .carousel-item {
  padding-right: 5px;
  padding-left: 5px;
}

.recommendedRanking .carousel .carousel-inner .carousel-item::before {
  position: absolute;
  top: 0;
  left: 5px;
  content: attr(data-position);
  display: block;
  width: 30px;
  height: 30px;
  background: #6e6e6e;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  /* border-radius: 1rem; */
  z-index: 3;
}

.recommendedRanking .carousel .carousel-inner .carousel-item[data-position="0"]::before {
  content: attr(number)"1";
  background: #D0BD8B;
}

.recommendedRanking .carousel .carousel-inner .carousel-item[data-position="1"]::before {
  content: attr(number)"2";
  background: #B4B4B4;
}

.recommendedRanking .carousel .carousel-inner .carousel-item[data-position="2"]::before {
  content: attr(number)"3";
  background: #D8A585;
}

.recommendedRanking .carousel .carousel-inner .carousel-item[data-position="3"]::before {
  content: attr(number)"4";
}

.recommendedRanking .carousel .carousel-inner .carousel-item[data-position="4"]::before {
  content: attr(number)"5";
}

.recommendedRanking .carousel .carousel-inner .carousel-item[data-position="5"]::before {
  content: attr(number)"6";
}

/* product
-------------------------------------------------------------------- */
.recommendedRanking .mobile-2r-2c .col-6 {
  padding-right: 5px;
  padding-left: 5px;
  display: flex;
  flex-direction: column;
}

.recommendedRanking .product.imageWithText p {
  text-align: left;
}

@media (max-width: 768.98px) {
  .recommendedRanking .product.imageWithText p {
    font-size: 0.85em;
  }
}

.recommendedRanking .product.imageWithText .ITC-text-underneath {
  padding: 0.625em 0;
}

.recommendedRanking .product.imageWithText .ITC-text-underneath p:first-child {
  font-size: 0.8125em;
}

/* --------------------------------------------------------------------
messageKibako
-------------------------------------------------------------------- */
.messageKibako {
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768.98px) {
  .messageKibako {
    padding-bottom: 20px;
  }
}

.messageKibako .limitContainer {
  padding-right: 0;
  padding-left: 0;
}

.messageKibako .contentTitle h2,
.messageKibako .contentTitle h3 {
  text-align: center;
}

.messageKibako .imageTile {
  /* max-width: 940px; */
  margin: auto;
}

.messageKibako .imageTile img {
  border: 10px solid #fff;
  box-shadow: 0 0 1px #ccc, 1px 1px 2px rgba(50, 50, 50, 0.2);
  position: relative;
}

/* desc
-------------------------------------------------------------------- */
.messageKibako .desc {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 1rem;
}

.messageKibako .desc .text-center {
  text-align: left !important;
}

@media (max-width: 768.98px) {
  .messageKibako .desc p {
    font-size: 0.8125em;
  }
}

/* design
-------------------------------------------------------------------- */
.messageKibako .mx-n2.design {
  margin-left: -1.0rem !important;
  margin-right: -1.0rem !important;
}


.messageKibako .design .imageTile {
  text-align: center;
}

.messageKibako .design .mobile-1r-1c {
  background-color: #fff;
  margin-top: 30px;
  /* padding: 15px; */
  /* border-radius: 20rem; */
}

@media (max-width: 768.98px) {
  .messageKibako .design .mobile-1r-1c>.mx-n2>.col-12 {}
}

.messageKibako .design .imageTile {
  text-align: center;
}

.messageKibako .design .imageTile img {
  border: none;
  box-shadow: none;
  max-width: 250px;
}

.messageKibako .design h4 {
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 768.98px) {
  .messageKibako .design p {
    font-size: 0.8125em;
  }
}

/* --------------------------------------------------------------------
coupon
-------------------------------------------------------------------- */
.mainBanner>.row {
  margin-right: 0;
  margin-left: 0;
}

.coupon {
  padding-top: 0;
  display: none;
}

.coupon .imageTile {
  /* max-width: 350px;
  max-width: 250px; */
  max-width: 600px;
  margin: auto;
  /* display: none; */
}

@media (max-width: 768.98px) {
  .coupon .imageTile {
    /* margin-left: -15px;
    margin-right: -15px; */
  }
}

.coupon .imageTile .photo-tile-figure {
  margin-bottom: 0;
}

.coupon .textBox {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.coupon .textBox h3,
.coupon .textBox h4,
.coupon .textBox p {
  text-align: center !important;
}

/* code
-------------------------------------------------------------------- */
.coupon .code {
  margin-top: 1.5rem;
}

.coupon .code h4 {
  font-size: 1.2rem;
  font-size: 1.0rem;
  font-weight: 600;
}

.coupon .code h4 strong {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  background: #fff;
  padding: 0.1rem 1rem 0.2rem;
  font-weight: 600;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  margin-left: 5px;
}

/* desc
-------------------------------------------------------------------- */
.coupon .desc {
  display: none;
}

/* howToUse
-------------------------------------------------------------------- */
.coupon .howToUse.hidden {
  display: none;
}

.coupon .howToUse {
  /* width: fit-content;
  margin: 1rem auto;
  background: #f8f8f8; */
  padding: 15px 15px 0;
  padding: 1rem 1rem 0;
  /* max-width: 540px; */
  /* font-size: 0.8rem; */
  font-size: 0.8125em;
}

.coupon .howToUse p {
  text-align: left !important;
}

.coupon .howToUse .text-center {
  text-align: left !important;
}

.coupon .howToUse ol {
  padding-left: 15px;
}

.coupon .howToUse ul {
  padding-left: 20px;
}

/* img
--------------------------------------------- */
.coupon .howToUse .img {
  text-align: center !important;
  margin-bottom: 1rem;
}

.coupon .howToUse .img img {
  max-width: 300px;
}

/* date
-------------------------------------------------------------------- */

/* info
-------------------------------------------------------------------- */
.coupon .info.hidden {
  display: none;
}

.coupon .info {
  width: fit-content;
  margin: auto;
  background: #f8f8f8;
  padding: 15px 15px 0;
  max-width: 540px;
  font-size: 0.8rem;
  /* font-size: 0.8125em; */
}

.coupon .info p {
  text-align: left !important;
}

.coupon .info .text-center {
  text-align: left !important;
}

.coupon .info ol {
  padding-left: 15px;
}

.coupon .info ul {
  padding-left: 20px;
}

/* link
-------------------------------------------------------------------- */
.coupon .link {
  display: none;
}

.coupon .link p a {
  text-decoration: underline;
}

/* accordion
-------------------------------------------------------------------- */
.services-container {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */
  /* margin: 20px auto; */
  max-width: 600px;
  margin: auto;
}

.service-image {
  align-self: flex-start;
  width: 100%;
}

.service-image img {
  width: 100%;
}

.services-right-text,
.services-left-text {
  align-self: center;
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .service-image {
    /* width: 50%; */
    order: unset;
  }

  .services-right-text {
    width: 50%;
    text-align: left;
    padding: 30px;
  }

  .services-left-text {
    width: 50%;
    margin: 42px 0;
    text-align: left;
    padding: 0 70px 0 0;
  }
}

@media screen and (max-width: 768px) {

  .services-right-text,
  .services-left-text {
    margin-top: 20px;
  }

  .services-right-text h3,
  .services-left-text h3 {
    font-size: 1.8em;
  }
}

.expander {
  width: 100%;
  max-width: 500px;
  background: #151515;
  /* color: rgba(255, 255, 255, 0.8); */
  padding: 1em;
  cursor: pointer;
  position: relative;
  /* background: #ccc; */
  background: #858585;
  margin: auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .expander {
    max-width: 350px;
  }
}

h2.expander {
  font-size: 14px;
  transition: 0.5s;
  margin-bottom: 0;
}

.expander:hover {
  /* color: rgba(255, 255, 255, 1);
  background: #2d2d2d;
  transition: 0.5s; */
}

.expander.changecolor {
  /* color: #000; */
  /* background: #0f1315; */
  transition: 0.5s;
  background: #ccc;
  background: #b3b3b3;
}

.active .arrow-down {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 1.5em;
  top: 1.5em;
}

/* the magic */
.wrapper2 {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  margin-bottom: 2em;
  order: 0;
  background: #f8f8f8;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .wrapper2 {
    max-width: 350px;
  }
}

.content2 {
  /* margin-top: -133%; */
  margin-top: -213%;
  transition: 0.35s;
}

.wrapper2.open .content2 {
  margin-top: 0;
  transition: 0.17s;
}

@media (max-width: 768px) {
  .wrapper2 {
    width: 100%;
    overflow: hidden;
    /* margin-bottom: 2em; */
    order: -1;
  }
}

.parent {
  display: flex;
  flex-wrap: wrap;
  transition: 1s;
  flex-direction: column;
}

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

.mother {
  display: none;
}

.parents {
  display: none;
}

.mother .titleRichtextButtons .button p a {
  /* background-color: #ffbe98;
  border-color: #ffbe98; */
  background-color: #dfa4b64a;
  /* 旧カラー */
  background-color: #dfa4b6;
  border-color: #dfa4b6;
  background-color: #d17975;
  border-color: #d17975;
}


.father .titleRichtextButtons .button p a {
  /* background-color: #4f8bc2;
  border-color: #4f8bc2; */
  background-color: #b8bfc94a;
  /* 旧カラー */
  background-color: #b2b9c1;
  border-color: #b2b9c1;
  background-color: #96bcd3;
  border-color: #96bcd3;
  background-color: #1F2F54;
  border-color: #1F2F54;
}

@media (max-width: 768.98px) {
  .type .titleRichtextButtons .button p a {
    font-size: inherit;
  }
}

/* product
-------------------------------------------------------------------- */
.type .contentTitle p {
  text-align: left;
}

.type .mobile-2r-2c .col-6,
.type .mobile-3r-2c .col-6 {
  padding-right: 5px;
  padding-left: 5px;
  display: flex;
  flex-direction: column;
}

.type .product.imageWithText {
  /* background-color: #fff;
  padding: 10px; */
}

.type .product.imageWithText.hidden {
  display: none;
}

.type .product.imageWithText p {
  text-align: left;
}

@media (max-width: 768.98px) {
  .type .product.imageWithText p {
    font-size: 0.85em;
  }
}

.type .product.imageWithText .ITC-text-underneath {
  padding: 0.625em 0;
}

.type .product.imageWithText .ITC-text-underneath p:first-child {
  font-size: 0.8125em;
}

/* more
-------------------------------------------------------------------- */
.type .more .title-and-richtext-and-buttons-component-container .content .button p a {
  padding: 0.75rem 0.75rem;
}

@media (max-width: 768.98px) {
  .type .more {
    display: flex;
    flex-wrap: nowrap;
  }

  .type .more>.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .type .more .title-and-richtext-and-buttons-component-container .content .button p a {
    width: 100%;
    padding: 0.75rem 0.75rem;
  }
}


/* --------------------------------------------------------------------
banner
-------------------------------------------------------------------- */
/* ボタン非表示 */
.banner .mainBanner .mainbanner-sub-text {
  display: none;
}

.banner .mainBanner {
  margin: auto;
  max-width: 600px;
}

.banner .mainBanner>.row>.col-12 {
  padding-right: 0;
  padding-left: 0;
}

/* リンク有効化 */
.banner .mainBanner a {
  pointer-events: auto;
}


/* --------------------------------------------------------------------
budget
-------------------------------------------------------------------- */

.budget .mobile-3r-2c>.row>.region {
  margin-bottom: 0;
}

.budget .titleRichtextButtons .content {
  padding-right: 5px;
  padding-left: 5px;
}

.budget .titleRichtextButtons .content .button p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.budget .titleRichtextButtons .content .button p a {
  width: 100% !important;
  border: none;
  background-color: #d0b67d !important;
  padding: 1rem 0.5rem;
}

@media (max-width: 768.98px) {
  .budget .titleRichtextButtons .content .button p a {
    /* font-size: 0.8125em; */
    font-size: 1.0em;
  }
}

/* --------------------------------------------------------------------
category
-------------------------------------------------------------------- */
.category .cat>.row>.col-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.category .cat .image-heading-container {
  top: unset !important;
  bottom: 0;
}

@media (min-width: 769px) {
  .category .cat .image-heading-container {
    width: 100%;
  }
}

.category .cat .mainbanner-sub-text {
  margin-top: 0;
}

@media (max-width: 543.98px) {
  .category .cat .mainbanner-sub-text {
    margin-top: 1rem;
    text-align: right !important;
    margin-right: -15px;
  }
}

.category .cat .mainbanner-sub-text a.link-large.btn.btn-dark {
  width: inherit;
  padding: 0.5rem;
  color: #212529 !important;
  /* font-weight: 600; */
}

@media (max-width: 768.98px) {
  .category .cat .mainbanner-sub-text a.link-large.btn.btn-dark {
    font-size: 0.9em;
  }
}

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

/* --------------------------------------------------------------------
giftService
-------------------------------------------------------------------- */
.giftService {
  margin: auto;
  max-width: 600px;
}

.giftService .contentTitle h2 {
  text-align: center;
}

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

.use .contentTitle {
  /* margin-bottom: 10px; */
}

.use .contentTitle h4 {
  /* letter-spacing: inherit;
  font-size: 1.4rem;
  font-family: inherit !important; */
}

.use .info {
  /* width: fit-content;
  margin: auto;
  background: #f8f8f8;
  padding: 1rem; */
}

.use .info .text-center {
  /* text-align: left !important; */
}

/* --------------------------------------------------------------------
faq
-------------------------------------------------------------------- */
#faq {
  display: none;
}

/* --------------------------------------------------------------------
noticeDetail
-------------------------------------------------------------------- */
.noticeDetail {
  display: none;
  max-width: 940px;
}

/* --------------------------------------------------------------------
product imageWithText
-------------------------------------------------------------------- */
.product.imageWithText .ITC-text-underneath {
  /* padding: 10px 0 15px; */
}

.product.imageWithText .ITC-text-underneath p {
  /* text-align: left; */
}