@charset "UTF-8";
/***
  The new CSS reset - version 1.7.3 (last updated 7.8.2022)
  GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
  Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
  - The "symbol *" part is to solve Firefox SVG sprite bug
*/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
  - fix for the content editable attribute will work properly.
  - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

html {
  font-size: 62.5%;
}

body {
  background: #f2f2f0;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.8;
  min-width: 375px;
}
@media screen and (min-width: 601px) {
  body {
    overflow-y: scroll;
    min-width: 1140px;
  }
}
@media screen and (max-width: 600px) {
  body {
    line-height: 1.4;
  }
}
body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 601px) {
  img,
  svg {
    width: auto;
  }
}

.c-svg-sprite {
  display: none;
}

a,
button {
  cursor: pointer;
  transition: 0.5s;
}
a:hover,
button:hover {
  opacity: 0.7;
}
a img,
button img {
  transition: 0.5s;
}

a:hover {
  text-decoration: unset !important;
}

.un_sectBlock_system {
  padding-top: 80px !important;
}
@media screen and (max-width: 600px) {
  .un_sectBlock_system {
    padding-top: 40px !important;
  }
}

.bg-white {
  background-color: white;
}

.l-main {
  font-family: "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  color: #694E3A !important;
  background-image: url(../../assets/images/common/bg_base.webp);
  background-size: contain;
  background-repeat: repeat;
  padding-top: 90px;
}
@media screen and (max-width: 600px) {
  .l-main {
    padding-top: 55px;
  }
}

@media screen and (min-width: 601px) {
  .l-wrapper {
    min-width: 1080px;
  }
}

