@charset "UTF-8";
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
.contentsBody .intermentSection .subSection {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px dotted var(--color-line);
}
.contentsBody .intermentSection .section__img {
  max-width: 600px;
  margin: 0 auto;
}
.contentsBody .intermentSection .section__img img {
  border-radius: var(--borderrad);
}
.contentsBody .intermentSection .section__txtWrap {
  width: 100%;
}
.contentsBody .intermentSection .section__subTtl {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 1.4134615385rem + 0.3846153846vw, 1.875rem) !important;
  font-weight: 400 !important;
}
.contentsBody .intermentSection .section__subTtl span {
  font-size: clamp(0.8125rem, 0.7836538462rem + 0.1282051282vw, 0.9375rem);
  font-weight: 400;
  display: block;
}
.contentsBody .intermentSection .section__price {
  margin-bottom: 20px;
}
.contentsBody .intermentSection .section__innerPrice {
  width: 100%;
}
.contentsBody .intermentSection .section__priceTxt {
  font-weight: 500;
  width: 100%;
  position: relative;
  text-align: right;
  margin-top: 0;
}
.contentsBody .intermentSection .section__priceTxt:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-line);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.contentsBody .intermentSection .section__priceTxtInner {
  background-color: #fff;
  padding-left: 10px;
  position: relative;
  z-index: 2;
  font-size: 17px;
}
.contentsBody .intermentSection .section__priceTxtInner small {
  font-size: clamp(0.8125rem, 0.7836538462rem + 0.1282051282vw, 0.9375rem);
}
.contentsBody .intermentSection .section__optionTxt {
  font-size: 13px;
  margin-top: 0;
  text-align: right;
}
.contentsBody .intermentSection .section__subTxt .subTxt__ttl {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1.0625rem);
  margin-top: 0;
}
.contentsBody .intermentSection .section__subTxt .subTxt__inner .btnWrap {
  margin-top: 20px;
}
.contentsBody .intermentSection .section__shelf .section__subTxt {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contentsBody .intermentSection .section__feature .subTxt__featureList {
  list-style: none;
  counter-reset: number 0;
  line-height: 2.3;
}
.contentsBody .intermentSection .section__feature .subTxt__featureList + .footnote {
  margin-top: 10px;
}
.contentsBody .intermentSection .section__feature .subTxt__featureItem {
  list-style: none;
  position: relative;
}
.contentsBody .intermentSection .section__feature .subTxt__featureItem:before {
  counter-increment: number 1;
  content: counter(number, cjk-ideographic) "、";
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 2.8;
}
.contentsBody .intermentSection .section__campaign {
  background-color: var(--color-secondary);
  border-radius: var(--borderrad);
  padding: clamp(20px, 17.6923076923px + 0.641025641vw, 30px);
}
@media (min-width: 75em) {
  .contentsBody .intermentSection .subSection {
    flex-direction: row;
    gap: clamp(40px, -20px + 4.6875vw, 70px);
  }
  .contentsBody .intermentSection .section__img {
    margin: 0;
    max-width: 260px;
  }
  .contentsBody .intermentSection .section__txtWrap {
    width: auto;
  }
}
.contentsBody .memorialSection .section__intro {
  margin-bottom: 40px;
}
.contentsBody .memorialSection .memorial__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contentsBody .memorialSection .memorial__txtWrap {
  width: 100%;
}
.contentsBody .memorialSection .memorial__ttl {
  font-weight: 600;
  font-size: clamp(0.9375rem, 0.9086538462rem + 0.1282051282vw, 1.0625rem);
  margin-bottom: clamp(5px, -5px + 0.78125vw, 10px);
}
.contentsBody .memorialSection .memorial__txt {
  margin-bottom: clamp(20px, 0px + 1.5625vw, 30px);
}
.contentsBody .memorialSection .memorial__img {
  width: 100%;
}
.contentsBody .memorialSection .memorial__img img {
  border-radius: var(--borderrad);
}
@media (min-width: 75em) {
  .contentsBody .memorialSection .memorial__item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .contentsBody .memorialSection .memorial__img {
    max-width: 180px;
  }
  .contentsBody .memorialSection .memorial__txtWrap {
    width: calc(100% - 200px);
  }
}
@media (min-width: 80em) {
  .contentsBody .memorialSection .memorial__img {
    max-width: 250px;
  }
  .contentsBody .memorialSection .memorial__txtWrap {
    width: calc(100% - 280px);
  }
}
.contentsBody .enichidoSection {
  padding-top: 0;
  border-top: 0;
  padding-bottom: 100px;
  border-bottom: 1px dotted var(--color-line);
}
