/*@charset "UTF-8";*/
.eventCont {
  padding-top: 60px;
  padding-bottom: 60px;
  /* line-height: 1.8; */
}

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

.eventCont a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease-out;
}

/* --------------------------------------------------------------------
contentTitle
-------------------------------------------------------------------- */
.contentTitle {
  margin-top: 20px;
  margin-bottom: 30px;
}

.contentTitle h2 {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif !important;
  text-align: center;
}

.contentTitle h2 em {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif !important;
  font-style: unset;
  vertical-align: top;
}

.contentTitle h3 {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif !important;
  text-align: center;
}

.contentTitle h4 {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif !important;
  text-align: center;
}

.contentTitle p {
  text-align: center;
}

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

  .contentTitle h2 {
    font-size: 1.8rem;
    /* letter-spacing: 0.05rem; */
  }

  .contentTitle h3 {
    font-size: 1.4rem;
    /* letter-spacing: 0.05rem; */
  }

  .contentTitle h4 {
    font-size: 1.1rem;
    /* letter-spacing: 0.05rem; */
  }
}

/* 斜体の場合、文字を小さくする */
.contentTitle p em {
  font-style: normal;
  font-size: 0.875em;
}

/* 取り消し線の場合、改行する */
@media (max-width: 768.98px) {
  .contentTitle p s::before {
    content: "\A";
    /* 改行を追加 */
    white-space: pre;
    /* 改行を有効にする */
    text-decoration: unset;
  }
}

.contentTitle p s {
  text-decoration: unset;
}

/* contentTitle.sub 左寄せ線ありデザイン
-------------------------------------------------------------------- */
.contentTitle.sub>.row>.col-12 {
  /* 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;
  gap: 15px;
  text-align: left;
  letter-spacing: 0.1em; */
}

@media (max-width: 768px) {
  .contentTitle.sub>.row>.col-12 {
    /* margin-bottom: 15px; */
  }

  .contentTitle.sub>.row>.col-12>p {
    /* order: 3;
    width: 100%;
    text-align: left; */
  }
}

.contentTitle.sub>.row>.col-12::after {
  /* content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #E2E2E2; */
}

.contentTitle.sub h3 {
  /* margin-bottom: 0; */
}

.contentTitle.sub p {
  /* font-size: 1.2rem;
  font-family: "Noto Serif JP", serif !important; */
}

@media (max-width: 768px) {
  .contentTitle.sub p {
    /* font-size: 1.0rem; */
  }
}

/* contentTitle.sub 中央寄せ線ありデザイン
-------------------------------------------------------------------- */
.contentTitle.sub h3 {
  position: relative;
  margin-bottom: 1.5rem;
}

.contentTitle.sub h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  /* background: #E2E2E2; */
  background: #2b2b2b;
  z-index: 0;
}

.contentTitle.sub h3 strong {
  display: inline-block;
  background-color: #fff;
  padding: 0 1em;
  margin: 0;
  position: relative;
  z-index: 1;
  font-weight: normal;
}

.contentTitle.sub p {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif !important;
  line-height: 1.7;
}

@media (max-width: 768.98px) {
  .contentTitle.sub p {
    font-size: 1.0rem;
    text-align: left;
  }
}


/* --------------------------------------------------------------------
contentText
-------------------------------------------------------------------- */
.contentText {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 720px;
}

@media (max-width: 768.98px) {
  .contentText {
    padding: 30px 0;
  }
}

.contentText h3 {
  font-weight: 600;
}

.contentText h4 {
  font-weight: 600;
}

.contentText p {
  line-height: 1.7;
  /* text-align: justify; */
  text-align: center;
}

@media (max-width: 768.98px) {
  .contentText p {
    text-align: left;
  }
}

/* 斜体の場合、文字を小さくする */
.contentText p em {
  font-style: normal;
  font-size: 0.875em;
}

.textbox p em {
  font-style: normal;
  font-size: 0.875em;
}