.l-inner {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: 30px;
}
@media screen and (max-width: 600px) {
  .l-inner {
    padding-inline: 30px;
  }
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-loading__text {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.c-loading__count {
  font-size: 3rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1;
  margin: 8px 0;
}

.c-loading__indicator {
  width: 400px;
  height: 2px;
  margin: 16px 0 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.c-loading__progress {
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: width 0.2s ease;
}

.-loaded .c-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s ease;
}

.-loaded .c-loading__grp {
  transform: translate(0, -30%);
  transition: transform 2s ease;
}

.c-svg-sprite {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.c-tab__tabArea {
  position: relative;
  display: flex;
  width: 100%;
  height: 100px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media screen and (max-width: 600px) {
  .c-tab__tabArea {
    height: 60px;
  }
}

.c-tab__tabArea-Button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  background-color: rgba(234, 160, 23, 0.21);
  font-family: "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.c-tab__tabArea-Button span {
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .c-tab__tabArea-Button span {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.2;
  }
}
.c-tab__tabArea-Button.active {
  background-color: #F4BF5F !important;
}
.c-tab__tabArea-Button.active::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 30px solid #F4BF5F !important;
  border-bottom: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .c-tab__tabArea-Button.active::before {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 15px solid #F4BF5F !important;
    bottom: -10px;
  }
}
.c-tab__tabArea-Button.active span {
  color: white;
}
.c-tab__tabArea-Button:nth-child(1) {
  border-top-left-radius: 30px;
}
.c-tab__tabArea-Button:nth-child(2) {
  border-top-right-radius: 30px;
}

.c-tab__contentsArea {
  padding: 40px 80px;
  padding: 70px 80px 80px;
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea {
    padding: 30px 20px;
  }
}

.c-tab__contentsArea-sectionBlock {
  display: none;
}
.c-tab__contentsArea-sectionBlock.active {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea-sectionBlock.active {
    gap: 40px;
  }
}

.c-tab__contentsArea-sectionBlock__parts-box {
  padding: 30px;
  background: #FDFBED;
  border-radius: 8px;
  margin-bottom: 40px;
}
.c-tab__contentsArea-sectionBlock__parts-box p {
  font-weight: "Zen Maru Gothic", sans-serif;
  letter-spacing: -0.04em;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

.c-tab__contentsArea-sectionBlock__parts-list li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.c-tab__contentsArea-sectionBlock__parts-list li::before {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #694E3A !important;
  left: 0;
  top: 8px;
}
.c-tab__contentsArea-sectionBlock__parts-list li:last-child {
  margin-bottom: unset;
}

.c-tab__contentsArea-deco.bottom {
  transform: scaleY(-1);
  margin-top: -1px;
}

.c-contact {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .c-contact {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
.c-contact .l-inner {
  position: relative;
  max-width: 1400px;
  padding: 120px 110px;
  background-image: url(../../assets/images/common/bg_contact-pc.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  border: 4px solid #D1CCA6;
  box-shadow: 5px 5px 0px #D1CCA6;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .c-contact .l-inner {
    padding: 70px 20px;
    background-image: url(../../assets/images/common/bg_contact-sp.webp);
    border: 3px solid #D1CCA6;
    box-shadow: 5px 5px 0px #D1CCA6;
  }
}

.c-contact__deco {
  position: absolute;
  top: -50px;
}
@media screen and (max-width: 600px) {
  .c-contact__deco {
    top: -25px;
  }
}
.c-contact__deco:nth-of-type(1) {
  left: 100px;
}
@media screen and (max-width: 600px) {
  .c-contact__deco:nth-of-type(1) {
    left: 20px;
    width: 140px;
  }
}
.c-contact__deco:nth-of-type(2) {
  right: 100px;
}
@media screen and (max-width: 600px) {
  .c-contact__deco:nth-of-type(2) {
    right: 20px;
    width: 95px;
  }
}

.c-contact__title {
  text-align: center;
  font-size: 5.4rem;
  font-weight: bold;
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .c-contact__title {
    font-size: 3.4rem;
    line-height: 1.1;
    margin-bottom: 40px;
  }
}

.c-contact__online {
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  background: url(p0454_l.webp), url(p0454_l.webp), linear-gradient(0deg, rgba(198, 191, 154, 0.3), rgba(198, 191, 154, 0.3)), rgba(255, 255, 255, 0.3);
  background-blend-mode: overlay, overlay, normal, normal;
  /* #D1CCA6 */
  border: 0.912987px solid #D1CCA6;
  border-radius: 5.47792px;
}
@media screen and (max-width: 600px) {
  .c-contact__online {
    row-gap: 20px;
    padding: 20px;
  }
}

.c-contact__online-caption {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .c-contact__online-caption {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.c-contact__online-button {
  width: 400px;
  height: 90px;
  background-color: #CC2C63;
  border-radius: 7px;
  transition: 0.5s;
}
.c-contact__online-button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .c-contact__online-button {
    width: 100%;
    height: 80px;
  }
}
.c-contact__online-button a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-contact__online-button a span {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  color: white;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .c-contact__online-button a span {
    font-size: 2.2rem;
  }
}

.c-contact__enquiryList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .c-contact__enquiryList {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}

.c-contact__enquiryList-parts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 15px);
  padding: 25px 35px;
  border: 2px solid white;
  border-radius: 5px;
  background: url(../../assets/images/common/bg_brown.webp), #E0B465;
  background-blend-mode: plus-darker, normal;
  border: 2px solid #FFFFFF;
  box-shadow: 3px 4px 5.8px rgba(94, 62, 50, 0.57);
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .c-contact__enquiryList-parts {
    width: 100%;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
  }
}
.c-contact__enquiryList-parts p {
  width: calc(100% - 315px);
  color: white;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .c-contact__enquiryList-parts p {
    width: 100%;
  }
}
.c-contact__enquiryList-parts button {
  width: 285px;
  height: 65px;
  background-color: white;
  border-radius: 7px;
  transition: 0.5s;
}
.c-contact__enquiryList-parts button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .c-contact__enquiryList-parts button {
    width: 100%;
  }
}
.c-contact__enquiryList-parts button a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
  height: 100%;
}
.c-contact__enquiryList-parts button span {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  font-size: 2.6rem;
  letter-spacing: -2px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .c-contact__enquiryList-parts button span {
    font-size: 2rem;
  }
}
.c-contact__enquiryList-parts button svg {
  width: 30px;
  height: 30px;
  fill: #694E3A !important;
}

.c-contact__telArea-title {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .c-contact__telArea-title {
    font-size: 2.6rem;
  }
}

.c-contact__telArea-customerCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-contact__telArea-customerCenter p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.c-contact__telArea-customerCenter img {
  margin-bottom: 15px;
}
.c-contact__telArea-customerCenter span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.c-contact.yellow {
  margin-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .c-contact.yellow {
    margin-bottom: 60px;
  }
}
.c-contact.yellow .l-inner {
  background-image: url(../images/plan/bg_contact.webp);
  border: unset;
  box-shadow: unset;
}
@media screen and (max-width: 600px) {
  .c-contact.yellow .l-inner {
    background-image: url(../images/plan/bg_contact-sp.webp);
  }
}
.c-contact.yellow .c-contact__title {
  color: white;
}
.c-contact.yellow .c-contact__online {
  background-image: url(../images/plan/bg_online.webp);
  background-blend-mode: unset;
  background-size: cover;
}
.c-contact.yellow .c-contact__online-button {
  background-color: #E5004F;
}
.c-contact.yellow .c-contact__telArea-title {
  color: white;
}
.c-contact.yellow .c-contact__telArea-customerCenter p, .c-contact.yellow .c-contact__telArea-customerCenter span {
  color: white;
}
.c-contact.yellow .c-contact__enquiryList-parts {
  background: unset !important;
  background-blend-mode: plus-darker, normal;
  /* #FFFFFF */
  border: 2px solid #FFFFFF;
}

.c-courseParts {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  gap: 60px;
}
.c-courseParts:last-child {
  margin-bottom: unset;
}
@media screen and (max-width: 600px) {
  .c-courseParts {
    align-items: unset;
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }
}

.wedding .c-courseParts {
  background: #FFE9E7;
  box-shadow: 4px 4px 2.6px rgba(255, 190, 184, 0.64);
}

.funeral .c-courseParts {
  background: #F5F8EE;
  box-shadow: 4px 4px 2.6px rgba(131, 169, 55, 0.3);
}

.c-courseParts__text {
  width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .c-courseParts__text {
    width: 100%;
    gap: 20px;
  }
}

.c-courseParts__name {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .c-courseParts__name {
    font-size: 2rem;
  }
}

.c-courseParts__caption {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  padding: 25px 0;
}
@media screen and (max-width: 600px) {
  .c-courseParts__caption {
    font-size: 1.4rem;
    padding: unset;
  }
}

.c-courseParts__button {
  position: relative;
  width: 225px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  transition: 0.5s;
}
.c-courseParts__button:hover {
  box-shadow: unset !important;
}
.c-courseParts__button::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .c-courseParts__button::before {
    right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .c-courseParts__button {
    width: 175px;
  }
}
.c-courseParts__button span {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.04em;
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .c-courseParts__button span {
    font-size: 1.8rem;
  }
}

.wedding .c-courseParts__button {
  background: #EB675E;
  box-shadow: 3px 3px 0px #A8352D;
}

.funeral .c-courseParts__button {
  background: #83A937 !important;
  box-shadow: 3px 3px 0px #4E6520;
}

.c-courseParts__priceArea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 30px 20px;
  background: #FFFFFF;
  border: 1px solid #d1cca6 !important;
  border-radius: 6px;
  width: calc(100% - 430px - 27%);
  height: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 600px) {
  .c-courseParts__priceArea {
    width: 100%;
    padding: 15px 10px;
  }
}

.c-courseParts__priceArea-line {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: baseline;
  width: 100%;
}
.c-courseParts__priceArea-line .c-courseParts__priceArea-line__label p {
  font-size: 3.3rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 600px) {
  .c-courseParts__priceArea-line .c-courseParts__priceArea-line__label p {
    font-size: 1.9rem;
  }
}
.c-courseParts__priceArea-line .c-courseParts__priceArea-line__detail {
  display: flex;
  align-items: center;
  line-height: 1;
}
.c-courseParts__priceArea-line .c-courseParts__priceArea-line__detail p {
  font-size: 2.5rem;
  font-weight: bold;
}
.c-courseParts__priceArea-line .c-courseParts__priceArea-line__detail p span {
  font-size: 3.7rem;
}
.c-courseParts__priceArea-line .c-courseParts__priceArea-line__detail .mark {
  font-size: 1.6rem;
  padding: 0 10px;
  -webkit-text-stroke: 1px #694E3A !important; /*ベンダープレフィックス*/
  text-stroke: 1px #694E3A !important;
}
@media screen and (max-width: 600px) {
  .c-courseParts__priceArea-line .c-courseParts__priceArea-line__detail p {
    font-size: 1.5rem;
  }
  .c-courseParts__priceArea-line .c-courseParts__priceArea-line__detail p span {
    display: unset;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .c-courseParts__priceArea-line .c-courseParts__priceArea-line__detail .mark {
    padding: 0 5px;
    font-size: 1rem;
  }
}

.total .c-courseParts__priceArea-line__detail span {
  font-size: 5rem !important;
}
@media screen and (max-width: 600px) {
  .total .c-courseParts__priceArea-line__detail span {
    font-size: 2.9rem !important;
  }
}

.c-courseParts__image {
  width: 27%;
  height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.c-courseParts__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .c-courseParts__image {
    position: relative;
    width: 100%;
    right: unset;
  }
}

.wedding .c-courseParts__priceArea-line__detail p span {
  color: #EB675E;
}

.funeral .c-courseParts__priceArea-line__detail p span {
  color: #83A937 !important;
}

.p-system {
  background-color: white;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .p-system {
    padding: 40px 0;
  }
}
.p-system .un_sectBlock_system_txt,
.p-system .un_sectBlock_system_ttl {
  color: #333 !important;
}

@media screen and (max-width: 600px) {
  .un_main_visual_box {
    padding: 25px 10px 25px 5% !important;
  }
}

@media screen and (max-width: 600px) {
  .un_main_visual_bg {
    background: unset !important;
  }
}

.un_main_visual {
  color: #333 !important;
}

.un_main_visual_ttl {
  color: #333 !important;
}

.un_main_visual_lead {
  color: #333 !important;
}

.p-intro {
  margin-bottom: 110px;
}

.p-intro__caption {
  position: relative;
  padding-top: 30px;
  padding-bottom: 90px;
}
@media screen and (max-width: 600px) {
  .p-intro__caption {
    padding-bottom: 200px;
    padding-top: unset;
  }
}
.p-intro__caption::before {
  position: absolute;
  content: "";
  width: 65%;
  height: 100%;
  background-image: url(../../assets/images/top/intro/deco_load-pc.svg);
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0.76;
  right: 10%;
}
@media screen and (max-width: 600px) {
  .p-intro__caption::before {
    width: calc(100% + 60px);
    height: auto;
    aspect-ratio: 375/499;
    right: unset;
    top: -50px;
    left: -30px;
    background-image: url(../../assets/images/top/intro/deco_load-sp.svg);
  }
}
.p-intro__caption p {
  position: relative;
  z-index: 1;
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: -0.04em;
}
.p-intro__caption p span {
  color: #EB675E;
  border-bottom: 6px dotted;
}
@media screen and (max-width: 600px) {
  .p-intro__caption p {
    font-size: 2.9rem;
    letter-spacing: -3px;
    line-height: 1.6;
  }
}

.p-intro__caption .p-intro__caption-deco {
  position: absolute;
}
.p-intro__caption .p-intro__caption-deco:nth-of-type(1) {
  top: 75px;
  right: 4%;
}
@media screen and (max-width: 600px) {
  .p-intro__caption .p-intro__caption-deco:nth-of-type(1) {
    top: unset;
    bottom: 150px;
    width: 98px;
    right: -15px;
  }
}
.p-intro__caption .p-intro__caption-deco:nth-of-type(2) {
  right: 15%;
  top: 8%;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 600px) {
  .p-intro__caption .p-intro__caption-deco:nth-of-type(2) {
    bottom: 100px;
    left: 0%;
    right: unset;
    top: unset;
    width: 115px;
  }
}
.p-intro__caption .p-intro__caption-deco:nth-of-type(3) {
  right: 4%;
  bottom: 40px;
}
@media screen and (max-width: 600px) {
  .p-intro__caption .p-intro__caption-deco:nth-of-type(3) {
    bottom: 30px;
    right: 10%;
    width: 150px;
  }
}

.p-intro__boxArea {
  position: relative;
  background-color: #fffdf2;
  padding: 135px 95px 95px;
  border-radius: 30px;
  border: 1.5px solid #d1cca6 !important;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .p-intro__boxArea {
    padding: 30px;
  }
}
.p-intro__boxArea::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  width: 95%;
  height: 2px;
  background-color: #694E3A !important;
  margin: auto;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .p-intro__boxArea::before {
    width: 85%;
  }
}
.p-intro__boxArea::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -45px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 67px solid transparent;
  border-left: 67px solid transparent;
  border-top: 45px solid #694E3A !important;
  border-bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .p-intro__boxArea::after {
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
    border-top: 27px solid #694E3A !important;
    bottom: -27px;
  }
}

