/*@charset "UTF-8";*/
@media (min-width: 1200px) {
  #bridalgift .coupon {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #bridalgift .coupon {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  #bridalgift .pickup .wrap {
    max-width: 940px;
  }
}

#bridalgift .eventCont {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 769px) {
  #bridalgift .eventCont {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#bridalgift .menu,
#bridalgift .banner {
  padding-top: 0;
}
@media (max-width: 769px) {
  #bridalgift .menu,
  #bridalgift .banner {
    padding-top: 40px;
  }
}

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


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

.contentTitle {
  margin-bottom: 30px;
}
.contentTitle h2 {
  letter-spacing: 0.1rem;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif !important;
  text-align: center;
}
.contentTitle h3 {
  letter-spacing: 0.1rem;
  font-size: 2rem;
  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;
  }
}
  

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

/* 共通
-------------------------------------------------------------------- */
.experience-commerce_assets-editorialRichText p,
.title-and-richtext-and-buttons-component-container .content .richtext {
  /* text-align: justify;
  letter-spacing: 0.05em; */
}
.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: calc(50% - 150px); */
      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 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) {
  .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%);
  }
}


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


/* --------------------------------------------------------------------
menu
-------------------------------------------------------------------- */
.menu {

}
.menu ul a {
  padding: 15px 0 25px;
  font-size: 1rem;
}
menu {
  display: block;
  margin: 0 auto;
  padding: 0;
}
menu ul, menu ol {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
.bg__org {
  background-color: #d0b67d;
}
.page_anchor .menu__default a {
  display: block;
  padding: 5px 0 25px;
  font-size: 1.0rem;
}
.page_anchor .menu__default .menu_top li {
  /* width: calc(96.75% / 4); */
  width: calc((100% - 96px) / 4);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page_anchor .menu__default .menu_top li {
    width: calc(96.75% / 2);
    margin-bottom: 10px;
  }
  .page_anchor .menu__default a {
      font-size: unset;
  }
}

.page_anchor ul li {
  text-align: center;
}
.arrow.c__wht {
  color: #fff !important;
}
.arrow, .icon {
  position: relative;
  vertical-align: middle;
  text-decoration: none !important;
}
.arrow::before, .arrow::after, .icon::before, .icon::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: auto;
  vertical-align: middle;
  content: "";
}
.arrow.v__bottom.h__center.d__down::after {
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}
.arrow.v__bottom.h__center::after {
  bottom: 8px;
  left: 50%;
}
.arrow.v__bottom.h__center.toGift_reason::after {
  bottom: 20px;
  left: 50%;
}
.arrow.c__wht::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.arrow::after {
  width: 8px;
  height: 8px;
}

/* flexbox
------------------------------------- */
.disp__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.disp__flex.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.disp__flex.jc__sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* --------------------------------------------------------------------
pickup
-------------------------------------------------------------------- */
.pickup.dark {
  display: none;
}
.pickup h2,
.pickup h3,
.pickup h4,
.pickup p {
  color: #fff;
}

.pickup h3 {
  font-family: "Noto Serif JP", serif !important;
}

.pickup .experience-commerce_layouts-mobileGrid2r1c .mobile-2r-1c .mx-n2 {
  align-items: center;
}

.pickup.bright h2,
.pickup.bright h3,
.pickup.bright h4,
.pickup.bright p {
  color: #212529;
}


/* --------------------------------------------------------------------
coupon
-------------------------------------------------------------------- */
.coupon {
  /* display: none; */
}
.coupon .couponImg {
  display: none;
}
.coupon .contentTitle u {
  font-size: 0.8em;
  text-decoration: none;
}
.coupon .contentTitle p:nth-child(2) {
  margin-bottom: 0.5rem;
}
.coupon .detail {
  background: #dfb3ae63;
  background: #f7f1e047;
  padding: 1rem;
  margin-bottom: 2rem;
}
.coupon .detail h3 {
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
}
.coupon .detail h3:nth-child(1) strong {
  font-size: 2.2rem;
  margin-right: 2px;
}
.coupon .detail h4 {
  text-align: center;
  font-size: 1.3rem;
}
.coupon .detail p {
  text-align: center;
}