/* 取り消し線の場合、改行する */
@media (min-width: 769px) {
  .contentText p s::before {
    content: "\A";
    /* 改行を追加 */
    white-space: pre;
    /* 改行を有効にする */
    text-decoration: unset;
  }
}

.contentText p s {
  text-decoration: unset;
}

/* sub.contentText 左寄せデザイン
-------------------------------------------------------------------- */
.sub.contentText {
  max-width: unset;
  margin-bottom: 30px;
  padding: 0;
}

.sub.contentText p {
  text-align: left;
}


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

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

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

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

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

.imageWithText.product .ITC-text-underneath p strong {
  display: block;
  margin-top: 1rem;
}

/* --------------------------------------------------------------------
more
-------------------------------------------------------------------- */
.more .title-richtext-buttons .content .button p {
  margin-top: 0;
  margin-bottom: 0;
}

.more .title-richtext-buttons .content .button p a {
  padding: 0.75rem 0.75rem;
}

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

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

  .more .title-richtext-buttons .button p a {
    font-size: inherit;
  }
}


/* --------------------------------------------------------------------
other common
-------------------------------------------------------------------- */
.limitContainer {
  padding-right: 0;
  padding-left: 0;
}

/* 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%;
  background-color: #2c2c2c;
  padding: 1rem;
  max-width: 500px;
}

@media (max-width: 768.98px) {
  .title-and-richtext-and-buttons-component-container .content .button p a {
    font-size: 1.0em;
  }
}

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

/* main-banner-with-text-position.css */
.mainbanner-with-text-position-container .image-heading-text {
  line-height: 1.7;
}

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

/* storePageFullScreenBanner.css */
@media (max-width: 768.98px) {
  .storepage .fullscreen-banner {
    margin-bottom: 0;
  }
}

/* --------------------------------------------------------------------
fullscreen-banner
-------------------------------------------------------------------- */
.fullscreen-banner .main-banner-with-text-position>.row {
  margin-right: 0;
  margin-left: 0;
}

.fullscreen-banner .main-banner-with-text-position>.row>.col-12 {
  padding-right: 0;
  padding-left: 0;
}

/* リンク無効化 */
.fullscreen-banner .main-banner-with-text-position a {
  pointer-events: none;
}

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

/* mainImage padding 削除 */
.fullscreen-banner>.row:first-child>.col-12:first-child {
  padding-right: 0;
  padding-left: 0;
}

.fullscreen-banner picture {
  filter: brightness(50%);
}

/* catchCopy
-------------------------------------------------------------------- */
.fullscreen-banner .main-banner-with-text-position .image-heading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 1rem;
}

.fullscreen-banner .main-banner-with-text-position h1 {
  font-size: 2.0rem;
  font-family: 'Noto Serif', 'Noto Serif JP', serif !important;
  /* letter-spacing: 4px;
  line-height: 1.4; */
  color: #fff;
}

.fullscreen-banner .main-banner-with-text-position h1 em {
  font-size: 0.75em;
  font-style: normal;
}

.fullscreen-banner .main-banner-with-text-position h2 {
  font-size: 1.4rem;
  font-family: 'Noto Serif', 'Noto Serif JP', serif !important;
  letter-spacing: 4px;
  line-height: 1.4;
  color: #fff;
}

.fullscreen-banner .main-banner-with-text-position .image-heading-text {
  /* text-shadow: 0px 0px 10px #3d3d3d; */
  /* line-height: 1.5; */
}

@media (max-width: 768.98px) {
  .fullscreen-banner .main-banner-with-text-position .image-heading-text .title {
    margin-right: 0;
  }

  .fullscreen-banner .main-banner-with-text-position .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%);
  }

  .fullscreen-banner .main-banner-with-text-position h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 543.98px) {
  .fullscreen-banner .main-banner-with-text-position .subtitle {
    margin-right: 0;
  }
}

/* --------------------------------------------------------------------
main-text
-------------------------------------------------------------------- */
.main-text {
  padding-top: 40px;
  padding-bottom: 0;
}