.p-intro__boxArea-graphArea {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  margin-bottom: 105px;
  padding: 0 100px;
}
@media screen and (max-width: 600px) {
  .p-intro__boxArea-graphArea {
    gap: 25px;
    flex-direction: column;
    margin-bottom: 85px;
    padding: unset;
  }
}

.p-intro__boxArea-graphArea__parts {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .p-intro__boxArea-graphArea__parts {
    width: 100%;
  }
}
.p-intro__boxArea-graphArea__parts p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 600px) {
  .p-intro__boxArea-graphArea__parts p {
    font-size: 2.2rem;
  }
}
.p-intro__boxArea-movie {
  position: relative;
  padding: 60px;
  background: #FFFFFF;
  box-shadow: 4px 4px 8.5px #F4F0D9;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .p-intro__boxArea-movie {
    padding: 20px;
  }
}
.p-intro__boxArea-movie p {
  position: absolute;
  width: 550px;
  color: white;
  background-color: #F4BF5F !important;
  font-size: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 11px 0;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 165px;
}
@media screen and (max-width: 600px) {
  .p-intro__boxArea-movie p {
    width: 240px;
    padding: 8px 0;
    font-size: 1.8rem;
    letter-spacing: -1px;
  }
}
.p-intro__boxArea-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 13/7;
}

.p-feature {
  margin-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .p-feature {
    margin-bottom: 80px;
  }
}

.p-feature .l-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .p-feature .l-inner {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}

.p-feature__listArea {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: calc(100% - 340px);
}
@media screen and (max-width: 600px) {
  .p-feature__listArea {
    width: 100%;
  }
}

.p-feature__listArea-parts {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 20px 25px;
  border-radius: 8px;
  background-color: #FDFBED;
}
@media screen and (max-width: 600px) {
  .p-feature__listArea-parts {
    flex-direction: column;
  }
}
.p-feature__listArea-parts span {
  color: #F4BF5F !important;
  font-size: 4.3rem;
  line-height: 1;
  font-weight: 900;
}
.p-feature__listArea-parts p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .p-feature__listArea-parts p {
    margin-top: 20px;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0;
  }
}

.p-feature__title {
  position: relative;
  width: 300px;
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
@media screen and (max-width: 600px) {
  .p-feature__title {
    width: 100%;
    row-gap: 25px;
  }
}
.p-feature__title span {
  position: relative;
  font-size: 2rem;
  padding-left: 2em;
}
.p-feature__title span::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #694E3A !important;
}
.p-feature__title p {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .p-feature__title p {
    font-size: 2.9rem;
  }
}

