@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);}
 * 
 */
.pickupMenuSection .anchor--funeral {
  display: none;
}

.pageHeaderBtn__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.pageHeaderBtn__item {
  padding: 0;
  list-style: none;
}
.pageHeaderBtn__item:before {
  display: none;
}
.pageHeaderBtn__item .btn {
  font-size: 1.2em;
  font-weight: 500;
  transform: translateY(0);
  transition: 0.4s ease;
}
.pageHeaderBtn__item .btn .btnTxt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pageHeaderBtn__item .btn .btnTxt small {
  display: inline-block;
  color: var(--color-txt-weak);
  font-weight: 400;
  font-size: 70%;
  margin-bottom: 0.5em;
}
.pageHeaderBtn__item .btn .icon {
  margin-left: 0;
  margin-right: 0;
}
.pageHeaderBtn__item .btn .icon svg {
  opacity: 0.6;
  transition: 0.3s ease;
}
.pageHeaderBtn__item .btn:hover {
  transform: translateY(8px);
}
.pageHeaderBtn__item .btn:hover .btnTxt small {
  color: #fff;
}
.pageHeaderBtn__item .btn:hover .icon svg {
  opacity: 1;
}

.contentsBody .section__video {
  text-align: center;
  margin: 0 auto clamp(40px, 33.0769230769px + 1.9230769231vw, 70px);
  position: relative;
}
.contentsBody .section__videoIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: calc(60px + 3.5em);
  z-index: 1;
  transition: 0.4s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.contentsBody .section__video .icon {
  color: #fff;
  width: 70px;
  height: 70px;
  transition: inherit;
  transform: scale(1);
}
.contentsBody .section__video p {
  text-align: center;
  width: 100%;
  margin-top: 5px;
  font-weight: 500;
  font-size: 1.3em;
  line-height: 1.6;
  color: #fff;
}
.contentsBody .section__video:hover .icon {
  transform: scale(1.1);
}
.contentsBody .section__img {
  border-radius: var(--borderrad);
  overflow: hidden;
  margin-bottom: clamp(15px, 11.5384615385px + 0.9615384615vw, 30px);
}
@media (min-width: 75em) {
  .contentsBody .section__videoIcon {
    height: calc(120px + 3em);
  }
  .contentsBody .section__video .icon {
    width: 110px;
    height: 110px;
  }
  .contentsBody .section__video p {
    font-size: 1.5em;
  }
}
.contentsBody .section__subTtl {
  margin-top: clamp(40px, 37.6923076923px + 0.641025641vw, 50px);
  margin-bottom: clamp(15px, 11.5384615385px + 0.9615384615vw, 30px);
}
.contentsBody .swiperFlow {
  margin-top: clamp(20px, 15.3846153846px + 1.2820512821vw, 40px);
  margin-bottom: clamp(30px, 23.0769230769px + 1.9230769231vw, 60px);
}
.contentsBody .swiperFlow:before, .contentsBody .swiperFlow:after {
  content: none !important;
}
.contentsBody .swiper-paginationWrap {
  width: 100%;
  text-align: right;
}
.contentsBody .swiper-pagination {
  margin: 0;
  padding: 5px 0;
  text-align: right;
  position: relative;
  transition: 0.4s cubic-bezier(0.17, 0.84, 0.44, 1);
  bottom: 0 !important;
}
.contentsBody .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid var(--color-txt);
  width: 10px;
  height: 10px;
  margin-right: 6px;
  transition: 0.4s ease;
}
.contentsBody .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.contentsBody .swiper-pagination-bullet-active {
  background-color: var(--color-txt);
}
.contentsBody .swiper-button-prev, .contentsBody .swiper-button-next {
  width: 42px;
  height: 42px;
  color: transparent;
  top: calc(50% - 85px);
}
.contentsBody .swiper-button-prev:after, .contentsBody .swiper-button-next:after {
  content: "";
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.contentsBody .swiper-button-prev:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_485_725)%22%3E%3Cg%20clip-path%3D%22url(%23clip1_485_725)%22%3E%3Cpath%20d%3D%22M14.8999%2019.5L7.3999%2012L14.8999%204.5%22%20stroke%3D%22%23444444%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_485_725%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22clip1_485_725%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%20transform%3D%22matrix(-1%200%200%20-1%2024%2024)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
.contentsBody .swiper-button-next:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_485_719)%22%3E%3Cg%20clip-path%3D%22url(%23clip1_485_719)%22%3E%3Cpath%20d%3D%22M9.1001%204.5L16.6001%2012L9.1001%2019.5%22%20stroke%3D%22%23444444%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_485_719%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3CclipPath%20id%3D%22clip1_485_719%22%3E%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}
@media (min-width: 75em) {
  .contentsBody .swiper-button-prev, .contentsBody .swiper-button-next {
    top: calc(50% - 40px);
  }
}
.contentsBody .planDetailSection .order-footnote {
  margin-bottom: 20px;
}
.contentsBody .flowSlide__list {
  margin: 0;
  list-style: none;
}
.contentsBody .flowSlide__item {
  list-style: none;
  padding: 0;
  position: relative;
}
.contentsBody .flowSlide__num {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
  font-size: 13px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-image: url(../../../../../assets/img/funeral/img_sangebg.png);
  background-size: 100%;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M17.1101%2022.0151C17.3372%2022.0151%2017.5476%2021.8947%2017.6589%2021.6967C18.577%2020.0653%2019.4237%2018.3139%2020.0086%2016.5416C20.4919%2015.077%2020.7549%2013.5156%2020.5547%2011.9863C20.3227%2010.214%2019.4642%208.57461%2018.2928%207.24209C17.0175%205.79144%2015.3248%204.83563%2013.931%203.51736C13.3238%202.94303%2012.7441%202.32296%2012.2348%201.65612C12.1141%201.49809%2011.8856%201.49809%2011.7649%201.65612C11.2556%202.32296%2010.676%202.94303%2010.0687%203.51736C8.67494%204.83563%206.9822%205.79144%205.70696%207.24209C4.53556%208.57461%203.67698%2010.214%203.44501%2011.9863C3.24484%2013.5156%203.50782%2015.077%203.99113%2016.5416C4.57597%2018.3139%205.42276%2020.0653%206.34079%2021.6967C6.45217%2021.8947%206.66254%2022.0151%206.88967%2022.0151H17.1101Z%22%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M17.1101%2022.0151C17.3372%2022.0151%2017.5476%2021.8947%2017.6589%2021.6967C18.577%2020.0653%2019.4237%2018.3139%2020.0086%2016.5416C20.4919%2015.077%2020.7549%2013.5156%2020.5547%2011.9863C20.3227%2010.214%2019.4642%208.57461%2018.2928%207.24209C17.0175%205.79144%2015.3248%204.83563%2013.931%203.51736C13.3238%202.94303%2012.7441%202.32296%2012.2348%201.65612C12.1141%201.49809%2011.8856%201.49809%2011.7649%201.65612C11.2556%202.32296%2010.676%202.94303%2010.0687%203.51736C8.67494%204.83563%206.9822%205.79144%205.70696%207.24209C4.53556%208.57461%203.67698%2010.214%203.44501%2011.9863C3.24484%2013.5156%203.50782%2015.077%203.99113%2016.5416C4.57597%2018.3139%205.42276%2020.0653%206.34079%2021.6967C6.45217%2021.8947%206.66254%2022.0151%206.88967%2022.0151H17.1101Z%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.contentsBody .flowSlide__txtWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 10px auto 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: calc(var(--borderrad) / 2);
  padding: 0;
  width: 100%;
}
.contentsBody .flowSlide__txtWrap .footnote {
  margin-top: 0;
  width: 100%;
}
.contentsBody .flowSlide__txt {
  width: calc(100% - 46px);
  margin-top: 0;
  line-height: 1.8;
}
.contentsBody .flowSlide__ttl {
  margin-top: 0;
  font-weight: 600;
  position: relative;
}
.contentsBody .flowSlide__ttl:after {
  content: "／";
  font-size: inherit;
  font-weight: 400;
  display: inline-block;
  padding: 0 3px;
}
@media (min-width: 75em) {
  .contentsBody .flowSlide__txtWrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 15px;
    width: calc(100% - 20px);
  }
}
.contentsBody .flow__item {
  min-height: 88px;
}
.contentsBody .flow__item .footnote {
  margin-top: 0;
}
.contentsBody .flow__term {
  font-size: clamp(0.9375rem, 0.9230769231rem + 0.0641025641vw, 1rem);
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.contentsBody .flow__term:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(68, 68, 68, 0.5);
  position: absolute;
  top: 1em;
  left: 0;
  margin: auto;
  z-index: 1;
}
.contentsBody .flow__termInner {
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 1em;
}
.contentsBody .flow__data {
  margin-left: 0;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 75em) {
  .contentsBody .flow__item {
    flex-wrap: nowrap;
  }
  .contentsBody .flow__term {
    width: calc(35% + 36px);
  }
  .contentsBody .flow__term:after {
    width: calc(100% - 40px);
  }
  .contentsBody .flow__data {
    width: calc(65% + 80px);
  }
}
.contentsBody .price__tblHeader {
  display: flex;
  border-bottom: 1px solid var(--color-txt);
  justify-content: space-between;
  padding-bottom: 10px;
}
.contentsBody .price__tblHeader > * {
  font-weight: 500;
}
.contentsBody .price__tblHeader dt {
  color: var(--color-txt-weak);
  font-size: 90%;
}
.contentsBody .price__tblHeader .price__kinds {
  display: none;
}
.contentsBody .price__tblData {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-line);
  padding: clamp(8px, 5.2307692308px + 0.7692307692vw, 20px) 0;
  box-sizing: border-box;
}
.contentsBody .price__tblData dd {
  margin-left: 0;
}
.contentsBody .price__tblDataHead {
  display: flex;
  flex-direction: column;
  width: calc(100% - 6em);
}
.contentsBody .price__tblData .price__size {
  font-weight: 500;
}
.contentsBody .price__tblData .price__price {
  width: 6em;
  font-weight: 500;
  font-size: 17px;
  text-align: right;
}
@media (min-width: 75em) {
  .contentsBody .price {
    padding-bottom: 20px;
  }
  .contentsBody .price__tblHeader .price__size {
    min-width: 180px;
  }
  .contentsBody .price__tblHeader .price__kinds {
    display: inline-block;
    width: calc(100% - 180px);
  }
  .contentsBody .price__tblHeader .price__price {
    width: 8em;
    text-align: right;
  }
  .contentsBody .price__tblDataHead {
    flex-direction: row;
    width: calc(100% - 8em);
  }
  .contentsBody .price__tblData .price__size {
    min-width: 180px;
  }
  .contentsBody .price__tblData .price__kinds {
    width: calc(100% - 180px);
  }
}
.contentsBody .option__ttl {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1.0625rem);
  width: 100%;
}
.contentsBody .option__ttl .recommendation {
  display: inline-block;
  margin-right: 10px;
  border-radius: var(--borderrad);
  background-color: var(--color-secondary);
  text-align: center;
  font-size: clamp(0.6875rem, 0.6730769231rem + 0.0641025641vw, 0.75rem);
  font-weight: 500;
  padding: 0 10px;
}
.contentsBody .option__priceTxt {
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  position: relative;
  text-align: right;
  margin-top: 0;
}
.contentsBody .option__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 .option__priceTxtInner {
  display: inline-block;
  background-color: #fff;
  padding-left: 10px;
  position: relative;
  z-index: 2;
}
.contentsBody .option__detailTxt {
  font-size: clamp(0.75rem, 0.7211538462rem + 0.1282051282vw, 0.875rem);
  margin-top: 0;
}
@media (min-width: 80em) {
  .contentsBody .option__list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
  }
  .contentsBody .option .swiper-slide img {
    height: auto;
    width: 100%;
  }
}
.contentsBody .payment__img {
  max-width: 560px;
  margin-top: 40px;
}