.main-text .textbox {
  /* margin: 0 auto;
  max-width: 720px; */
}

.main-text .contentTitle.textbox {
  margin-bottom: 20px;
}

.main-text .contentTitle.textbox h1 {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif !important;
  text-align: center;
  letter-spacing: 0.1em;
}

@media (max-width: 768.98px) {
  .main-text .contentTitle.textbox h1 {
    font-size: 1.6rem;
  }
}

.main-text .textbox p {
  font-family: "Noto Serif JP", serif !important;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.0em;
}

@media (max-width: 768.98px) {
  .main-text .textbox p {
    /* letter-spacing: 0.025em; */
    text-align: left;
  }
}

.main-text .textbox p em {
  font-style: normal;
}

/* 斜体の場合、文字を小さくする */
.main-text p em {
  font-style: normal;
  font-size: 0.875em;
}

/* 取り消し線の場合、改行する */
@media (min-width: 769px) {
  .main-text p s::before {
    content: "\A";
    /* 改行を追加 */
    white-space: pre;
    /* 改行を有効にする */
    text-decoration: unset;
  }
}

.main-text p s {
  text-decoration: unset;
}

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

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

.etching-menu .page-anchor .menu-wrap {
  display: flex;
  /* justify-content: space-between; */
  /* justify-content: space-around; */
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 15px;
}

.etching-menu .page-anchor ul.menu-wrap li.menu-bg {
  /* background-color: #d0b67d; */
  /* background-color: #cba258; */
  background-color: #C7B994 !important;
  /* width: calc(96% / 3); */
  flex: 1 1 30%;
  text-align: center;
  border-radius: 0.1875rem;
}

.etching-menu .page-anchor ul.menu-wrap li.menu-bg {
  /* width: calc(96.75% / 5); */
}

.etching-menu .page-anchor ul.menu-wrap li.menu-bg a {
  display: block;
  padding: 10px 10px 25px;
  font-size: 1.2rem;
}

@media (max-width: 768.98px) {
  .etching-menu .page-anchor ul.menu-wrap li.menu-bg {
    flex: 1 1 40%;
    text-align: center;
  }

  .etching-menu .page-anchor ul.menu-wrap li.menu-bg a {
    font-size: inherit;
  }
}

.etching-menu .page-anchor ul.menu-wrap li.menu-bg a.arrow {
  position: relative;
  vertical-align: middle;
  text-decoration: none !important;
  color: #fff !important;
}

.etching-menu .page-anchor ul.menu-wrap li.menu-bg a.arrow::before,
.etching-menu .page-anchor ul.menu-wrap li.menu-bg a.arrow::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: auto;
  vertical-align: middle;
  content: "";
}

.etching-menu .page-anchor ul.menu-wrap li.menu-bg 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;
}

@media (max-width: 768.98px) {
  .etching-menu .page-anchor ul.menu-wrap li.menu-bg a.arrow span::after {
    content: "";
    display: block;
  }
}




/* --------------------------------------------------------------------
etching-type
-------------------------------------------------------------------- */

/* etching-type-menu
-------------------------------------------------------------------- */