.p-feature__deco {
  position: absolute;
  bottom: -5%;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 600px) {
  .p-feature__deco {
    width: 90px;
    right: 0;
    left: unset;
    bottom: unset;
    top: -30%;
  }
}

.p-course {
  margin-bottom: 100px;
  padding-inline: 30px;
}
@media screen and (max-width: 600px) {
  .p-course {
    padding-inline: unset;
  }
}
.p-course .l-inner {
  background-color: white;
  border-radius: 30px;
  border: 1.5px solid #d1cca6 !important;
  padding-inline: unset;
}
@media screen and (max-width: 600px) {
  .p-course .l-inner {
    max-width: calc(100% - 60px);
    padding-inline: unset;
  }
}

.p-course__tabArea {
  display: flex;
  width: 100%;
  height: 100px;
  background-color: white;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media screen and (max-width: 600px) {
  .p-course__tabArea {
    height: 60px;
  }
}

.p-course__tabArea-Button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  background-color: rgba(131, 169, 55, 0.21);
}
.p-course__tabArea-Button span {
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .p-course__tabArea-Button span {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.2;
  }
}
.p-course__tabArea-Button.active {
  background-color: #83A937 !important;
}
.p-course__tabArea-Button.active::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 30px solid #83A937 !important;
  border-bottom: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .p-course__tabArea-Button.active::before {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 15px solid #83A937 !important;
    bottom: -10px;
  }
}
.p-course__tabArea-Button.active span {
  color: white;
}
.p-course__tabArea-Button:nth-child(1) {
  border-top-left-radius: 30px;
}
.p-course__tabArea-Button:nth-child(2) {
  border-top-right-radius: 30px;
}

.p-course__contentsArea {
  background-color: white;
  padding: 70px 80px 80px;
}
@media screen and (max-width: 600px) {
  .p-course__contentsArea {
    padding: 30px;
  }
}

.p-course__content-sectionBlock {
  display: none;
}
.p-course__content-sectionBlock.active {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 600px) {
  .p-course__content-sectionBlock.active {
    gap: 40px;
  }
}

.p-course__content-sectionBlock__categoryBlock-title {
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .p-course__content-sectionBlock__categoryBlock-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.p-contact {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .p-contact {
    padding: 0 15px;
    margin-bottom: 15px;
  }
}
.p-contact .l-inner {
  position: relative;
  padding: 120px 110px;
  background-image: url(../../assets/images/top/contact/bg-pc.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .p-contact .l-inner {
    padding: 70px 20px;
    background-image: url(../../assets/images/top/contact/bg-sp.webp);
  }
}

.p-contact__deco {
  position: absolute;
  top: -50px;
}
@media screen and (max-width: 600px) {
  .p-contact__deco {
    top: -25px;
  }
}
.p-contact__deco:nth-of-type(1) {
  left: 100px;
}
@media screen and (max-width: 600px) {
  .p-contact__deco:nth-of-type(1) {
    left: 20px;
    width: 140px;
  }
}
.p-contact__deco:nth-of-type(2) {
  right: 100px;
}
@media screen and (max-width: 600px) {
  .p-contact__deco:nth-of-type(2) {
    right: 20px;
    width: 95px;
  }
}

.p-contact__title {
  text-align: center;
  color: white;
  font-size: 5.4rem;
  font-weight: bold;
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .p-contact__title {
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}

.p-contact__online {
  background-image: url(../../assets/images/top/common/bg.webp);
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .p-contact__online {
    row-gap: 20px;
    padding: 20px;
  }
}

.p-contact__online-caption {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .p-contact__online-caption {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.p-contact__online-button {
  width: 400px;
  height: 90px;
  background-color: #83A937 !important;
  border-radius: 7px;
}
@media screen and (max-width: 600px) {
  .p-contact__online-button {
    width: 100%;
    height: 80px;
  }
}
.p-contact__online-button a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-contact__online-button a span {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  color: white;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .p-contact__online-button a span {
    font-size: 2.2rem;
  }
}

.p-contact__enquiryList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .p-contact__enquiryList {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
}

.p-contact__enquiryList-parts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(50% - 15px);
  padding: 37px;
  border: 1px solid white;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .p-contact__enquiryList-parts {
    width: 100%;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
  }
}
.p-contact__enquiryList-parts p {
  width: calc(100% - 315px);
  color: white;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .p-contact__enquiryList-parts p {
    width: 100%;
  }
}
.p-contact__enquiryList-parts button {
  width: 285px;
  height: 65px;
  background-color: white;
  border-radius: 7px;
}
@media screen and (max-width: 600px) {
  .p-contact__enquiryList-parts button {
    width: 100%;
  }
}
.p-contact__enquiryList-parts button a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 100%;
  height: 100%;
}
.p-contact__enquiryList-parts button span {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  font-size: 2.6rem;
  letter-spacing: -2px;
  font-weight: bold;
  color: #83A937 !important;
}
@media screen and (max-width: 600px) {
  .p-contact__enquiryList-parts button span {
    font-size: 2rem;
  }
}
.p-contact__enquiryList-parts button svg {
  width: 20px;
  height: 20px;
  fill: #83A937 !important;
}

.p-contact__telArea-title {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .p-contact__telArea-title {
    font-size: 2.6rem;
  }
}

.p-contact__telArea-customerCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-contact__telArea-customerCenter p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: white;
}
.p-contact__telArea-customerCenter img {
  margin-bottom: 15px;
}
.p-contact__telArea-customerCenter span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
}

.p-campaign {
  display: none;
}

.p-faq {
  padding: 140px 0;
  background-image: url(../../assets/images/top/common/bg.webp);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (max-width: 600px) {
  .p-faq {
    padding: 80px 0;
  }
}
.p-faq .l-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .p-faq .l-inner {
    flex-direction: column;
  }
}

.p-faq__title {
  position: relative;
  width: 305px;
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
@media screen and (max-width: 600px) {
  .p-faq__title {
    width: 100%;
    margin-bottom: 50px;
    row-gap: 15px;
  }
}
.p-faq__title span {
  position: relative;
  font-size: 2rem;
  color: #694E3A !important;
  padding-left: 2em;
}
.p-faq__title span::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #694E3A !important;
}
.p-faq__title p {
  font-size: 4.5rem;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .p-faq__title p {
    font-size: 2.9rem;
  }
}

.p-faq__deco {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .p-faq__deco {
    width: 125px;
    left: unset;
    top: -10%;
  }
}

.p-faq__qalistArea {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: calc(100% - 365px);
}
@media screen and (max-width: 600px) {
  .p-faq__qalistArea {
    width: 100%;
    margin-bottom: 40px;
  }
}

.p-faq__qalistArea-parts {
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
  border-radius: 8px;
  background-color: #FDFBED;
}
.p-faq__qalistArea-parts span {
  color: #F4BF5F !important;
}

.p-faq__qalistArea-parts__questionArea {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(105, 78, 58, 0.22);
}
.p-faq__qalistArea-parts__questionArea span {
  font-size: 4.3rem;
  font-weight: 900;
  line-height: 1;
}
.p-faq__qalistArea-parts__questionArea p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 600px) {
  .p-faq__qalistArea-parts__questionArea p {
    font-size: 2rem;
  }
}