/* youtube modal */
#modalVideo {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 201;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s ease;
}
#modalVideo.open {
  filter: opacity(1);
  visibility: visible;
}
#modalVideo.close {
  filter: opacity(0);
  visibility: hidden;
}
#modalVideo iframe {
  width: 100vw;
  height: 56vw;
  pointer-events: auto;
}
@media (min-width: 46.25em) {
  #modalVideo iframe {
    width: 85vw;
    height: 47vw;
  }
}
@media (min-width: 61.25em) {
  #modalVideo iframe {
    width: 64vw;
    height: 36vw;
  }
}

.videoClose {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 75em) {
  .videoClose {
    width: 80px;
    height: 80px;
  }
}
.videoClose:before, .videoClose:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background-color: white;
}
@media (min-width: 75em) {
  .videoClose:before .videoClose:before,
  .videoClose:before .videoClose:after, .videoClose:after .videoClose:before,
  .videoClose:after .videoClose:after {
    width: 80px;
  }
}
.videoClose:before {
  transform: rotate(45deg);
}
.videoClose:after {
  transform: rotate(-45deg);
}
.videoClose .-showVideo .videoClose {
  opacity: 1;
  z-index: 100;
  cursor: pointer;
}

.videoTrigger {
  cursor: pointer;
  overflow: hidden;
  border-radius: var(--borderrad);
}
.video__img {
  transition: 0.4s cubic-bezier(0.17, 0.84, 0.44, 1);
  margin: 0;
  aspect-ratio: 5/3;
  position: relative;
}
.video__img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: inherit;
  border-radius: var(--borderrad);
}
.video__img img {
  transform: scale(1);
  transition: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}
.video__img:hover:after {
  opacity: 0;
}
.video__img:hover img {
  transform: scale(1.03);
}
@media (min-width: 75em) {
  .video__img {
    aspect-ratio: auto;
  }
  .video__img img {
    height: auto;
  }
}

/* oldPlan */
.oldPlan {
  margin-bottom: 60px;
}
.oldPlan .footnote li {
  font-weight: 500;
  font-size: clamp(0.8125rem, 0.7692307692rem + 0.1923076923vw, 1rem);
}