.etching-type-menu .page-anchor .menu-wrap {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.etching-type-menu .page-anchor ul.menu-wrap li.menu-bg {
  background: none;
  width: calc(90.75% / 4);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: 3px solid #ccc;
}

.etching-type-menu .page-anchor ul.menu-wrap li.menu-bg:hover {
  border-bottom: 3px solid #212529;
}

.etching-type-menu .page-anchor ul.menu-wrap li.menu-bg a {
  display: block;
  padding: 10px 0 25px;
  font-size: 1.2rem;
  color: #a0a0a0 !important;
  text-decoration: none !important;
}

.etching-type-menu .page-anchor ul.menu-wrap li.menu-bg.single-line a {
  padding: 10px 0 40px;
}

.etching-type-menu .page-anchor ul.menu-wrap li.menu-bg a.arrow {
  position: relative;
}

.etching-type-menu .page-anchor ul.menu-wrap li.menu-bg a.arrow::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

.etching-type-menu .page-anchor ul.menu-wrap li.menu-bg:hover a.arrow {
  color: #212529 !important;
}

.etching-type-menu .page-anchor ul.menu-wrap li.menu-bg:hover a.arrow::after {
  border-top: 2px solid #212529;
  border-right: 2px solid #212529;
}

.etching-type-menu .page-anchor ul.menu-wrap li.menu-bg a.arrow:hover {
  opacity: 1;
}

@media (max-width: 768.98px) {
  .etching-type-menu .page-anchor ul.menu-wrap li.menu-bg {
    width: calc(93.75% / 2);
  }

  .etching-type-menu .page-anchor ul.menu-wrap li.menu-bg.single-line a {
    padding: 10px 0 20px;
  }

  .etching-type-menu .page-anchor ul.menu-wrap li.menu-bg a {
    font-size: 0.825em;
  }
}

/* etching-type-image
-------------------------------------------------------------------- */
.etching-type-image {
  /* display: none; */
}

.etching-type-image.initial-image {
  /* display: none; */
}

/* info-list
-------------------------------------------------------------------- */
.info-list {
  display: flex;
  flex-direction: column;
  gap: 1.0rem;
  /* max-width: 720px; */
  max-width: 940px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.info-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

.info-row:first-child {
  border-top: 1px solid #ccc;
  padding-top: 1.0rem;
}

.info-label {
  flex: 0 0 25%;
  font-weight: bold;
  /* text-align: right; */
  font-size: 1.2rem;
}

.info-value {
  font-size: 1.0rem;
  padding-left: 30px;
  flex: 1;
}

.price strong {
  font-size: 1.4rem;
}

@media (max-width: 768.98px) {
  .info-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .info-value {
    font-size: inherit;
    padding-left: 0;
  }
}

/* info-title
-------------------------------------------------------------------- */
.info-title {
  max-width: 720px;
  margin: 0 auto;
}

.info-title h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.8;
  font-size: 1.2rem;
}

.info-title h4 strong {
  display: inline-block;
  border-bottom: solid 2px #000;
}

/* font-sample
-------------------------------------------------------------------- */
.font-sample {
  max-width: 720px;
  margin: 0 auto;
}


/* --------------------------------------------------------------------
order-step
-------------------------------------------------------------------- */
.order-step .textbox {
  background-color: #fff;
  padding: 1rem;
}

.order-step .textbox .text-center {
  text-align: left !important;
}

.order-step .more {
  display: none;
}

/* --------------------------------------------------------------------
order-to-delivery
-------------------------------------------------------------------- */


/* 取り消し線の場合、改行する */
@media (max-width: 768.98px) {
  .order-to-delivery h2 s::before {
    content: "\A";
    /* 改行を追加 */
    white-space: pre;
    /* 改行を有効にする */
  }
}

.order-to-delivery h2 s {
  text-decoration: unset;
}

/* --------------------------------------------------------------------
faq
-------------------------------------------------------------------- */
.faq-block {
  margin-bottom: 40px;
}

.faq-block p,
.faq-block ul {
  text-align: left;
}

.faq-block>.row>.col-12>p:first-child {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.0rem;
  font-family: "Noto Serif JP", serif !important;

  padding-left: 30px;
  position: relative;
}

.faq-block>.row>.col-12>p:first-child::after {
  content: 'Q.';
  position: absolute;
  left: 2px;
  top: 0;
  font-weight: 600;
}


/* --------------------------------------------------------------------
service-notice
-------------------------------------------------------------------- */

/* 取り消し線の場合、改行する */
@media (max-width: 768.98px) {
  .service-notice h2 s::before {
    content: "\A";
    /* 改行を追加 */
    white-space: pre;
    /* 改行を有効にする */
  }
}

.service-notice h2 s {
  text-decoration: unset;
}

.service-notice ul {
  text-align: left;
}


/* --------------------------------------------------------------------
for-business
-------------------------------------------------------------------- */
.for-business .main-banner-with-text-position {
  margin: auto;
  max-width: 940px;
}

/* ボタン非表示 */
.for-business .main-banner-with-text-position .mainbanner-sub-text {
  display: none;
}


/* --------------------------------------------------------------------
etching-samples
-------------------------------------------------------------------- */
.etching-samples .etching-ex .contentTitle {
  margin-bottom: 0;
}

.etching-samples .etching-ex .imageWithText .ITC-text-underneath {
  padding: 0.625em 0;
}

.etching-samples .etching-ex .imageWithText .ITC-text-underneath span {
  text-align: left;
}

.etching-samples .etching-ex .textbox {
  background: #fff;
  padding: 5px;
}

@media (max-width: 768.98px) {
  .etching-samples .etching-ex .textbox {
    margin-bottom: 20px;
  }

}

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

.etching-samples .carousel .carousel-inner .carousel-item {
  height: 100% !important;
}

@media (max-width: 768.98px) {
  .etching-samples .carousel .carousel-inner .carousel-item {
    margin-right: -100%;
  }
}

/* リンク無効化 */
.etching-samples .carousel .imageWithText a {
  pointer-events: none;
}

.etching-samples .carousel .imageWithText .ITC-text-underneath {
  padding: 0.625em 0;
}

.etching-samples .carousel .imageWithText .ITC-text-underneath span {
  text-align: left;
}

.etching-samples .carousel .textbox {
  background: #fff;
  padding: 5px;
}

@media (max-width: 768.98px) {
  .etching-samples .carousel .textbox {
    margin-bottom: 20px;
  }
}

.etching-samples .carousel .textbox .text-center {
  text-align: left !important;
}

.etching-samples .carousel .textbox p {
  font-size: 0.875em;
}

.etching-samples .carousel .textbox p s {
  visibility: hidden;
}

.etching-samples .title-richtext-buttons {
  display: none;
}

/* --------------------------------------------------------------------
gift-service 
-------------------------------------------------------------------- */
.gift-service .contentTitle.sub {
  margin-top: 40px;
}

.gift-service .title-richtext-buttons .content .button p a {
  background-color: #C7B994 !important;
  padding: 1rem 2rem;
  border: none;
}

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



/* ---------------------------------------------------------------------------------------------------
以下、非表示
--------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------
campaign
-------------------------------------------------------------------- */
.campaign {
  position: relative;
  background-image: url("../images/retirement/for-business_noshi.jpg?$staticlink$");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

.campaign::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.campaign>* {
  position: relative;
  z-index: 1;
  /* テキストや要素を前面に */
}

.campaign .contentTitle h2 {
  color: #fff;
}

.campaign .contentTitle p {
  color: #fff;
}

/* coupon
-------------------------------------------------------------------- */
.coupon .coupon-detail {
  background: #f7f1e0;
  background: #fff;
  padding: 1rem 15px;
  margin: auto;
  max-width: 600px;
}

.coupon .coupon-detail h3 {
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
}

@media (max-width: 768.98px) {
  .coupon .coupon-detail h3 {
    font-size: 1.5em;
  }
}

.coupon .coupon-detail h3:nth-child(2) strong {
  font-size: 2.2rem;
  margin-right: 2px;
}

.coupon .coupon-detail h4 {
  text-align: center;
  font-size: 1.3rem;
}

.coupon .coupon-detail p {
  text-align: center;
}

.coupon .coupon-detail p em {
  font-style: unset;
  font-size: 0.8125em;
}

/* code
------------------------------------- */
.coupon .coupon-detail h4:nth-child(3) {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-size: 1.0rem;
}

.coupon .coupon-detail h3:nth-child(4) {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  background: #fff;
  padding: 0.25rem 2rem;
  border: 1px solid;
}

/* link
------------------------------------- */
.coupon .link p {
  text-align: center;
}

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