.p-faq__qalistArea-parts__answerArea {
  display: flex;
  align-items: baseline;
  padding-top: 25px;
}
.p-faq__qalistArea-parts__answerArea span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 2.4rem;
}
.p-faq__qalistArea-parts__answerArea p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: -0.04em;
}
.p-faq__qalistArea-parts__answerArea a {
  text-decoration: underline !important;
  color: #694E3A !important;
}

.p-faq__linkButton {
  position: relative;
  background-color: #F4BF5F !important;
  border-radius: 7px;
  transition: 0.5s;
}
.p-faq__linkButton:hover {
  opacity: 0.7;
}
.p-faq__linkButton::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 1px;
  background-image: url(../../assets/images/top/faq/deco_button.svg);
  background-size: cover;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.p-faq__linkButton a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 87px;
}
.p-faq__linkButton span {
  font-family: "Zen Maru Gothic", sans-serif;
  color: white !important;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .p-faq__linkButton span {
    padding-left: unset;
  }
}
.p-faq__linkButton span::before {
  display: none;
}

.p-column {
  background-color: #FDFBED;
  padding: 140px 0;
}
@media screen and (max-width: 600px) {
  .p-column {
    padding: 60px 0;
  }
}

.p-column__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 40px;
}
@media screen and (max-width: 600px) {
  .p-column__list {
    display: flex;
    flex-direction: column;
  }
}

.p-column__list-parts {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
@media screen and (max-width: 600px) {
  .p-column__list-parts {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .p-column__list-parts__thumnail {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-column__list-parts__thumnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-column__list-parts__textArea {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 0 35px;
  row-gap: 40px;
}
@media screen and (max-width: 600px) {
  .p-column__list-parts__textArea {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    row-gap: unset;
  }
}

.p-column__list-parts__title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 600px) {
  .p-column__list-parts__title {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }
}

.p-column__list-parts__caption {
  font-weight: bold;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.p-column__list-parts__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -20px;
}
@media screen and (max-width: 600px) {
  .p-column__list-parts__meta {
    margin: unset;
  }
}

.p-column__list-parts__date {
  line-height: 1;
  letter-spacing: -0.04em;
}

.p-column__list-parts__category {
  color: white;
  background-color: #694E3A !important;
  padding: 2px 17px;
}

.p-voice {
  display: none;
  padding: 100px 0;
  background-color: white;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  .p-voice {
    padding: 60px 0;
  }
  .p-voice .l-inner {
    padding-inline: unset;
  }
}

.p-voice__title {
  margin-bottom: 50px;
}
.p-voice__title p {
  font-size: 5.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-voice__title {
    margin-bottom: 30px;
  }
  .p-voice__title p {
    font-size: 3.4rem;
  }
}

.p-voice__slideArea {
  position: relative;
  padding-bottom: 130px;
  overflow-x: clip;
}
.p-voice__slideArea-controlArea {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .p-voice__slideArea-controlArea {
    flex-direction: column;
    width: auto;
    gap: 15px;
  }
}
.p-voice__slideArea-controlArea .swiper-pagination {
  position: unset;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
.p-voice__slideArea-controlArea .swiper-pagination .swiper-pagination-bullet {
  width: 70px;
  height: 5px;
  border-radius: unset;
  background-color: #D0D0D0;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .p-voice__slideArea-controlArea .swiper-pagination .swiper-pagination-bullet {
    width: 42px;
    height: 3px;
  }
}
.p-voice__slideArea-controlArea .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F4CA1D;
}
.p-voice__slideArea-controlArea .swiper-button-next,
.p-voice__slideArea-controlArea .swiper-button-prev {
  position: unset;
  background-image: url(../images/top/voice/bg_button.png);
  background-size: cover;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
}
@media screen and (max-width: 600px) {
  .p-voice__slideArea-controlArea .swiper-button-next,
  .p-voice__slideArea-controlArea .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
.p-voice__slideArea-controlArea .swiper-button-prev:after, .p-voice__slideArea-controlArea .swiper-rtl .swiper-button-next:after,
.p-voice__slideArea-controlArea .swiper-button-next:after, .p-voice__slideArea-controlArea .swiper-rtl .swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.p-voice__slideArea-controlArea .swiper-button-prev:after, .p-voice__slideArea-controlArea .swiper-rtl .swiper-button-next:after {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 30px solid #ffffff;
  border-left: 0;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .p-voice__slideArea-controlArea .swiper-button-prev:after, .p-voice__slideArea-controlArea .swiper-rtl .swiper-button-next:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #ffffff;
    margin-right: 5px;
  }
}
.p-voice__slideArea-controlArea .swiper-button-next:after, .p-voice__slideArea-controlArea .swiper-rtl .swiper-button-prev:after {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #ffffff;
  border-right: 0;
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .p-voice__slideArea-controlArea .swiper-button-next:after, .p-voice__slideArea-controlArea .swiper-rtl .swiper-button-prev:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #ffffff;
    margin-left: 5px;
  }
}

.p-voice__slideArea-controlArea__buttonArea {
  display: flex;
  gap: 10px;
}

.p-voice__slideArea .swiper-wrappr {
  position: relative;
}

.p-voice__slide {
  background-color: #F1F0D6;
  height: auto;
}
.p-voice__slide .p-voice__slide-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .p-voice__slide .p-voice__slide-wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 25px;
  }
}
.p-voice__slide .p-voice__slide-image {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .p-voice__slide .p-voice__slide-image {
    width: 70%;
    margin: auto;
  }
}
.p-voice__slide .p-voice__slide-contents {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .p-voice__slide .p-voice__slide-contents {
    width: 100%;
  }
}
.p-voice__slide .p-voice__slide-contents__title {
  margin-bottom: 30px;
}
.p-voice__slide .p-voice__slide-contents__title p {
  font-size: 2.6rem;
  line-height: 1.35;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .p-voice__slide .p-voice__slide-contents__title {
    margin-bottom: 20px;
  }
  .p-voice__slide .p-voice__slide-contents__title p {
    font-size: 1.8rem;
  }
}
.p-voice__slide .p-voice__slide-contents__caption {
  margin-bottom: 20px;
}
.p-voice__slide .p-voice__slide-contents__caption p {
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .p-voice__slide .p-voice__slide-contents__caption p {
    font-size: 1.3rem;
  }
}
.p-voice__slide .p-voice__slide-contents__plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .p-voice__slide .p-voice__slide-contents__plan .p-voice__slide-contents__plan-label span {
    font-size: 1.2rem;
  }
}
.p-voice__slide .p-voice__slide-contents__plan .p-voice__slide-contents__plan-name {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-voice__slide .p-voice__slide-contents__plan .p-voice__slide-contents__plan-name a {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2px 22px 2px 7px;
}
.p-voice__slide .p-voice__slide-contents__plan .p-voice__slide-contents__plan-name a::before {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  font-size: 10px;
  content: "▶︎";
}
.p-voice__slide .p-voice__slide-contents__plan .p-voice__slide-contents__plan-name span {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .p-voice__slide .p-voice__slide-contents__plan .p-voice__slide-contents__plan-name span {
    font-size: 1.2rem;
  }
}
.p-voice__slide .p-voice__slide-contents__plan .p-voice__slide-contents__plan-name.wedding {
  background-color: #EB675E;
}
.p-voice__slide .p-voice__slide-contents__plan .p-voice__slide-contents__plan-name.funeral {
  background-color: #83A937;
}

.p-mv {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 140px;
  background-color: white;
}
@media screen and (max-width: 600px) {
  .p-mv {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
}

.p-mv__textArea {
  display: flex;
  justify-content: center;
  width: 45%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .p-mv__textArea {
    width: 100%;
    padding: 40px 25px;
  }
}

.p-mv__textArea-contents {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1em;
}
@media screen and (max-width: 600px) {
  .p-mv__textArea-contents {
    width: 100%;
    padding: unset;
  }
}

.p-mv__textArea-courceName {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 600px) {
  .p-mv__textArea-courceName {
    font-size: 3rem;
    margin-bottom: 25px;
  }
}
.p-mv__textArea-courceName span {
  color: white;
  padding: 15px 20px;
}
@media screen and (max-width: 600px) {
  .p-mv__textArea-courceName span {
    padding: 10px;
  }
}
.p-mv__textArea-catchcopy {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 1.35;
}
@media screen and (max-width: 600px) {
  .p-mv__textArea-catchcopy {
    font-size: 2.3rem;
    margin-bottom: 40px;
  }
}

.p-mv__textArea-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 600px) {
  .p-mv__textArea-content {
    gap: 25px;
  }
}

.p-mv__textArea-content__caption {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 600px) {
  .p-mv__textArea-content__caption {
    font-size: 1.3rem;
  }
}

.p-mv__textArea-content__planList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-mv__textArea-content__planList-plan {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #fdfbed !important;
  border-radius: 8px;
  padding: 5px 20px;
}
.p-mv__textArea-content__planList-plan span {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}
.p-mv__textArea-content__planList-plan p {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #694E3A !important;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .p-mv__textArea-content__planList-plan {
    gap: 10px;
  }
  .p-mv__textArea-content__planList-plan span {
    font-size: 2rem;
  }
  .p-mv__textArea-content__planList-plan p {
    font-size: 1.4rem;
  }
}