/* code
------------------------------------- */
.coupon .detail h4:nth-child(3) {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-size: 1.2rem;
}
.coupon .detail h3:nth-child(4) {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  background: #fff;
  padding: 0.25rem 2rem;
}


/* --------------------------------------------------------------------
use
-------------------------------------------------------------------- */
.use .contentTitle {
  margin-bottom: 10px;
}
.use .contentTitle h4 {
  letter-spacing: inherit;
  font-size: 1.4rem;
  font-family: inherit !important;
}
.info {
  width: fit-content;
  margin: auto;
  background: #f8f8f8;
  padding: 1rem 1rem 0 1rem;
}
.info .text-center {
  text-align: left !important;
}


/* --------------------------------------------------------------------
recommend
-------------------------------------------------------------------- */
.recommend .wedding-gift,
.recommend .hikidemono,
.recommend .to-parents {
  padding-bottom: 2.5rem;
}

/* recommend mainBanner
-------------------------------------------------------------------- */
.recommend .mainBanner {
  margin-left: -15px;
  margin-right: -15px;
}
.recommend .mainBanner .image-component {
  background-color: #fff;
  margin-bottom: 2rem;
}
.recommend .mainBanner .col-12 {
  padding-right: 0;
  padding-left: 0;
}
.recommend .mainBanner picture {
  /* filter: opacity(0.8); */
  filter: brightness(0.5);
}
/* リンク無効化 */
.recommend .mainBanner a {
  pointer-events: none;
}
/* ボタン非表示 */
.recommend .mainBanner .mainbanner-sub-text {
  display: none;
}

.recommend .mainBanner .image-heading-container {
  padding-left: 0;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.recommend .mainBanner .image-heading-container h3 {
  font-size: 1.4rem;
  font-family: Noto Serif,Noto Serif Japanese !important;
  letter-spacing: 2px;
  text-align: center !important;
  margin-bottom: 20px;
  color: #fff;
}
.recommend .mainBanner .image-heading-container p {
  text-align: center;
}

/* recommend productList
-------------------------------------------------------------------- */
.recommend .productList {
  padding-left: 0;
  padding-right: 0;
}
/* コメント下揃え */
.recommend .productList .region {
  /* display: flex;
  flex-direction: column; */
}
.recommend .productList .experience-commerce_assets-editorialRichText {
  /* flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto; */
}

.recommend .productList .productTextBox {
  background-color: #f5f5f5;
  padding: 0.625em 1em;
  font-size: 0.8em;
}
.recommend .productList .productTextBox .text-center {
  text-align: left !important;
}
@media (max-width: 768.98px) {
  .recommend .productList .productTextBox {
    font-size: 0.75em;
    padding: 0.3125em 0.5em;
  }
  .recommend .productList .productTextBox .text-center {
    text-align: left !important;
  }
}

/* recommend carousel
-------------------------------------------------------------------- */
.recommend .carousel {
  display: none;
}

/* recommend wedding-gift
-------------------------------------------------------------------- */

/* recommend hikidemono
-------------------------------------------------------------------- */

/* recommend to-parents
-------------------------------------------------------------------- */
.recommend .to-parents {
  padding-bottom: 0;
}


/* --------------------------------------------------------------------
banner
-------------------------------------------------------------------- */
/* ボタン非表示 */
.banner .mainBanner .mainbanner-sub-text {
  display: none;
}
.banner .mainBanner {
  margin: auto;
  max-width: 600px;
}

/* --------------------------------------------------------------------
category
-------------------------------------------------------------------- */
.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;
  font-size: 0.9em;
}


/* --------------------------------------------------------------------
budget
-------------------------------------------------------------------- */
.budget .region {
  margin-bottom: 0;
}
.budget .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 544px) {
  .budget .col-sm-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
  }
}
.budget .button p a {
  width: 100% !important;
  border: none;
  background-color: #d0b67d !important;
  padding: 1rem;
}
.budget .button p {
  margin: 0.5rem auto !important;
}
@media (min-width: 544px) {
  .budget .button p {
    margin: 1rem auto;
  }
}



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

/* --------------------------------------------------------------------
giftService
-------------------------------------------------------------------- */
#giftService {
  /* display: none; */
}
.giftService .banner {
  margin: auto;
  max-width: 600px;
}

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