.p-mv__imageArea {
  position: relative;
  width: 55%;
  height: 100%;
  min-height: 700px;
}
.p-mv__imageArea img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .p-mv__imageArea img {
    position: unset;
  }
}
@media screen and (max-width: 600px) {
  .p-mv__imageArea {
    width: 100%;
    min-height: unset;
    height: 290px;
  }
}

.p-planArea {
  margin-bottom: 160px;
}
@media screen and (max-width: 600px) {
  .p-planArea {
    margin-bottom: 70px;
  }
}
.p-planArea .c-tab__tabArea-Button span {
  font-size: 3.5rem;
}
@media screen and (max-width: 600px) {
  .p-planArea .c-tab__tabArea-Button span {
    font-size: 1.7rem;
  }
}
.p-planArea .l-inner {
  padding-inline: unset;
  background-color: white;
  border: solid 1.5px #d1cca6 !important;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .p-planArea .l-inner {
    max-width: calc(100% - 40px);
    padding: unset;
  }
}

.c-tab__contentsArea-sectionBlock__title {
  padding: 5px 20px;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea-sectionBlock__title {
    font-size: 2.3rem;
  }
}

.c-tab__contentsArea-sectionBlock__priceDetail {
  display: flex;
  justify-content: center;
  padding: 0px 40px;
  border: 1px solid #d1cca6 !important;
  border-radius: 6px;
  gap: 30px;
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea-sectionBlock__priceDetail {
    padding: 25px 0;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}

.c-tab__contentsArea-sectionBlock__priceDetail-line {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: bold;
}
.c-tab__contentsArea-sectionBlock__priceDetail-line:first-child .c-tab__contentsArea-sectionBlock__priceDetail-line__detail span {
  font-size: 3.7rem;
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea-sectionBlock__priceDetail-line:first-child .c-tab__contentsArea-sectionBlock__priceDetail-line__detail span {
    font-size: 2.4rem;
  }
}
.c-tab__contentsArea-sectionBlock__priceDetail-line:last-child .c-tab__contentsArea-sectionBlock__priceDetail-line__detail span {
  font-size: 5rem;
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea-sectionBlock__priceDetail-line:last-child .c-tab__contentsArea-sectionBlock__priceDetail-line__detail span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea-sectionBlock__priceDetail-line {
    align-items: end;
    line-height: 1;
  }
}

.c-tab__contentsArea-sectionBlock__priceDetail-line__label span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.3rem;
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea-sectionBlock__priceDetail-line__label span {
    font-size: 2.1rem;
  }
}

.c-tab__contentsArea-sectionBlock__priceDetail-line__detail p {
  font-size: 2.5rem;
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea-sectionBlock__priceDetail-line__detail p {
    font-size: 1.6rem;
  }
}
.c-tab__contentsArea-sectionBlock__parts-title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 50px;
}
.c-tab__contentsArea-sectionBlock__parts-title span {
  font-size: 2rem;
  font-weight: bold;
}
.c-tab__contentsArea-sectionBlock__parts-title p {
  font-size: 4.5rem;
  letter-spacing: -0.04em;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea-sectionBlock__parts-title p {
    font-size: 2rem;
  }
}

.c-tab__contentsArea-sectionBlock__parts-table {
  width: 100%;
  margin-top: -40px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.c-tab__contentsArea-sectionBlock__parts-table tr {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #d1cca6 !important;
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea-sectionBlock__parts-table tr {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px 20px;
  }
}
.c-tab__contentsArea-sectionBlock__parts-table tr:nth-child(even) {
  background-color: #fdfbed;
}
.c-tab__contentsArea-sectionBlock__parts-table tr:last-child {
  border-bottom: unset;
}
.c-tab__contentsArea-sectionBlock__parts-table tr.image th p, .c-tab__contentsArea-sectionBlock__parts-table tr.image td p {
  margin-bottom: 30px;
}
.c-tab__contentsArea-sectionBlock__parts-table tr.image th img, .c-tab__contentsArea-sectionBlock__parts-table tr.image td img {
  max-height: 235px;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea-sectionBlock__parts-table tr.image th img, .c-tab__contentsArea-sectionBlock__parts-table tr.image td img {
    max-height: unset;
    width: 100%;
    height: auto;
  }
  .c-tab__contentsArea-sectionBlock__parts-table tr.image th img.vertical, .c-tab__contentsArea-sectionBlock__parts-table tr.image td img.vertical {
    max-height: 225px;
    width: auto;
    height: 100%;
    margin: auto;
  }
}
.c-tab__contentsArea-sectionBlock__parts-table tr.image .fullwidth img {
  margin-left: 260px;
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea-sectionBlock__parts-table tr.image .fullwidth img {
    margin-left: unset;
  }
}
.c-tab__contentsArea-sectionBlock__parts-table th {
  width: 300px;
  padding: 0 10px;
}
.c-tab__contentsArea-sectionBlock__parts-table th span {
  font-weight: bold;
}
.c-tab__contentsArea-sectionBlock__parts-table th.fullwidth {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea-sectionBlock__parts-table th {
    width: 100%;
    font-size: 1.5rem;
    padding: unset;
  }
}
.c-tab__contentsArea-sectionBlock__parts-table td {
  width: calc(100% - 300px);
}
@media screen and (max-width: 600px) {
  .c-tab__contentsArea-sectionBlock__parts-table td {
    width: 100%;
    font-size: 1.4rem;
  }
}
.c-tab__contentsArea-sectionBlock__parts-table td p {
  font-weight: 600;
}

.p-tableArea {
  margin-bottom: 140px;
}
@media screen and (max-width: 600px) {
  .p-tableArea {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .p-tableArea .l-inner {
    padding-inline: unset;
  }
}

.p-tableArea__caption {
  text-align: center;
  margin-bottom: 60px;
  font-size: 4.5rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .p-tableArea__caption {
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
}

.p-tableArea__boxArea-deco.bottom {
  transform: scaleY(-1);
  margin-top: -1px;
}

.p-tableArea__boxArea {
  padding: 80px;
  border: 1.5px solid #d1cca6 !important;
  border-radius: 30px;
  background-color: white;
}
@media screen and (max-width: 600px) {
  .p-tableArea__boxArea {
    padding: 30px;
    border-radius: unset;
    border-left: unset;
    border-right: unset;
  }
}
.p-tableArea__boxArea thead {
  text-align: center;
  border-bottom: 1px solid #d1cca6 !important;
}
.p-tableArea__boxArea thead th {
  text-align: center;
}
.p-tableArea__boxArea table {
  width: 100%;
  border: 1px solid #d1cca6 !important;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .p-tableArea__boxArea table {
    font-size: 1.3rem;
  }
}
.p-tableArea__boxArea table tr {
  border-bottom: 1px solid #d1cca6 !important;
}
.p-tableArea__boxArea table tr:last-child {
  border-bottom: unset;
}
.p-tableArea__boxArea table th {
  width: 33.3333333333%;
  background-color: #fdfbed;
  padding: 20px;
  border-right: 1px solid #d1cca6 !important;
}
.p-tableArea__boxArea table th:last-child {
  border-right: unset;
}
@media screen and (max-width: 600px) {
  .p-tableArea__boxArea table th {
    padding: 15px 5px;
  }
}
.p-tableArea__boxArea table td {
  width: 33.3333333333%;
  text-align: center;
  border-right: 1px solid #d1cca6 !important;
}
.p-tableArea__boxArea table td:last-child {
  border-right: unset;
}
.p-tableArea__boxArea-note {
  position: relative;
  margin-top: 0.5em;
  padding-left: 2em;
}
.p-tableArea__boxArea-note::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #e5004f;
  transform: rotate(45deg);
  left: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-availableArea {
  background-image: url(../../assets/images/plan/bg_availablearea.webp);
  background-repeat: repeat;
  background-size: contain;
  padding: 140px 0;
}
@media screen and (max-width: 600px) {
  .p-availableArea {
    padding: 60px 0;
  }
}

.p-availableArea__title {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .p-availableArea__title {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.p-availableArea__title span {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 4rem;
}
@media screen and (max-width: 600px) {
  .p-availableArea__title span {
    font-size: 1.4rem;
  }
}
.p-availableArea__title span::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #694E3A !important;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-availableArea__title p {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .p-availableArea__title p {
    font-size: 2rem;
  }
}

.p-availableArea__listArea {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 600px) {
  .p-availableArea__listArea {
    flex-direction: column;
  }
}

.p-availableArea__listArea-parts {
  position: relative;
  width: calc(33.3333333333% - 17px);
  border: 2px solid #d1cca6 !important;
  padding: 35px;
  border-radius: 5px;
  background-color: white;
}
@media screen and (max-width: 600px) {
  .p-availableArea__listArea-parts {
    width: 100%;
    padding: 30px;
  }
}

.p-availableArea__listArea-parts__cat {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  left: -2px;
  top: -2px;
  height: 37px;
  padding: 0 10px;
  border-top-left-radius: 5px;
}
.p-availableArea__listArea-parts__cat span {
  font-size: 20px;
  color: white;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .p-availableArea__listArea-parts__cat {
    height: 32px;
  }
}

.p-availableArea__listArea-parts__thumnail {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  background-color: #D9D9D9;
  margin-bottom: 30px;
}
.p-availableArea__listArea-parts__thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .p-availableArea__listArea-parts__thumnail {
    aspect-ratio: unset;
    margin-bottom: 25px;
  }
  .p-availableArea__listArea-parts__thumnail img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}

.p-availableArea__listArea-parts__name {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -0.04em;
}

.p-availableArea__listArea-parts__caption {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: -0.04em;
  margin-top: 1em;
}

.p-advertisingArea {
  padding: 140px 0;
}
@media screen and (max-width: 600px) {
  .p-advertisingArea {
    padding: 60px 0;
  }
}

.p-advertisingArea__boxArea {
  background-size: contain;
  background-color: white;
  padding: 80px;
  border: 1.5px solid #d1cca6 !important;
  border-radius: 30px;
}
@media screen and (max-width: 600px) {
  .p-advertisingArea__boxArea {
    padding: 30px;
  }
}

.p-advertisingArea__boxArea-title {
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .p-advertisingArea__boxArea-title {
    font-size: 2.4rem;
  }
}

.p-advertisingArea__boxArea-caption {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 50px;
}

.p-advertisingArea__boxArea-courseList {
  margin-bottom: 80px;
}

.p-advertisingArea__boxArea-movie {
  position: relative;
  padding: 60px;
  box-shadow: 4px 4px 8.5px #F4F0D9;
  border-radius: 4px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .p-advertisingArea__boxArea-movie {
    padding: 20px;
  }
}
.p-advertisingArea__boxArea-movie p {
  position: absolute;
  width: 550px;
  color: white;
  background-color: #F4BF5F !important;
  font-size: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 11px 0;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 165px;
}
@media screen and (max-width: 600px) {
  .p-advertisingArea__boxArea-movie p {
    width: 240px;
    padding: 8px 0;
    font-size: 1.8rem;
    letter-spacing: -1px;
  }
}
.p-advertisingArea__boxArea-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 13/7;
}

.p-advertisingArea__boxArea-linkButton {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  background-image: url(../../assets/images/common/bg_brown.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .p-advertisingArea__boxArea-linkButton {
    padding: 40px 25px;
  }
}
.p-advertisingArea__boxArea-linkButton span {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  color: white;
}
@media screen and (max-width: 600px) {
  .p-advertisingArea__boxArea-linkButton span {
    font-size: 2.2rem;
    line-height: 1.6;
    text-align: center;
  }
}

.wedding .p-mv__textArea-courceName span {
  background-color: #EB675E !important;
}
.wedding .p-mv__textArea-courceName p {
  color: #EB675E !important;
}
.wedding .p-mv__textArea-content__planList-plan span {
  color: #EB675E !important;
}
.wedding .c-tab__tabArea-Button {
  background-color: rgba(235, 103, 94, 0.21);
}
.wedding .c-tab__tabArea-Button.active {
  background-color: #EB675E !important;
}
.wedding .c-tab__tabArea-Button.active::before {
  border-top: 30px solid #EB675E !important;
}
@media screen and (max-width: 600px) {
  .wedding .c-tab__tabArea-Button.active::before {
    border-top: 15px solid #EB675E !important;
  }
}
.wedding .c-tab__contentsArea-sectionBlock__title {
  background-color: rgba(235, 103, 94, 0.21);
}
.wedding .c-tab__contentsArea-sectionBlock__priceDetail-line__detail span {
  color: #EB675E !important;
}
.wedding .p-availableArea__title span {
  color: #EB675E !important;
}
.wedding .p-availableArea__title span::before {
  background-color: #EB675E !important;
}
.wedding .p-availableArea__listArea-parts__cat {
  background-color: #EB675E !important;
}

.funeral .p-mv__textArea-courceName span {
  background-color: #83A937 !important;
}
.funeral .p-mv__textArea-courceName p {
  color: #83A937 !important;
}
.funeral .p-mv__textArea-content__planList-plan span {
  color: #83A937 !important;
}
.funeral .c-tab__tabArea-Button {
  background-color: rgba(131, 169, 55, 0.21);
}
.funeral .c-tab__tabArea-Button.active {
  background-color: #83A937 !important;
}
.funeral .c-tab__tabArea-Button.active::before {
  border-top: 30px solid #83A937 !important;
}
@media screen and (max-width: 600px) {
  .funeral .c-tab__tabArea-Button.active::before {
    border-top: 15px solid #83A937 !important;
  }
}
.funeral .c-tab__contentsArea-sectionBlock__title {
  background-color: rgba(131, 169, 55, 0.21);
}
.funeral .c-tab__contentsArea-sectionBlock__priceDetail-line__detail span {
  color: #83A937 !important;
}
.funeral .p-availableArea__title span {
  color: #83A937 !important;
}
.funeral .p-availableArea__title span::before {
  background-color: #83A937 !important;
}
.funeral .p-availableArea__listArea-parts__cat {
  background-color: #83A937 !important;
}

.p-commonCampaign {
  display: none;
}

@media screen and (min-width: 601px) {
  .u-sp {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .u-pc {
    display: none;
  }
}

.u-mt05 {
  margin-top: 0.5em;
}

.u-mb05 {
  margin-bottom: 0.5em;
}

.u-pt05 {
  padding-top: 0.5em;
}

.u-pb05 {
  padding-bottom: 0.5em;
}

.u-mt1 {
  margin-top: 1em;
}

.u-mb1 {
  margin-bottom: 1em;
}

.u-pt1 {
  padding-top: 1em;
}

.u-pb1 {
  padding-bottom: 1em;
}

.u-mt2 {
  margin-top: 2em;
}

.u-mb2 {
  margin-bottom: 2em;
}

.u-pt2 {
  padding-top: 2em;
}

.u-pb2 {
  padding-bottom: 2em;
}

.u-mt3 {
  margin-top: 3em;
}

.u-mb3 {
  margin-bottom: 3em;
}

.u-pt3 {
  padding-top: 3em;
}

.u-pb3 {
  padding-bottom: 3em;
}

.u-mt4 {
  margin-top: 4em;
}

.u-mb4 {
  margin-bottom: 4em;
}

.u-pt4 {
  padding-top: 4em;
}

.u-pb4 {
  padding-bottom: 4em;
}

.u-mt5 {
  margin-top: 5em;
}

.u-mb5 {
  margin-bottom: 5em;
}

.u-pt5 {
  padding-top: 5em;
}

.u-pb5 {
  padding-bottom: 5em;
}

.u-white {
  color: #fff;
  fill: #fff;
}
.u-white * {
  color: #fff;
  fill: #fff;
}

.u-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.u-right {
  text-align: right;
  margin-left: auto;
}

.u-left {
  text-align: left;
  margin-right: auto;
}

@media screen and (min-width: 601px) {
  .u-sp {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .u-pc {
    display: none !important;
  }
}