@charset "UTF-8";
/****************************************************************************************************************************/
/*
/*
/* = Reset Style
/*
/*
/****************************************************************************************************************************/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, dt {
  padding: 0;
  margin: 0;
  font-weight: 500;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

.tb-only {
  display: none;
}
@media print, screen and (max-width: 1080px) and (min-width: 768px) {
  .tb-only {
    display: block;
  }
}

.gt-sp {
  display: block;
}
@media screen and (max-width: 390px) {
  .gt-sp {
    display: none;
  }
}

.lt-pcm {
  display: none;
}
@media print, screen and (max-width: 1366px) {
  .lt-pcm {
    display: block;
  }
}

.lt-tb {
  display: none;
}
@media print, screen and (max-width: 1080px) {
  .lt-tb {
    display: block;
  }
}

.lt-tbv {
  display: none;
}
@media print, screen and (max-width: 810px) {
  .lt-tbv {
    display: block;
  }
}

.lt-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lt-sp {
    display: block;
  }
}

.lt-spv {
  display: none;
}
@media screen and (max-width: 390px) {
  .lt-spv {
    display: block;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
a:link {
  color: #454545;
}
a:active {
  color: #454545;
}
a:focus {
  color: #454545;
}
a:visited {
  color: #454545;
}
a:hover {
  color: #454545;
  transition: 0.5s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.mailaddress::after {
  content: "";
}

img,
svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-underline {
  text-decoration: underline;
}

.ttl-h2 {
  margin-bottom: clamp(19px, 1.757vw, 24px);
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(55px, 5.124vw, 70px) 0;
}
@media screen and (max-width: 767px) {
  .ttl-h2 {
    margin-bottom: clamp(30px, 9.231vw, 36px);
    gap: clamp(34px, 10.769vw, 42px) 0;
  }
}
.ttl-h2 .jp {
  font-size: clamp(25px, 2.343vw, 32px);
  font-weight: 700;
  color: #8C8178;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .ttl-h2 .jp {
    font-size: clamp(18px, 5.641vw, 22px);
    line-height: 1.73;
    text-align: center;
  }
}
.ttl-h2 .en {
  font-size: clamp(40px, 3.66vw, 50px);
  font-weight: 700;
  color: #B39896;
  line-height: 1.44;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .ttl-h2 .en {
    font-size: clamp(28px, 8.718vw, 34px);
  }
}
.ttl-h3 {
  margin-bottom: clamp(38px, 3.514vw, 48px);
  text-align: center;
  font-size: clamp(25px, 2.343vw, 32px);
  line-height: 1.31;
  letter-spacing: 0.08em;
  color: #9A7976;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ttl-h3 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.73;
  }
}

.btn-tel {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.btn-tel-ttl {
  font-size: clamp(9px, 0.878vw, 12px);
  font-weight: 600;
  line-height: 1.42;
}
.btn-tel-num {
  position: relative;
  padding-left: 36px;
  font-size: clamp(30px, 2.782vw, 38px);
  line-height: 1.1;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", "Zen Old Mincho" serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.btn-tel-num::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 31px;
  height: 31px;
  background-image: url(../images/ico-tel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.btn-tel-info {
  font-size: clamp(11px, 1.025vw, 14px);
  line-height: 1.43;
}
.btn-mail {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px 0;
  width: 100%;
  height: 100%;
  background-color: #898179;
  border: 2px solid #898179;
  text-align: center;
  font-size: clamp(11px, 1.025vw, 14px);
  color: #ffffff !important;
  line-height: 1.43;
}
.btn-mail::before {
  display: block;
  content: "";
  width: 20px;
  aspect-ratio: 20/17;
  background-color: #ffffff;
  mask-image: url(../images/ico-mail.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% auto;
}
.btn-mail:hover {
  background-color: #C41212;
}
.btn-more {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: clamp(120px, 12.87vw, 139px);
  height: clamp(40px, 4.722vw, 51px);
  padding: 0 2.5em 0 1em;
  background-color: rgba(111, 103, 103, 0.5);
  border: 1px solid #ffffff;
  border-radius: 11px;
  color: #ffffff !important;
}
@media screen and (max-width: 767px) {
  .btn-more {
    width: 104px;
    height: 21px;
    font-size: 12px;
  }
}
.btn-more::after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: clamp(8px, 1.019vw, 11px);
  aspect-ratio: 11/9;
  background-color: #ffffff;
  mask-image: url(../images/ico-arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% auto;
}
.btn-txt {
  text-decoration: underline;
}

.card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: clamp(51px, 4.758vw, 65px) clamp(22px, 2.05vw, 28px);
}
.card-item {
  width: calc((100% - clamp(22px, 2.05vw, 28px) * 2) / 3);
  border-radius: clamp(8px, 0.732vw, 10px);
  background-color: #ffffff;
  box-shadow: 0 10px 11px rgba(0, 0, 0, 0.16);
}
@media print, screen and (max-width: 1080px) {
  .card-item {
    width: calc((100% - clamp(22px, 2.05vw, 28px) * 1) / 2);
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .card-item {
    width: 100%;
    max-width: 350px;
  }
}
.card-item.swiper-slide {
  width: calc((100% - clamp(22px, 2.05vw, 28px) * 2) / 3) !important;
  height: auto !important;
}
@media print, screen and (max-width: 1080px) {
  .card-item.swiper-slide {
    width: calc((100% - clamp(22px, 2.05vw, 28px) * 1) / 2) !important;
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .card-item.swiper-slide {
    width: 100% !important;
    max-width: 350px;
  }
}
.card-item-fig-note {
  display: block;
  margin-right: clamp(16px, 1.464vw, 20px);
  text-align: right;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.card-item-cnt-ttl {
  text-align: center;
  font-size: clamp(17px, 1.611vw, 22px);
  line-height: 1.45;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.card-item-cnt-ttl .ttl-bubble {
  position: absolute;
  top: calc(clamp(44px, 4.026vw, 55px) * -1);
  left: clamp(6px, 0.512vw, 7px);
  width: clamp(89px, 8.272vw, 113px);
  height: clamp(24px, 2.196vw, 30px);
  border-radius: clamp(12px, 1.098vw, 15px);
  line-height: clamp(24px, 2.196vw, 30px);
  font-size: clamp(13px, 1.171vw, 16px);
  letter-spacing: 0.1em;
  background-color: #AB4A52;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
}
.card-item-cnt-ttl .ttl-bubble::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 12px;
  height: 8px;
  background-color: #AB4A52;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.card-item-cnt-bg {
  padding: 0.4em;
  background-color: #AE9997;
  color: #ffffff;
  text-align: center;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: 1.28;
  letter-spacing: 0.04em;
}
.card-item-cnt-tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: clamp(2px, 0.22vw, 3px);
}
.card-item-cnt-tag span {
  display: block;
  padding: 0.2em 0.8em;
  border: 1px solid #766559;
  border-radius: clamp(32px, 2.928vw, 40px);
  color: #766559;
  font-size: clamp(10px, 0.952vw, 13px);
  line-height: 1.46;
}
.card-item-cnt-price {
  text-align: center;
}
.card-item-cnt-price .price-bubble {
  display: inline-block;
  padding: 0 1em;
  height: clamp(22px, 2.05vw, 28px);
  border-radius: clamp(12px, 1.098vw, 15px);
  line-height: clamp(21px, 1.977vw, 27px);
  font-size: clamp(11px, 1.025vw, 14px);
  background-color: #AB4A52;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
}
.card-item-cnt-price .price-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 clamp(10px, 0.952vw, 13px);
}
.card-item-cnt-price .price-prefix {
  font-size: clamp(17px, 1.611vw, 22px);
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.card-item-cnt-price .price-main {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 700;
}
.card-item-cnt-price .price-main::after {
  position: absolute;
  right: -0.5em;
  bottom: -1.2em;
  display: block;
  content: "（税込）";
  font-size: clamp(10px, 0.952vw, 13px);
  color: #454545;
  letter-spacing: 0.04em;
}
.card-item-cnt-price .price-int {
  font-size: clamp(48px, 4.466vw, 61px);
  line-height: 1;
  color: #B39896;
}
.card-item-cnt-price .price-decimal {
  font-size: clamp(31px, 2.855vw, 39px);
  line-height: 1;
  color: #B39896;
  letter-spacing: 0.04em;
}
.card-item-cnt-price .price-unit {
  font-size: clamp(19px, 1.757vw, 24px);
  line-height: 1;
  color: #454545;
  letter-spacing: 0.04em;
}
.card-item-cnt-tbl {
  margin-bottom: clamp(20px, 1.83vw, 25px);
}
.card-item-cnt-tbl .tbl-tr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.card-item-cnt-tbl .tbl-tr + .tbl-tr {
  margin-top: clamp(6px, 0.586vw, 8px);
}
.card-item-cnt-tbl .tbl-th {
  width: 106px;
  padding: 0 1em;
  background-color: #DFEAF5;
  text-align: center;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: 1.5;
}
.card-item-cnt-tbl .tbl-td {
  width: calc(100% - clamp(84px, 7.76vw, 106px));
  padding: 0 1em;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: 1.5;
}
.card-item-cnt-txt {
  line-height: 2;
}
.card-item-cnt-note {
  margin-top: clamp(16px, 1.464vw, 20px);
  font-size: 10px;
  color: #222222;
  line-height: 1.6;
}

.cta {
  width: 100%;
  max-width: clamp(632px, 58.492vw, 799px);
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-sizing: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.cta-ttl {
  padding: 0.4em 1em;
  background-color: #AB4A52;
  font-size: 20px;
  line-height: 2.3;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-ttl {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.5;
  }
}
.cta-cnt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 clamp(28px, 3.66vw, 50px);
  padding: clamp(20px, 2.562vw, 35px) clamp(34px, 4.392vw, 60px) clamp(34px, 4.392vw, 60px) clamp(34px, 4.392vw, 60px);
}
@media screen and (max-width: 767px) {
  .cta-cnt {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(21px, 6.667vw, 26px) 0;
    padding: clamp(16px, 5.128vw, 20px) clamp(30px, 9.231vw, 36px) clamp(33px, 10.256vw, 40px) clamp(30px, 9.231vw, 36px);
  }
}
@media screen and (max-width: 767px) {
  .cta-cnt-tel {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.cta-cnt-tel .btn-tel-ttl {
  font-size: clamp(10px, 3.077vw, 12px);
}
.cta-cnt-tel .btn-tel-num {
  font-size: clamp(31px, 9.744vw, 38px);
  white-space: nowrap;
  letter-spacing: -0.001em;
}
.cta-cnt-tel .btn-tel-info {
  font-size: clamp(11px, 3.59vw, 14px);
}
@media screen and (max-width: 767px) {
  .cta-cnt-mail {
    width: 100%;
  }
}
.cta-cnt-mail .btn-mail {
  width: clamp(220px, 20.351vw, 278px);
  height: 100px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cta-cnt-mail .btn-mail {
    width: 100%;
  }
}

.anime-bubble {
  opacity: 0;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 2.2s ease-out;
}

.anime-bubble.isShow {
  opacity: 1;
}

.anime-flow .eternity-flow-list-item,
.anime-flow .item-arrow {
  opacity: 0;
  transform: translateY(30px);
}

.anime-flow.isShow .eternity-flow-list-item,
.anime-flow.isShow .item-arrow {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.anime-flow.isShow .eternity-flow-list-item:nth-child(1) {
  transition-delay: 0s;
}

.anime-flow.isShow .eternity-flow-list-item:nth-child(2) {
  transition-delay: 0.4s;
}

.anime-flow.isShow .eternity-flow-list-item:nth-child(3) {
  transition-delay: 0.8s;
}

.anime-flow.isShow .eternity-flow-list-item:nth-child(1) .item-arrow {
  transition-delay: 0.2s;
}

.anime-flow.isShow .eternity-flow-list-item:nth-child(2) .item-arrow {
  transition-delay: 0.6s;
}

.anime-point .eternity-point-item {
  opacity: 0;
  transform: translateY(30px);
}

.anime-point.isShow .eternity-point-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.anime-point.isShow .eternity-point-item:nth-child(1) {
  transition-delay: 0s;
}

.anime-point.isShow .eternity-point-item:nth-child(2) {
  transition-delay: 0.2s;
}

.anime-point.isShow .eternity-point-item:nth-child(3) {
  transition-delay: 0.4s;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #454545;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-size: clamp(13px, 1.171vw, 16px);
  font-weight: 500;
  line-height: 1;
  font-display: swap;
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
}
body.open {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

.header {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1080px) {
  .header {
    position: relative;
    z-index: 3;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
}
.header-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 100px 0 clamp(11px, 1.025vw, 14px);
}
@media print, screen and (max-width: 1080px) {
  .header-inner {
    padding-right: 90px;
  }
}
.header-sitename {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(19px, 1.757vw, 24px);
}
.header-sitename-logo {
  width: clamp(222px, 20.498vw, 280px);
  aspect-ratio: 560/144;
}
@media screen and (max-width: 767px) {
  .header-sitename-logo {
    width: clamp(160px, 50vw, 195px);
  }
}
.header-sitename-desc {
  font-size: clamp(11px, 1.025vw, 14px);
  line-height: 1.71;
}
@media print, screen and (max-width: 1080px) {
  .header-sitename-desc {
    display: none;
  }
}
.header-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(16px, 1.464vw, 20px);
}
@media print, screen and (max-width: 1080px) {
  .header-contact {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header-contact {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    width: 100%;
    height: 90px;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .header-contact-tel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  .header-contact-tel .btn-tel {
    height: 100%;
    padding: 10px 5px 10px 5px;
  }
  .header-contact-tel .btn-tel-ttl {
    margin-bottom: 6px;
    font-size: 10px;
  }
  .header-contact-tel .btn-tel-num {
    padding-left: clamp(28px, 8.718vw, 34px);
    font-size: clamp(27px, 8.462vw, 33px);
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }
  .header-contact-tel .btn-tel-num::before {
    width: clamp(23px, 7.179vw, 28px);
    height: clamp(23px, 7.179vw, 28px);
  }
  .header-contact-tel .btn-tel-info {
    margin-top: 4px;
    font-size: clamp(10px, 3.077vw, 12px);
  }
}
@media screen and (max-width: 600px) {
  .header-contact-tel {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .header-contact-tel {
    width: 70%;
  }
}
@media screen and (max-width: 390px) {
  .header-contact-tel {
    width: calc(100% - 110px);
  }
}
.header-contact-mail {
  width: clamp(138px, 12.738vw, 174px);
  height: 100px;
}
@media print, screen and (max-width: 1080px) {
  .header-contact-mail {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header-contact-mail {
    width: 50%;
    height: 90px;
  }
}
@media screen and (max-width: 600px) {
  .header-contact-mail {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .header-contact-mail {
    width: 30%;
  }
}
@media screen and (max-width: 390px) {
  .header-contact-mail {
    width: 110px;
  }
}
.header-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 100px;
  aspect-ratio: 1/1;
  background-color: #AE9997;
  cursor: pointer;
}
@media print, screen and (max-width: 1080px) {
  .header-btn {
    width: 90px;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  .header-btn {
    width: 70px;
  }
}
.header-btn span,
.header-btn span::before,
.header-btn span::after {
  position: absolute;
  display: block;
  content: "";
  width: 36px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .header-btn span,
  .header-btn span::before,
  .header-btn span::after {
    width: 27px;
  }
}
.header-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-btn span::before {
  top: -15px;
}
@media print, screen and (max-width: 1080px) {
  .header-btn span::before {
    top: -13px;
  }
}
.header-btn span::after {
  top: 15px;
}
@media print, screen and (max-width: 1080px) {
  .header-btn span::after {
    top: 13px;
  }
}
.open .header-btn span {
  background-color: transparent;
}
.open .header-btn span::before {
  top: 0;
  transform: rotate(-45deg);
}
.open .header-btn span::after {
  top: 0;
  transform: rotate(45deg);
}
.header-nav {
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  z-index: 4;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 810px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #9A7976;
  opacity: 0;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 1080px) {
  .header-nav {
    padding-top: 85px;
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    min-height: initial;
    padding-top: 70px;
    padding-bottom: 70px;
    align-items: flex-start;
  }
}
.open .header-nav {
  transform: translateX(0);
  opacity: 1;
}
.header-nav-list {
  max-height: 100%;
  overflow-y: auto;
}
.header-nav-list-item + .header-nav-list-item {
  margin-top: 2.4em;
}
.header-nav-list-item a {
  position: relative;
  padding-left: 2em;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.header-nav-list-item a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 5px;
  height: 7px;
  background-color: #ffffff;
  mask-image: url(../images/ico-carrow.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% auto;
}

.footer {
  position: relative;
  width: 100%;
  background-color: #9A7976;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 100px;
  }
}
.footer-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: clamp(1029px, 95.168vw, 1300px);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(71px, 6.589vw, 90px);
}
@media print, screen and (max-width: 1366px) {
  .footer-inner {
    padding-left: clamp(26px, 2.416vw, 33px);
    padding-right: clamp(26px, 2.416vw, 33px);
  }
}
@media screen and (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
  }
}
.footer-outline-desc {
  font-size: clamp(11px, 1.025vw, 14px);
  line-height: 2.64;
  letter-spacing: 0.03em;
}
.footer-outline-sitename {
  font-size: clamp(24px, 2.196vw, 30px);
  letter-spacing: 0.07em;
}
.footer-outline-address {
  margin-top: clamp(9px, 0.878vw, 12px);
  font-size: clamp(11px, 1.025vw, 14px);
  line-height: 1.43;
  letter-spacing: 0.03em;
}
.footer-sns {
  margin-top: clamp(51px, 4.685vw, 64px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 clamp(14px, 1.318vw, 18px);
}
.footer-sns-item {
  width: clamp(32px, 2.928vw, 40px);
}
.footer-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0 clamp(79px, 7.321vw, 100px);
}
@media screen and (max-width: 767px) {
  .footer-nav {
    margin-top: 51px;
    gap: 0 clamp(41px, 12.821vw, 50px);
  }
}
.footer-nav-list-item a {
  position: relative;
  padding-left: 2em;
  font-size: 12px;
  line-height: 3.33;
  letter-spacing: 0.08em;
  color: #ffffff;
}
.footer-nav-list-item a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: clamp(4px, 0.366vw, 5px);
  height: clamp(6px, 0.512vw, 7px);
  background-color: #ffffff;
  mask-image: url(../images/ico-carrow.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% auto;
}
.footer-note {
  width: 100%;
  margin-top: clamp(95px, 8.785vw, 120px);
  text-align: center;
  font-size: 12px;
  line-height: 4.08;
  font-weight: 400;
}
@media print, screen and (max-width: 810px) {
  .footer-note {
    margin-bottom: 1.2em;
    line-height: 1.6;
    text-align: left;
  }
}
.footer-copy {
  width: 100%;
  border-top: 1px solid #F1E8E3;
  text-align: center;
  font-size: 12px;
  line-height: 4.08;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.footer-copy a {
  color: #ffffff;
}

.visual {
  position: relative;
  z-index: 2;
}
.visual-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .visual-inner {
    margin-top: -70px;
    flex-direction: column;
  }
}
.visual-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .visual-item {
    width: 100%;
  }
}
.visual-fix {
  position: relative;
  z-index: 1;
}
.visual-fix-fig {
  position: relative;
  z-index: 2;
  height: clamp(600px, 42.5vw, 816px);
}
@media print, screen and (max-width: 1080px) {
  .visual-fix-fig {
    height: clamp(400px, 55.556vw, 600px);
  }
}
@media screen and (max-width: 767px) {
  .visual-fix-fig {
    height: clamp(332px, 52.151vw, 400px);
  }
}
@media screen and (max-width: 767px) {
  .visual-fix-fig {
    height: clamp(272px, 85.128vw, 332px);
  }
}
.visual-fix-fig::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(69, 69, 69, 0.3);
}
.visual-fix-fig img {
  object-fit: cover;
  height: 100%;
}
.visual-fix-copy {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: clamp(40px, 5.208vw, 100px) clamp(50px, 6.458vw, 124px) clamp(38px, 5vw, 96px) clamp(50px, 6.458vw, 124px);
  color: #ffffff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .visual-fix-copy {
    padding: 70px clamp(33px, 10.256vw, 40px) clamp(33px, 10.256vw, 40px) clamp(45px, 14.103vw, 55px);
  }
}
.visual-fix-copy-ttl {
  font-size: clamp(20px, 2.656vw, 51px);
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .visual-fix-copy-ttl {
    letter-spacing: 0.04em;
  }
}
.visual-fix-copy-desc {
  margin-top: 14px;
  font-size: clamp(11px, 1.458vw, 28px);
  font-weight: 700;
  line-height: 1.07;
}
@media screen and (max-width: 767px) {
  .visual-fix-copy-desc {
    margin-top: 7px;
    letter-spacing: 0.04em;
  }
}
.visual-slide {
  position: relative;
  z-index: 1;
}
.visual-slide-fig {
  position: relative;
  z-index: 2;
  height: clamp(600px, 42.5vw, 816px);
}
@media print, screen and (max-width: 1080px) {
  .visual-slide-fig {
    height: clamp(400px, 55.556vw, 600px);
  }
}
@media screen and (max-width: 767px) {
  .visual-slide-fig {
    height: clamp(332px, 52.151vw, 400px);
  }
}
@media screen and (max-width: 390px) {
  .visual-slide-fig {
    height: clamp(272px, 85.128vw, 332px);
  }
}
.visual-slide-fig::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(69, 69, 69, 0.3);
}
.visual-slide-fig img {
  object-fit: cover;
  height: 100%;
}
.visual-slide-copy {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: clamp(40px, 5.208vw, 100px) clamp(28px, 3.698vw, 71px) clamp(32px, 4.219vw, 81px) clamp(28px, 3.698vw, 71px);
  color: #ffffff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .visual-slide-copy {
    padding: calc(70px - 0.1em) clamp(23px, 7.179vw, 28px) clamp(30px, 9.231vw, 36px) clamp(23px, 7.179vw, 28px);
  }
}
.visual-slide-copy-ttl {
  font-size: clamp(18px, 2.396vw, 46px);
  font-weight: 700;
  line-height: 1.17;
}
.visual-slide-copy-btn {
  margin-top: clamp(10px, 1.25vw, 24px);
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .visual-slide-copy-btn {
    margin-top: 6px;
    margin-left: 4px;
  }
}
.visual .visualswiper {
  position: relative;
  overflow: hidden;
}
.visual .visualswiper-prev, .visual .visualswiper-next {
  position: absolute;
  top: calc(50% + clamp(13px, 1.667vw, 18px));
  z-index: 99;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: clamp(40px, 5.185vw, 56px);
  height: clamp(40px, 5.185vw, 56px);
  border-radius: 50%;
  background-color: #585858;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .visual .visualswiper-prev, .visual .visualswiper-next {
    top: calc(50% - 0.5em);
  }
}
.visualswiper-prev {
  left: clamp(17px, 2.222vw, 24px);
}

.visualswiper-next {
  right: clamp(17px, 2.222vw, 24px);
}

@media screen and (max-width: 390px) {
  .visual .visualswiper-prev, .visual .visualswiper-next {
    width: 24px;
    height: 24px;
  }
  .visualswiper-prev {
    left: 10px;
  }
  .visualswiper-next {
    right: 10px;
  }
}
.visual .visualswiper-prev::before, .visual .visualswiper-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: clamp(6px, 0.741vw, 8px);
  height: clamp(6px, 0.741vw, 8px);
  background-color: #ffffff;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% auto;
}
.visualswiper-prev::before {
  mask-image: url(../images/ico-prev.svg);
}

.visualswiper-next::before {
  mask-image: url(../images/ico-next.svg);
}

.visual .visualswiper-dots {
  position: absolute;
  bottom: 30px !important;
  left: 50% !important;
  z-index: 98;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
@media screen and (max-width: 390px) {
  .visual .visualswiper-dots {
    bottom: 10px !important;
    gap: 4px;
  }
}
.visual .visualswiper-dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #898989;
}
@media screen and (max-width: 390px) {
  .visual .visualswiper-dots .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
}
.visual .visualswiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.main {
  position: relative;
  z-index: 1;
}
.main .about {
  position: relative;
  background-color: #ffffff;
  background-image: url(../images/bg_about_01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.main .about-inner {
  width: 100%;
  max-width: clamp(731px, 95.168vw, 1300px);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(18px, 2.343vw, 32px);
  padding-bottom: clamp(139px, 18.155vw, 248px);
}
@media print, screen and (max-width: 1366px) {
  .main .about-inner {
    padding-left: clamp(19px, 2.416vw, 33px);
    padding-right: clamp(19px, 2.416vw, 33px);
  }
}
@media screen and (max-width: 767px) {
  .main .about-inner {
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 135px;
  }
}
.main .about-ttl {
  width: clamp(150px, 19.473vw, 266px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(20px, 2.635vw, 36px);
}
@media screen and (max-width: 767px) {
  .main .about-ttl {
    width: clamp(131px, 41.026vw, 160px);
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 1080px) {
  .main .about-fig {
    margin-bottom: clamp(36px, 4.63vw, 50px);
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 0 clamp(84px, 10.926vw, 118px);
  }
}
@media screen and (max-width: 390px) {
  .main .about-fig {
    margin-bottom: 0;
    justify-content: space-between;
  }
}
.main .about-fig-item {
  position: absolute;
  z-index: 2;
}
@media print, screen and (max-width: 1080px) {
  .main .about-fig-item {
    position: static;
  }
}
.main .about-fig-item.about-fig-item01 {
  left: clamp(83px, 7.708vw, 148px);
  top: clamp(119px, 11.042vw, 212px);
  width: clamp(146px, 19.01vw, 365px);
}
@media screen and (max-width: 390px) {
  .main .about-fig-item.about-fig-item01 {
    width: clamp(126px, 39.487vw, 154px);
    margin-top: calc(clamp(36px, 11.282vw, 44px) * -1);
    margin-left: calc(clamp(33px, 10.256vw, 40px) * -1);
  }
}
.main .about-fig-item.about-fig-item02 {
  right: clamp(68px, 6.302vw, 121px);
  top: clamp(97px, 8.958vw, 172px);
  width: clamp(147px, 19.167vw, 368px);
}
@media screen and (max-width: 390px) {
  .main .about-fig-item.about-fig-item02 {
    width: clamp(97px, 30.256vw, 118px);
    margin-top: calc(clamp(29px, 8.974vw, 35px) * -1);
  }
}
.main .about-copy {
  margin-bottom: clamp(32px, 2.928vw, 40px);
  text-align: center;
  font-size: clamp(27px, 2.489vw, 34px);
  line-height: 1.44;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #8C8178;
}
@media screen and (max-width: 767px) {
  .main .about-copy {
    margin-top: -1em;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 1.73;
  }
}
.main .about-desc {
  text-align: center;
  line-height: 3.13;
  letter-spacing: 0.08em;
  color: #8C8178;
}
@media screen and (max-width: 767px) {
  .main .about-desc {
    font-size: 14px;
    line-height: 2.14;
  }
}
.main .about-dec-item {
  position: absolute;
  z-index: 1;
}
.main .about-dec-item.about-dec-item01 {
  left: clamp(76px, 9.896vw, 190px);
  top: clamp(88px, 11.458vw, 220px);
  width: clamp(43px, 5.625vw, 108px);
}
@media screen and (max-width: 767px) {
  .main .about-dec-item.about-dec-item01 {
    left: calc(clamp(1px, 0.256vw, 1px) * -1);
    top: clamp(101px, 31.538vw, 123px);
    width: clamp(34px, 10.769vw, 42px);
  }
}
.main .about-dec-item.about-dec-item02 {
  left: clamp(165px, 21.458vw, 412px);
  top: clamp(225px, 29.323vw, 563px);
  width: clamp(29px, 3.75vw, 72px);
}
@media screen and (max-width: 767px) {
  .main .about-dec-item.about-dec-item02 {
    left: clamp(74px, 23.077vw, 90px);
    top: clamp(222px, 69.487vw, 271px);
    width: clamp(25px, 7.692vw, 30px);
  }
}
.main .about-dec-item.about-dec-item03 {
  left: clamp(13px, 1.719vw, 33px);
  top: clamp(160px, 20.885vw, 401px);
  width: clamp(153px, 19.896vw, 382px);
}
@media screen and (max-width: 767px) {
  .main .about-dec-item.about-dec-item03 {
    left: calc(clamp(41px, 12.821vw, 50px) * -1);
    top: clamp(157px, 48.974vw, 191px);
    width: clamp(98px, 30.513vw, 119px);
  }
}
.main .about-dec-item.about-dec-item04 {
  right: clamp(115px, 15vw, 288px);
  top: clamp(77px, 10.052vw, 193px);
  width: clamp(126px, 16.406vw, 315px);
}
@media screen and (max-width: 767px) {
  .main .about-dec-item.about-dec-item04 {
    right: clamp(70px, 21.795vw, 85px);
    top: clamp(109px, 34.103vw, 133px);
    width: clamp(56px, 17.436vw, 68px);
  }
}
.main .about-dec-item.about-dec-item05 {
  right: calc(clamp(72px, 9.375vw, 180px) * -1);
  top: clamp(223px, 29.063vw, 558px);
  width: clamp(153px, 19.948vw, 383px);
}
@media screen and (max-width: 767px) {
  .main .about-dec-item.about-dec-item05 {
    right: calc(clamp(39px, 12.308vw, 48px) * -1);
    top: clamp(233px, 72.821vw, 284px);
    width: clamp(81px, 25.385vw, 99px);
  }
}
.main .about-dec-item.about-dec-item01.anime-bubble {
  transform: translateY(108px) scale(0.9);
}
@media screen and (max-width: 767px) {
  .main .about-dec-item.about-dec-item01.anime-bubble {
    transform: translateY(42px) scale(0.9);
  }
}
.main .about-dec-item.about-dec-item01.anime-bubble.isShow {
  transform: translateY(0) scale(1);
}
.main .about-dec-item.about-dec-item02.anime-bubble {
  transform: translateY(72px);
}
@media screen and (max-width: 767px) {
  .main .about-dec-item.about-dec-item02.anime-bubble {
    transform: translateY(30px);
  }
}
.main .about-dec-item.about-dec-item02.anime-bubble.isShow {
  transform: translateY(0);
}
.main .about-dec-item.about-dec-item03.anime-bubble {
  transform: translate(100px, 382px) scale(0.9);
}
@media screen and (max-width: 767px) {
  .main .about-dec-item.about-dec-item03.anime-bubble {
    transform: translate(50px, 191px) scale(0.9);
  }
}
.main .about-dec-item.about-dec-item03.anime-bubble.isShow {
  transform: translate(0, 0) scale(1);
}
.main .about-dec-item.about-dec-item04.anime-bubble {
  transform: translate(0, 315px) scale(0.9);
}
@media screen and (max-width: 767px) {
  .main .about-dec-item.about-dec-item04.anime-bubble {
    transform: translate(0, 68px) scale(0.9);
  }
}
.main .about-dec-item.about-dec-item04.anime-bubble.isShow {
  transform: translate(0, 0) scale(1);
}
.main .about-dec-item.about-dec-item05.anime-bubble {
  transform: translate(-383px, 383px);
}
@media screen and (max-width: 767px) {
  .main .about-dec-item.about-dec-item05.anime-bubble {
    transform: translate(-190, 190px) scale(0.9);
  }
}
.main .about-dec-item.about-dec-item05.anime-bubble.isShow {
  transform: translate(0, 0);
}
.main .about-nav {
  width: 100%;
  max-width: clamp(666px, 86.75vw, 1185px);
  margin-top: clamp(109px, 10.102vw, 138px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 clamp(17px, 2.196vw, 30px);
}
@media screen and (max-width: 767px) {
  .main .about-nav {
    flex-direction: column;
    width: clamp(214px, 66.923vw, 261px);
    margin-top: clamp(34px, 10.769vw, 42px);
    gap: clamp(33px, 10.256vw, 40px) 0;
  }
}
.main .about-nav-item {
  width: calc((100% - clamp(17px, 2.196vw, 30px) * 2) / 3);
  padding-left: clamp(12px, 1.611vw, 22px);
  padding-top: clamp(7px, 0.952vw, 13px);
}
@media screen and (max-width: 767px) {
  .main .about-nav-item {
    width: 100%;
    padding-left: clamp(12px, 3.846vw, 15px);
    padding-top: clamp(8px, 2.564vw, 10px);
  }
}
.main .about-nav-item-btn {
  position: relative;
  transition: all 0.3s ease;
}
.main .about-nav-item-btn::before {
  position: absolute;
  left: calc(clamp(12px, 1.611vw, 22px) * -1);
  top: calc(clamp(7px, 0.952vw, 13px) * -1);
  z-index: 1;
  display: block;
  content: "";
  width: clamp(203px, 26.428vw, 361px);
  height: clamp(203px, 26.428vw, 361px);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .main .about-nav-item-btn::before {
    left: calc(clamp(12px, 3.846vw, 15px) * -1);
    top: calc(clamp(8px, 2.564vw, 10px) * -1);
    width: clamp(206px, 64.359vw, 251px);
    height: clamp(206px, 64.359vw, 251px);
  }
}
.main .about-nav-item:nth-child(1) .about-nav-item-btn::before {
  background-image: url(../images/bg_about_02.png);
}

.main .about-nav-item:nth-child(2) .about-nav-item-btn::before {
  background-image: url(../images/bg_about_03.png);
}

.main .about-nav-item:nth-child(3) .about-nav-item-btn::before {
  background-image: url(../images/bg_about_04.png);
}

.main .about-nav-item-btn::after {
  position: absolute;
  left: 50%;
  bottom: calc(clamp(13px, 1.757vw, 24px) * -1);
  z-index: 3;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: clamp(40px, 5.271vw, 72px);
  height: clamp(40px, 5.271vw, 72px);
  background-image: url(../images/bg_about_05.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .main .about-nav-item-btn::after {
    bottom: calc(clamp(15px, 4.615vw, 18px) * -1);
    width: clamp(42px, 13.077vw, 51px);
    height: clamp(42px, 13.077vw, 51px);
  }
}
.main .about-nav-item-btn .btn-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: clamp(198px, 25.842vw, 353px);
  height: clamp(198px, 25.842vw, 353px);
  padding-top: clamp(39px, 5.124vw, 70px);
  padding-bottom: clamp(28px, 3.66vw, 50px);
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 3px clamp(13px, 1.684vw, 23px) #D8CEC9;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
@media screen and (max-width: 767px) {
  .main .about-nav-item-btn .btn-wrap {
    width: clamp(202px, 63.077vw, 246px);
    height: clamp(202px, 63.077vw, 246px);
    padding-top: clamp(41px, 12.821vw, 50px);
    padding-bottom: clamp(21px, 6.41vw, 25px);
  }
}
.main .about-nav-item-btn .btn-ttl .jp {
  display: block;
  font-size: clamp(11px, 1.464vw, 20px);
  line-height: 1.45;
  color: #8C8178;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .about-nav-item-btn .btn-ttl .jp {
    font-size: clamp(11px, 3.59vw, 14px);
  }
}
.main .about-nav-item-btn .btn-ttl .en {
  display: block;
  margin-top: clamp(7px, 0.952vw, 13px);
  font-size: clamp(11px, 1.464vw, 20px);
  line-height: 1.45;
  color: #B39896;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .about-nav-item-btn .btn-ttl .en {
    font-size: clamp(11px, 3.59vw, 14px);
  }
}
.main .about-nav-item-btn .btn-desc {
  width: 100%;
  max-width: clamp(135px, 17.57vw, 240px);
  margin-top: clamp(11px, 1.464vw, 20px);
  font-size: clamp(8px, 1.025vw, 14px);
  line-height: 1.79;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .main .about-nav-item-btn .btn-desc {
    max-width: clamp(139px, 43.59vw, 170px);
    font-size: clamp(8px, 2.564vw, 10px);
  }
}
.main .about-nav-item-btn:hover::before {
  transform: translateY(-4px) scale(1.02);
}
.main .about-nav-item-btn:hover::after {
  transform: translateX(-50%) translateY(-4px);
}
.main .about-nav-item-btn:hover .btn-wrap {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 6px clamp(34px, 3.148vw, 43px) #D8CEC9;
}
.main .project {
  position: relative;
  background-color: #F9F3F0;
}
.main .project::before, .main .project::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: clamp(112px, 14.641vw, 200px);
}
.main .project::before {
  z-index: 1;
  background-color: #ffffff;
}
.main .project::after {
  z-index: 2;
  background-color: #F9F3F0;
  border-radius: 0 clamp(112px, 14.641vw, 200px) 0 0;
}
.main .project-inner {
  max-width: clamp(731px, 95.168vw, 1300px);
  padding-top: clamp(67px, 8.785vw, 120px);
  padding-bottom: clamp(112px, 14.641vw, 200px);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1366px) {
  .main .project-inner {
    padding-left: clamp(19px, 2.416vw, 33px);
    padding-right: clamp(19px, 2.416vw, 33px);
  }
}
@media screen and (max-width: 767px) {
  .main .project-inner {
    padding-top: clamp(71px, 22.051vw, 86px);
    padding-bottom: clamp(67px, 21.026vw, 82px);
  }
}
.main .project-ttl {
  position: relative;
  z-index: 3;
}
.main .project-desc {
  margin-bottom: clamp(36px, 4.685vw, 64px);
  text-align: center;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .main .project-desc {
    margin-bottom: clamp(16px, 5.128vw, 20px);
    line-height: 2.14;
  }
}
.main .project-cnt {
  background-color: #ffffff;
  padding-top: clamp(30px, 3.953vw, 54px);
  padding-bottom: clamp(45px, 5.857vw, 80px);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .main .project-cnt {
    padding-top: clamp(31px, 9.744vw, 38px);
    padding-bottom: clamp(16px, 5.128vw, 20px);
    padding-left: clamp(23px, 7.179vw, 28px);
    padding-right: clamp(23px, 7.179vw, 28px);
  }
}
.main .project-cnt-ttl {
  margin-bottom: clamp(46px, 4.246vw, 58px);
  text-align: center;
  font-size: clamp(19px, 1.757vw, 24px);
  font-weight: 700;
  color: #8C8178;
  line-height: 1.46;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .main .project-cnt-ttl {
    margin-bottom: clamp(21px, 6.41vw, 25px);
    text-align: left;
    font-size: 22px;
    line-height: 1.73;
  }
}
.main .project-cnt-list {
  width: 100%;
  max-width: clamp(522px, 67.936vw, 928px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: clamp(14px, 1.318vw, 18px) clamp(16px, 1.464vw, 20px);
  counter-reset: project 0;
}
@media screen and (max-width: 767px) {
  .main .project-cnt-list {
    flex-direction: column;
    align-items: center;
    gap: clamp(10px, 3.077vw, 12px) 0;
  }
}
.main .project-cnt-list-item {
  position: relative;
  width: calc((100% - clamp(16px, 1.464vw, 20px) * 2) / 3);
  min-height: 232px;
  padding: 96px clamp(32px, 2.928vw, 40px) clamp(22px, 2.05vw, 28px) clamp(32px, 2.928vw, 40px);
  background-color: #F7F2EE;
  counter-increment: project 1;
  transition: transform 0.3s ease;
}
@media print, screen and (max-width: 1080px) {
  .main .project-cnt-list-item {
    width: calc((100% - clamp(16px, 1.464vw, 20px) * 1) / 2);
  }
}
@media screen and (max-width: 767px) {
  .main .project-cnt-list-item {
    width: 100%;
    max-width: 296px;
    min-height: clamp(194px, 60.513vw, 236px);
    padding: 93px clamp(31px, 9.744vw, 38px) clamp(23px, 7.179vw, 28px) clamp(31px, 9.744vw, 38px);
  }
}
.main .project-cnt-list-item:hover {
  transform: scale(1.1);
}
.main .project-cnt-list-item::before, .main .project-cnt-list-item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: 47px;
  display: block;
  content: "";
}
.main .project-cnt-list-item::before {
  background-color: #F2E8E1;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.main .project-cnt-list-item::after {
  background-color: #ffffff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.main .project-cnt-list-item .ttl {
  text-align: center;
  font-size: 18px;
  color: #9A7976;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.06em;
}
.main .project-cnt-list-item .ttl::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  content: counter(project) " ";
  font-size: 31px;
  line-height: 1.45;
  letter-spacing: 0.04em;
  color: #B39896;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16);
}
.main .project-cnt-list-item .ttl::after {
  position: absolute;
  left: 50%;
  top: 28px;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 68px;
  aspect-ratio: 206/172;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.project-cnt-list-item01 .ttl::after {
  background-image: url("../images/img_project_01.png");
}

.project-cnt-list-item02 .ttl::after {
  background-image: url("../images/img_project_02.png");
}

.project-cnt-list-item03 .ttl::after {
  background-image: url("../images/img_project_03.png");
}

.project-cnt-list-item04 .ttl::after {
  background-image: url("../images/img_project_04.png");
}

.project-cnt-list-item05 .ttl::after {
  background-image: url("../images/img_project_05.png");
}

.project-cnt-list-item06 .ttl::after {
  background-image: url("../images/img_project_06.png");
}

.project-cnt-list-item07 .ttl::after {
  background-image: url("../images/img_project_07.png");
}

.project-cnt-list-item08 .ttl::after {
  background-image: url("../images/img_project_08.png");
}

.project-cnt-list-item09 .ttl::after {
  background-image: url("../images/img_project_09.png");
}

.main .project-cnt-list-item .desc {
  margin-top: clamp(11px, 1.025vw, 14px);
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: 0.03em;
}
.main .project-dec-item {
  position: absolute;
  z-index: 3;
}
.main .project-dec-item.project-dec-item01 {
  left: calc(clamp(83px, 10.781vw, 207px) * -1);
  top: calc(clamp(59px, 7.656vw, 147px) * -1);
  width: clamp(154px, 20vw, 384px);
}
@media screen and (max-width: 767px) {
  .main .project-dec-item.project-dec-item01 {
    left: calc(clamp(116px, 36.154vw, 141px) * -1);
    top: 0;
    width: clamp(175px, 54.615vw, 213px);
  }
}
.main .project-dec-item.project-dec-item02 {
  left: clamp(183px, 11.406vw, 219px);
  top: clamp(414px, 25.833vw, 496px);
  width: clamp(57px, 7.396vw, 142px);
}
@media print, screen and (max-width: 1600px) {
  .main .project-dec-item.project-dec-item02 {
    left: calc(clamp(33px, 4.319vw, 59px) * -1);
  }
}
@media screen and (max-width: 767px) {
  .main .project-dec-item.project-dec-item02 {
    display: none;
  }
}
.main .project-dec-item.project-dec-item03 {
  right: clamp(171px, 22.24vw, 427px);
  top: calc(clamp(31px, 4.063vw, 78px) * -1);
  width: clamp(42px, 5.521vw, 106px);
}
@media screen and (max-width: 767px) {
  .main .project-dec-item.project-dec-item03 {
    right: clamp(77px, 24.103vw, 94px);
    top: calc(clamp(26px, 8.205vw, 32px) * -1);
    width: clamp(39px, 12.308vw, 48px);
  }
}
.main .project-dec-item.project-dec-item04 {
  right: calc(clamp(80px, 10.417vw, 200px) * -1);
  top: clamp(191px, 24.844vw, 477px);
  width: clamp(161px, 20.99vw, 403px);
}
@media print, screen and (max-width: 1080px) {
  .main .project-dec-item.project-dec-item04 {
    top: clamp(85px, 11.111vw, 120px);
  }
}
@media screen and (max-width: 767px) {
  .main .project-dec-item.project-dec-item04 {
    right: calc(clamp(119px, 37.179vw, 145px) * -1);
    top: clamp(360px, 112.564vw, 439px);
    width: clamp(174px, 54.359vw, 212px);
  }
}
.main .project-dec-item.project-dec-item05 {
  right: clamp(286px, 17.865vw, 343px);
  bottom: clamp(317px, 19.792vw, 380px);
  width: clamp(30px, 3.958vw, 76px);
}
@media print, screen and (max-width: 1600px) {
  .main .project-dec-item.project-dec-item05 {
    right: clamp(101px, 13.177vw, 180px);
  }
}
@media screen and (max-width: 767px) {
  .main .project-dec-item.project-dec-item05 {
    display: none;
  }
}
.main .project-dec-item.project-dec-item06 {
  right: clamp(177px, 11.042vw, 212px);
  bottom: clamp(193px, 12.031vw, 231px);
  width: clamp(43px, 5.573vw, 107px);
}
@media print, screen and (max-width: 1600px) {
  .main .project-dec-item.project-dec-item06 {
    right: clamp(29px, 3.807vw, 52px);
  }
}
@media screen and (max-width: 767px) {
  .main .project-dec-item.project-dec-item06 {
    display: none;
  }
}
.main .project-dec-item.project-dec-item01.anime-bubble {
  transform: translate(0, 384px);
}
@media screen and (max-width: 767px) {
  .main .project-dec-item.project-dec-item01.anime-bubble {
    transform: translate(0, 213px);
  }
}
.main .project-dec-item.project-dec-item01.anime-bubble.isShow {
  transform: translate(0, 0);
}
.main .project-dec-item.project-dec-item02.anime-bubble {
  transform: translateY(142px);
}
.main .project-dec-item.project-dec-item02.anime-bubble.isShow {
  transform: translateY(0);
}
.main .project-dec-item.project-dec-item03.anime-bubble {
  transform: translate(40px, 106px);
}
@media screen and (max-width: 767px) {
  .main .project-dec-item.project-dec-item03.anime-bubble {
    transform: translate(40px, 48px);
  }
}
.main .project-dec-item.project-dec-item03.anime-bubble.isShow {
  transform: translate(0, 0);
}
.main .project-dec-item.project-dec-item04.anime-bubble {
  transform: translate(0, 403px);
}
@media screen and (max-width: 767px) {
  .main .project-dec-item.project-dec-item04.anime-bubble {
    transform: translate(0, 212px);
  }
}
.main .project-dec-item.project-dec-item04.anime-bubble.isShow {
  transform: translate(0, 0);
}
.main .project-dec-item.project-dec-item05.anime-bubble {
  transform: translateY(100px);
}
.main .project-dec-item.project-dec-item05.anime-bubble.isShow {
  transform: translateY(0);
}
.main .project-dec-item.project-dec-item06.anime-bubble {
  transform: translate(107px, 93px);
}
.main .project-dec-item.project-dec-item06.anime-bubble.isShow {
  transform: translate(0, 0);
}
.main .plan {
  position: relative;
  background-color: #ffffff;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 19%, rgb(249, 243, 240) 39%, rgb(249, 243, 240) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.main .plan::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 62.24%;
  aspect-ratio: 2390/1594;
  background-image: url(../images/bg_plan_01.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  z-index: 0;
}
@media print, screen and (max-width: 1080px) {
  .main .plan::before {
    width: 40%;
    aspect-ratio: 598/768;
    background-image: url(../images/bg_plan_01_tb.png);
  }
}
@media screen and (max-width: 767px) {
  .main .plan::before {
    width: 100%;
    aspect-ratio: 2390/1594;
    background-image: url(../images/bg_plan_01.jpg);
  }
}
.main .plan-inner {
  width: 100%;
  max-width: clamp(731px, 95.168vw, 1300px);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(158px, 14.641vw, 200px);
  padding-bottom: clamp(155px, 20.205vw, 276px);
  position: relative;
}
@media print, screen and (max-width: 1366px) {
  .main .plan-inner {
    padding-left: clamp(19px, 2.416vw, 33px);
    padding-right: clamp(19px, 2.416vw, 33px);
  }
}
@media print, screen and (max-width: 1080px) {
  .main .plan-inner {
    padding-top: clamp(57px, 7.407vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .main .plan-inner {
    padding-top: clamp(255px, 65.189vw, 500px);
  }
}
@media screen and (max-width: 390px) {
  .main .plan-inner {
    padding-top: clamp(205px, 64.103vw, 250px);
    padding-bottom: clamp(108px, 33.846vw, 132px);
  }
}
.main .plan-ttl {
  margin-left: 60.77%;
  align-items: flex-start;
}
@media print, screen and (max-width: 1080px) {
  .main .plan-ttl {
    margin-left: 42%;
  }
}
@media screen and (max-width: 767px) {
  .main .plan-ttl {
    margin-bottom: 32px;
    margin-left: 0;
    align-items: center;
  }
}
.main .plan-desc {
  margin-left: 60.77%;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media print, screen and (max-width: 1080px) {
  .main .plan-desc {
    margin-left: 42%;
  }
}
@media screen and (max-width: 767px) {
  .main .plan-desc {
    margin-left: 0;
    text-align: center;
    line-height: 2.14;
  }
}
.main .plan-fig {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 clamp(59px, 5.49vw, 75px);
  max-width: clamp(569px, 74.085vw, 1012px);
  margin-top: clamp(38px, 4.978vw, 68px);
  margin-bottom: clamp(42px, 5.417vw, 74px);
  margin-left: clamp(64px, 8.272vw, 113px);
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .main .plan-fig {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(34px, 10.769vw, 42px) 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .plan-fig-item.plan-fig-item01 {
  width: clamp(185px, 24.085vw, 329px);
}
@media screen and (max-width: 767px) {
  .main .plan-fig-item.plan-fig-item01 {
    width: clamp(247px, 77.179vw, 301px);
  }
}
.main .plan-fig-item.plan-fig-item02 {
  width: clamp(341px, 44.436vw, 607px);
}
@media screen and (max-width: 767px) {
  .main .plan-fig-item.plan-fig-item02 {
    width: clamp(287px, 89.744vw, 350px);
  }
}
.main .plan-dec-item {
  position: absolute;
}
.main .plan-dec-item.plan-dec-item01 {
  left: calc(clamp(78px, 4.844vw, 93px) * -1);
  top: clamp(836px, 52.24vw, 1003px);
  width: clamp(262px, 16.354vw, 314px);
}
@media print, screen and (max-width: 1600px) {
  .main .plan-dec-item.plan-dec-item01 {
    left: calc(clamp(163px, 21.23vw, 290px) * -1);
  }
}
@media screen and (max-width: 767px) {
  .main .plan-dec-item.plan-dec-item01 {
    display: none;
  }
}
.main .plan-dec-item.plan-dec-item02 {
  left: clamp(162px, 10.104vw, 194px);
  top: clamp(750px, 46.875vw, 900px);
  width: clamp(73px, 4.583vw, 88px);
}
@media print, screen and (max-width: 1600px) {
  .main .plan-dec-item.plan-dec-item02 {
    left: clamp(15px, 1.903vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .main .plan-dec-item.plan-dec-item02 {
    left: clamp(25px, 7.949vw, 31px);
    top: clamp(661px, 206.667vw, 806px);
    width: clamp(46px, 14.359vw, 56px);
  }
}
.main .plan-dec-item.plan-dec-item03 {
  right: clamp(152px, 9.479vw, 182px);
  top: clamp(644px, 40.208vw, 772px);
  width: clamp(78px, 4.844vw, 93px);
  z-index: 1;
}
@media print, screen and (max-width: 1600px) {
  .main .plan-dec-item.plan-dec-item03 {
    right: clamp(12px, 1.611vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .main .plan-dec-item.plan-dec-item03 {
    right: clamp(16px, 5.128vw, 20px);
    top: clamp(828px, 258.718vw, 1009px);
    width: clamp(49px, 15.385vw, 60px);
  }
}
.main .plan-dec-item.plan-dec-item04 {
  right: clamp(229px, 14.323vw, 275px);
  top: clamp(725px, 45.313vw, 870px);
  width: clamp(46px, 2.865vw, 55px);
  z-index: 1;
}
@media print, screen and (max-width: 1600px) {
  .main .plan-dec-item.plan-dec-item04 {
    right: clamp(65px, 8.419vw, 115px);
  }
}
@media screen and (max-width: 767px) {
  .main .plan-dec-item.plan-dec-item04 {
    right: clamp(70px, 21.795vw, 85px);
    top: clamp(879px, 274.615vw, 1071px);
    width: clamp(29px, 8.974vw, 35px);
  }
}
.main .plan-dec-item.plan-dec-item01.anime-bubble {
  transform: translate(0, 314px);
}
.main .plan-dec-item.plan-dec-item01.anime-bubble.isShow {
  transform: translate(0, 0);
}
.main .plan-dec-item.plan-dec-item02.anime-bubble {
  transform: translateY(88px);
}
@media screen and (max-width: 767px) {
  .main .plan-dec-item.plan-dec-item02.anime-bubble {
    transform: translateY(56px);
  }
}
.main .plan-dec-item.plan-dec-item02.anime-bubble.isShow {
  transform: translateY(0);
}
.main .plan-dec-item.plan-dec-item03.anime-bubble {
  transform: translate(40px, 93px);
}
@media screen and (max-width: 767px) {
  .main .plan-dec-item.plan-dec-item03.anime-bubble {
    transform: translate(20px, 60px);
  }
}
.main .plan-dec-item.plan-dec-item03.anime-bubble.isShow {
  transform: translate(0, 0);
}
.main .plan-dec-item.plan-dec-item04.anime-bubble {
  transform: translate(-55px, 55px);
}
@media screen and (max-width: 767px) {
  .main .plan-dec-item.plan-dec-item04.anime-bubble {
    transform: translate(-35px, 35px);
  }
}
.main .plan-dec-item.plan-dec-item04.anime-bubble.isShow {
  transform: translate(0, 0);
}
.main .plan-cnt-desc {
  margin-bottom: clamp(47px, 4.392vw, 60px);
  text-align: center;
  font-size: clamp(17px, 1.611vw, 22px);
  color: #766559;
  line-height: 1.91;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .main .plan-cnt-desc {
    font-size: 18px;
    line-height: 2.11;
  }
}
@media screen and (max-width: 767px) {
  .main .plan-cnt.new {
    margin-top: clamp(146px, 45.641vw, 178px);
  }
}
.main .plan-cnt.new .plan-cnt-list .card-item {
  min-height: clamp(416px, 54.173vw, 740px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main .plan-cnt.new .plan-cnt-list .card-item {
    min-height: initial;
  }
}
.main .plan-cnt.new .plan-cnt-list .card-item-fig {
  transition: transform 0.3s ease;
}
.main .plan-cnt.new .plan-cnt-list .card-item-cnt {
  padding: clamp(16px, 1.464vw, 20px);
}
.main .plan-cnt.new .plan-cnt-list .card-item-cnt-ttl {
  position: relative;
  margin-bottom: clamp(11px, 1.025vw, 14px);
}
.main .plan-cnt.new .plan-cnt-list .card-item-cnt-bg {
  margin-bottom: clamp(6px, 0.586vw, 8px);
}
.main .plan-cnt.new .plan-cnt-list .card-item-cnt-txt {
  margin-bottom: clamp(13px, 1.171vw, 16px);
}
.main .plan-cnt.new .plan-cnt-list .card-item-cnt-tag {
  margin-bottom: clamp(16px, 1.464vw, 20px);
}
.main .plan-cnt.new .plan-cnt-list .card-item-cnt-price {
  transition: transform 0.3s ease;
}
.main .plan-cnt.new .plan-cnt-list .card-item-cnt-note {
  margin-left: clamp(11px, 1.025vw, 14px);
}
.main .plan-cnt.new .plan-cnt-list .card-item:hover .card-item-fig {
  transform: scale(1.1);
}
.main .plan-cnt.new .plan-cnt-list .card-item:hover .card-item-cnt-price {
  transform: scale(1.1);
}

.main .plan-cnt.other {
  margin-top: clamp(127px, 11.713vw, 160px);
}
@media screen and (max-width: 767px) {
  .main .plan-cnt.other {
    margin-top: clamp(16px, 5.128vw, 20px);
  }
}
.main .plan-cnt.other .plan-cnt-list .card-item {
  min-height: clamp(590px, 54.539vw, 745px);
  overflow: hidden;
}
.main .plan-cnt.other .plan-cnt-list .card-item-fig {
  transition: transform 0.3s ease;
}
.main .plan-cnt.other .plan-cnt-list .card-item-cnt {
  padding: clamp(24px, 2.196vw, 30px) clamp(18px, 1.684vw, 23px);
}
.main .plan-cnt.other .plan-cnt-list .card-item-cnt-ttl {
  position: relative;
  margin-bottom: clamp(11px, 1.025vw, 14px);
}
.main .plan-cnt.other .plan-cnt-list .card-item-cnt-txt {
  margin-bottom: clamp(28px, 2.562vw, 35px);
}
.main .plan-cnt.other .plan-cnt-list .card-item-cnt-bg {
  margin-bottom: clamp(8px, 0.732vw, 10px);
}
.main .plan-cnt.other .plan-cnt-list .card-item-cnt-price {
  transition: transform 0.3s ease;
}
.main .plan-cnt.other .plan-cnt-list .card-item-cnt-price .price-wrap {
  margin-top: clamp(8px, 0.732vw, 10px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.main .plan-cnt.other .plan-cnt-list .card-item-cnt-price .price-int {
  font-size: clamp(56px, 5.198vw, 71px);
}
.main .plan-cnt.other .plan-cnt-list .card-item-cnt-price .price-decimal {
  font-size: clamp(39px, 3.587vw, 49px);
}
.main .plan-cnt.other .plan-cnt-list .card-item:hover .card-item-fig {
  transform: scale(1.1);
}
.main .plan-cnt.other .plan-cnt-list .card-item:hover .card-item-cnt-price {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .main .plan-cnt .plannewswiper,
  .main .plan-cnt .planotherswiper {
    position: relative;
    max-width: 370px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .main .plan-cnt .plannewswiper .swiper-wrapper.card,
  .main .plan-cnt .planotherswiper .swiper-wrapper.card {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: initial;
    align-items: initial;
  }
  .main .plan-cnt .plannewswiper-dots,
  .main .plan-cnt .planotherswiper-dots {
    position: absolute;
    bottom: 0 !important;
    left: 50% !important;
    z-index: 98;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 9px;
  }
  .main .plan-cnt .plannewswiper-dots .swiper-pagination-bullet,
  .main .plan-cnt .planotherswiper-dots .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #898989;
  }
}
@media screen and (max-width: 767px) and (max-width: 390px) {
  .main .plan-cnt .plannewswiper-dots .swiper-pagination-bullet,
  .main .plan-cnt .planotherswiper-dots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .main .plan-cnt .plannewswiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .main .plan-cnt .planotherswiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #9A7976;
  }
}
.main .plan-pricelist {
  margin-top: clamp(95px, 8.785vw, 120px);
  margin-bottom: clamp(75px, 6.955vw, 95px);
  width: 100%;
  max-width: clamp(414px, 38.287vw, 523px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .main .plan-pricelist {
    display: none;
  }
}
.main .plan-pricelist-ttl {
  margin-bottom: clamp(8px, 0.732vw, 10px);
  text-align: center;
  line-height: 2.19;
}
.main .plan-pricelist-ttl-line {
  position: relative;
  display: inline-block;
}
.main .plan-pricelist-ttl-line::before, .main .plan-pricelist-ttl-line::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 1px;
  height: clamp(16px, 1.464vw, 20px);
  background-color: #707070;
}
.main .plan-pricelist-ttl-line::before {
  left: -1.2em;
  transform: translateY(-50%) rotate(-30deg);
}
.main .plan-pricelist-ttl-line::after {
  right: -1.2em;
  transform: translateY(-50%) rotate(30deg);
}
.main .plan-pricelist-cnt-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 clamp(17px, 1.611vw, 22px);
  width: 100%;
  height: clamp(71px, 6.589vw, 90px);
  background-color: #334D9C;
  color: #ffffff;
  font-size: clamp(12px, 1.098vw, 15px);
}
.main .plan-pricelist-cnt-btn::before {
  display: block;
  content: "";
  width: clamp(29px, 2.709vw, 37px);
  height: clamp(19px, 1.757vw, 24px);
  background-image: url(../images/img_plan_15.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .main .plan-contact {
    margin-top: clamp(44px, 13.846vw, 54px);
  }
}
.main .eternity {
  position: relative;
  background-color: #9A7976;
}
.main .eternity::before, .main .eternity::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: clamp(112px, 14.641vw, 200px);
}
.main .eternity::before {
  background-color: #F9F3F0;
}
.main .eternity::after {
  background-color: #9A7976;
  border-radius: clamp(112px, 14.641vw, 200px) 0 0 0;
}
.main .eternity-inner {
  position: relative;
  width: 100%;
  max-width: clamp(731px, 95.168vw, 1300px);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(112px, 14.641vw, 200px);
  padding-bottom: clamp(85px, 11.054vw, 151px);
}
@media print, screen and (max-width: 1366px) {
  .main .eternity-inner {
    padding-left: clamp(19px, 2.416vw, 33px);
    padding-right: clamp(19px, 2.416vw, 33px);
  }
}
@media screen and (max-width: 767px) {
  .main .eternity-inner {
    padding-top: clamp(115px, 35.897vw, 140px);
    padding-bottom: clamp(74px, 23.077vw, 90px);
  }
}
.main .eternity-ttl {
  margin-bottom: clamp(13px, 1.171vw, 16px);
  align-items: flex-start;
}
.main .eternity-ttl .en,
.main .eternity-ttl .jp {
  color: #ffffff !important;
}
@media screen and (max-width: 767px) {
  .main .eternity-ttl .en,
  .main .eternity-ttl .jp {
    text-align: left;
  }
}
.main .eternity-desc {
  line-height: 2.5;
  color: #ffffff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .main .eternity-desc {
    margin-top: clamp(30px, 9.231vw, 36px);
    line-height: 2.14;
  }
}
.main .eternity-fig-item {
  position: absolute;
}
.main .eternity-fig-item.eternity-fig-item01 {
  right: 0;
  top: calc(clamp(40px, 3.66vw, 50px) * -1);
  width: clamp(278px, 36.164vw, 494px);
  z-index: 2;
}
@media print, screen and (max-width: 1080px) {
  .main .eternity-fig-item.eternity-fig-item01 {
    top: calc(clamp(85px, 11.111vw, 120px) * -1);
  }
}
@media screen and (max-width: 767px) {
  .main .eternity-fig-item.eternity-fig-item01 {
    top: calc(clamp(94px, 29.231vw, 114px) * -1);
    right: clamp(16px, 5.128vw, 20px);
    width: clamp(170px, 53.077vw, 207px);
  }
}
.main .eternity-flow {
  margin-top: clamp(112px, 14.641vw, 200px);
  margin-bottom: clamp(42px, 5.417vw, 74px);
  width: 100%;
  max-width: clamp(902px, 83.455vw, 1140px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .main .eternity-flow {
    margin-top: clamp(33px, 10.256vw, 40px);
    margin-bottom: clamp(25px, 7.692vw, 30px);
  }
}
.main .eternity-flow-ttl {
  position: relative;
  margin-bottom: clamp(75px, 6.955vw, 95px);
  margin-left: -0.8em;
  font-size: clamp(19px, 1.757vw, 24px);
  line-height: 1.46;
  letter-spacing: 0.08em;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .main .eternity-flow-ttl {
    margin-bottom: clamp(68px, 21.282vw, 83px);
    font-size: 22px;
    line-height: 1.73;
    margin-left: -0.25em;
  }
}
.main .eternity-flow-ttl-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 0.38em;
  background-color: #9A7976;
}
.main .eternity-flow-ttl::before {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main .eternity-flow-ttl::before {
    display: none;
  }
}
.main .eternity-flow-list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: clamp(138px, 12.738vw, 174px);
  counter-reset: flow 0;
}
@media print, screen and (max-width: 1080px) {
  .main .eternity-flow-list {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.main .eternity-flow-list-item {
  position: relative;
  width: calc((100% - clamp(138px, 12.738vw, 174px) * 2) / 3);
  background-color: #ffffff;
  border-radius: clamp(8px, 0.732vw, 10px);
}
@media print, screen and (max-width: 1080px) {
  .main .eternity-flow-list-item {
    width: 100%;
    max-width: 335px;
    min-height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .main .eternity-flow-list-item {
    max-width: 264px;
  }
}
.main .eternity-flow-list-item::before {
  position: absolute;
  left: 3px;
  top: -42px;
  display: block;
  content: "";
  width: 66px;
  height: 66px;
  background-image: url(../images/bg_eternity_01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.main .eternity-flow-list-item::after {
  position: absolute;
  left: 12px;
  top: -33px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #B39896;
  border: 1px solid #ffffff;
  counter-increment: flow 1;
  content: counter(flow, decimal-leading-zero) " ";
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #ffffff;
  font-weight: 700;
}
.main .eternity-flow-list-item:nth-of-type(1) {
  z-index: 3;
}
.main .eternity-flow-list-item:nth-of-type(2) {
  z-index: 2;
}
.main .eternity-flow-list-item:nth-of-type(3) {
  z-index: 1;
}
@media print, screen and (max-width: 1080px) {
  .main .eternity-flow-list-item:nth-of-type(1) {
    margin-bottom: 252px;
  }
  .main .eternity-flow-list-item:nth-of-type(2) {
    margin-bottom: 160px;
  }
}
.main .eternity-flow-list-item .item-cnt {
  padding: 10px 20px 25px 23px;
  background-color: #ffffff;
  border-radius: 0 0 clamp(8px, 0.732vw, 10px) clamp(8px, 0.732vw, 10px);
}
.main .eternity-flow-list-item .item-ttl {
  margin-bottom: 5px;
  text-align: center;
  font-size: 18px;
  line-height: 2.22;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #766559;
}
.main .eternity-flow-list-item .item-info {
  font-size: 14px;
  line-height: 1.79;
}
.main .eternity-flow-list-item .item-info li::before {
  content: "●";
  color: #9a7976;
}
.main .eternity-flow-list-item .item-arrow {
  position: absolute;
  left: calc(100% - clamp(16px, 1.464vw, 20px));
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  content: "";
  width: clamp(178px, 16.471vw, 225px);
  height: clamp(123px, 11.347vw, 155px);
  background-image: url(../images/bg_eternity_02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: 1.71;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #766559;
}
@media print, screen and (max-width: 1080px) {
  .main .eternity-flow-list-item .item-arrow {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    align-items: flex-start;
    width: 256px;
    height: auto;
    padding-top: 22px;
    aspect-ratio: 514/300;
    background-image: url(../images/bg_eternity_02_tb.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
    font-size: 16px;
  }
}
.main .eternity-flow-list-item:nth-of-type(1) .item-arrow::after {
  position: absolute;
  top: clamp(127px, 11.713vw, 160px);
  left: 50%;
  transform: translateX(-50.5%);
  width: clamp(106px, 9.81vw, 134px);
  content: "申込書にご署名・ご捺印・区画ごとの墓石撤去費用を納入";
  color: #ffffff;
  font-size: clamp(11px, 1.025vw, 14px);
  line-height: 1.71;
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 1080px) {
  .main .eternity-flow-list-item:nth-of-type(1) .item-arrow::after {
    top: 135px;
    width: 100%;
    content: "申込書にご署名・ご捺印・区画ごとの\a墓石撤去費用を納入";
    white-space: pre-wrap;
    text-align: center;
    font-size: 14px;
  }
}

.main .eternity-point {
  width: 100%;
  max-width: 754px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(101px, 9.297vw, 127px);
  transform: translateX(-10px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 17px clamp(40px, 3.66vw, 50px);
}
@media screen and (max-width: 767px) {
  .main .eternity-point {
    flex-direction: column;
    align-items: center;
    margin-bottom: clamp(51px, 15.897vw, 62px);
  }
}
.main .eternity-point-item {
  width: calc((100% - clamp(40px, 3.66vw, 50px) * 2) / 3);
}
@media screen and (max-width: 767px) {
  .main .eternity-point-item {
    width: clamp(179px, 55.897vw, 218px);
  }
}
.main .eternity-point-item-ttl {
  width: 206px;
  height: 206px;
  margin-left: 5px;
  margin-bottom: 11px;
  border-radius: 50%;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
.main .eternity-point-item-desc {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 218px;
  height: 100px;
  border: 1px solid #ffffff;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.main .eternity-point-item-desc span {
  position: relative;
  z-index: 2;
}
.main .eternity-point-item-desc::before {
  position: absolute;
  left: 18;
  top: -1;
  z-index: 1;
  width: 194px;
  height: 100px;
  display: block;
  content: "";
  background-color: #9A7976;
}
.main .eternity-yukyu {
  margin-bottom: clamp(67px, 6.223vw, 85px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 12px clamp(38px, 3.514vw, 48px);
  width: 100%;
  max-width: clamp(882px, 81.625vw, 1115px);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(16px, 1.464vw, 20px) clamp(47px, 4.392vw, 60px) clamp(16px, 1.464vw, 20px) clamp(16px, 1.464vw, 20px);
  background-color: #ffffff;
}
@media print, screen and (max-width: 810px) {
  .main .eternity-yukyu {
    flex-direction: column;
    max-width: 350px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main .eternity-yukyu {
    margin-bottom: clamp(30px, 9.231vw, 36px);
  }
}
.main .eternity-yukyu-fig {
  width: clamp(305px, 28.184vw, 385px);
}
@media print, screen and (max-width: 810px) {
  .main .eternity-yukyu-fig {
    width: 100%;
  }
}
.main .eternity-yukyu-txt {
  width: calc(100% - (clamp(305px, 28.184vw, 385px) + clamp(38px, 3.514vw, 48px)));
}
@media print, screen and (max-width: 810px) {
  .main .eternity-yukyu-txt {
    width: 100%;
  }
}
.main .eternity-yukyu-txt-ttl {
  margin-bottom: clamp(16px, 1.464vw, 20px);
  text-align: center;
  font-size: clamp(22px, 2.05vw, 28px);
  line-height: 1.56;
  letter-spacing: 0.08em;
  color: #9A7976;
  font-weight: 700;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .main .eternity-yukyu-txt-ttl {
    margin-bottom: clamp(7px, 2.051vw, 8px);
  }
}
.main .eternity-yukyu-txt-desc {
  margin-bottom: clamp(16px, 1.464vw, 20px);
  line-height: 2.19;
}
@media screen and (max-width: 767px) {
  .main .eternity-yukyu-txt-desc {
    font-size: 16px;
    line-height: 2.19;
  }
}
.main .eternity-yukyu-txt-btn {
  text-align: right;
  line-height: 2.19;
}
@media screen and (max-width: 767px) {
  .main .eternity-yukyu-txt-btn {
    margin-top: clamp(25px, 7.692vw, 30px);
    font-size: 16px;
  }
}
.main .eternity-last {
  text-align: center;
  font-size: clamp(22px, 2.05vw, 28px);
  line-height: 1.56;
  letter-spacing: 0.03em;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.71;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main .eternity-last {
    font-size: 22px;
    line-height: 2.18;
  }
}
.main .voice {
  position: relative;
  background-color: #ffffff;
  background-image: url(../images/bg_voice_01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
.main .voice-inner {
  position: relative;
  width: 100%;
  max-width: clamp(1029px, 95.168vw, 1300px);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(148px, 13.69vw, 187px);
  padding-bottom: clamp(194px, 17.936vw, 245px);
}
@media print, screen and (max-width: 1366px) {
  .main .voice-inner {
    padding-left: clamp(26px, 2.416vw, 33px);
    padding-right: clamp(26px, 2.416vw, 33px);
  }
}
@media screen and (max-width: 767px) {
  .main .voice-inner {
    padding-top: clamp(47px, 14.615vw, 57px);
    padding-bottom: clamp(69px, 21.538vw, 84px);
    padding-left: clamp(16px, 5.128vw, 20px);
    padding-right: clamp(16px, 5.128vw, 20px);
  }
}
.main .voice-desc {
  margin-bottom: clamp(34px, 3.148vw, 43px);
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .main .voice-desc {
    line-height: 2.14;
  }
}
@media screen and (max-width: 767px) {
  .main .voice-cnt {
    background-color: #ffffff;
    border: 1px solid #7C7C7C;
    max-width: 370px;
    padding: 10px;
    height: 616px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .voice-cnt-list {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media print, screen and (min-width: 768px) {
  .main .voice-cnt-list {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main .voice-cnt-list {
    height: 596px;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.main .voice-cnt-list .card-item {
  min-height: clamp(594px, 54.905vw, 750px);
  flex-shrink: 0;
}
@media print, screen and (max-width: 1080px) {
  .main .voice-cnt-list .card-item {
    min-height: initial;
  }
}
.main .voice-cnt-list .card-item-cnt {
  padding: clamp(20px, 1.83vw, 25px) clamp(18px, 1.684vw, 23px);
}
.main .access {
  position: relative;
  background-color: #ffffff;
  background-image: url(../images/bg_access_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.main .access::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(111, 103, 103, 0.8);
}
.main .access-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: clamp(870px, 80.527vw, 1100px);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(148px, 13.69vw, 187px);
  padding-bottom: clamp(105px, 9.736vw, 133px);
}
@media print, screen and (max-width: 1366px) {
  .main .access-inner {
    padding-left: clamp(26px, 2.416vw, 33px);
    padding-right: clamp(26px, 2.416vw, 33px);
  }
}
@media screen and (max-width: 767px) {
  .main .access-inner {
    padding-top: clamp(57px, 17.949vw, 70px);
    padding-bottom: clamp(51px, 15.897vw, 62px);
    padding-left: clamp(16px, 5.128vw, 20px);
    padding-right: clamp(16px, 5.128vw, 20px);
  }
}
.main .access-ttl {
  margin-bottom: clamp(47px, 4.392vw, 60px);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main .access-ttl {
    margin-bottom: clamp(26px, 8.205vw, 32px);
    line-height: 1.36;
  }
}
.main .access-desc {
  margin-bottom: clamp(47px, 4.392vw, 60px);
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main .access-desc {
    margin-bottom: clamp(26px, 8.205vw, 32px);
    line-height: 2.14;
  }
}
.main .access-cnt-map {
  margin-bottom: clamp(24px, 2.196vw, 30px);
}
.main .access-cnt-map-iframe {
  width: 100%;
  height: clamp(348px, 32.211vw, 440px);
}
@media screen and (max-width: 767px) {
  .main .access-cnt-map-iframe {
    height: auto;
    height: clamp(206px, 64.359vw, 251px);
  }
}
.main .access-cnt-map-address {
  text-align: center;
  line-height: 2.19;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main .access-cnt-map-address {
    margin-top: 0.5em;
    font-size: 12px;
    line-height: 2.92;
  }
}
.main .access-cnt-root {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 28px clamp(78px, 7.174vw, 98px);
  margin-bottom: clamp(103px, 9.517vw, 130px);
}
@media screen and (max-width: 767px) {
  .main .access-cnt-root {
    flex-direction: column;
    margin-bottom: clamp(33px, 10.256vw, 40px);
  }
}
.main .access-cnt-root-fig {
  width: clamp(233px, 21.596vw, 295px);
}
@media screen and (max-width: 767px) {
  .main .access-cnt-root-fig {
    width: 100%;
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .access-cnt-root-txt {
  width: calc(100% - (clamp(233px, 21.596vw, 295px) + clamp(78px, 7.174vw, 98px)));
}
@media screen and (max-width: 767px) {
  .main .access-cnt-root-txt {
    width: 100%;
  }
}
.main .access-cnt-root-txt .txt-carnavi {
  padding: 0.7em 1em;
  border: 1px solid #FFE203;
  text-align: center;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: 1.67;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main .access-cnt-root-txt .txt-carnavi {
    padding: 0.7em 1em 1.2em 1em;
    font-size: 16px;
    line-height: 1.5;
  }
}
.main .access-cnt-root-txt .txt-bold {
  font-weight: 700;
  color: #FFE203;
}
.main .access-cnt-root-txt .txt-note {
  margin-bottom: clamp(24px, 2.196vw, 30px);
  text-align: right;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main .access-cnt-root-txt .txt-note {
    font-size: 10px;
  }
}
.main .access-cnt-root-txt .txt-outline {
  padding: 0.7em 1em;
  border: 1px solid #ffffff;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main .access-cnt-root-txt .txt-outline {
    padding: 0.7em 1em 1.2em 1em;
  }
}
.main .access-present {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(16px, 5.128vw, 20px) clamp(16px, 1.464vw, 20px);
  width: 100%;
  max-width: clamp(696px, 64.422vw, 880px);
  padding: 0px clamp(13px, 1.171vw, 16px) 0px clamp(47px, 4.392vw, 60px);
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 3px solid #BAA36F;
  border-radius: clamp(16px, 1.464vw, 20px);
}
@media screen and (max-width: 767px) {
  .main .access-present {
    flex-direction: column;
    padding: clamp(20px, 6.154vw, 24px) clamp(13px, 4.103vw, 16px) 0 clamp(13px, 4.103vw, 16px);
  }
}
.main .access-present-txt {
  width: calc(100% - (clamp(347px, 32.064vw, 438px) + clamp(24px, 2.196vw, 30px)));
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .main .access-present-txt {
    width: 100%;
  }
}
.main .access-present-txt-ttl {
  margin-bottom: clamp(16px, 1.464vw, 20px);
  color: #BC483C;
  font-size: clamp(17px, 1.611vw, 22px);
  line-height: 1.12;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .main .access-present-txt-ttl {
    margin-bottom: 12px;
    font-size: clamp(18px, 5.641vw, 22px);
    text-align: center;
  }
}
.main .access-present-txt-ttl .ttl-xlarge {
  font-size: clamp(30px, 2.782vw, 38px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .main .access-present-txt-ttl .ttl-xlarge {
    font-size: clamp(31px, 9.744vw, 38px);
  }
}
.main .access-present-txt-ttl .ttl-large {
  font-size: clamp(25px, 2.343vw, 32px);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .main .access-present-txt-ttl .ttl-large {
    font-size: clamp(26px, 8.205vw, 32px);
  }
}
.main .access-present-txt-cnt {
  color: #333333;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .main .access-present-txt-cnt {
    line-height: 2.2;
  }
}
.main .access-present-fig {
  width: clamp(347px, 32.064vw, 438px);
}
@media screen and (max-width: 767px) {
  .main .access-present-fig {
    width: 100%;
    max-width: 347px;
  }
}
.main .entryform {
  background-color: #F4F2F0;
}
.main .entryform-inner {
  width: 100%;
  max-width: clamp(870px, 80.527vw, 1100px);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(119px, 10.981vw, 150px);
  padding-bottom: clamp(105px, 9.736vw, 133px);
}
@media print, screen and (max-width: 1366px) {
  .main .entryform-inner {
    padding-left: clamp(26px, 2.416vw, 33px);
    padding-right: clamp(26px, 2.416vw, 33px);
  }
}
@media screen and (max-width: 767px) {
  .main .entryform-inner {
    padding-top: clamp(57px, 17.949vw, 70px);
    padding-bottom: clamp(51px, 15.897vw, 62px);
    padding-left: clamp(16px, 5.128vw, 20px);
    padding-right: clamp(16px, 5.128vw, 20px);
  }
}
.main .entryform-desc {
  margin-bottom: clamp(47px, 4.392vw, 60px);
  text-align: center;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: 1.67;
  letter-spacing: 0.04em;
  color: #282828;
}
.main .entryform-form {
  width: 100%;
  overflow: hidden;
}
.main .entryform-contact {
  margin-top: clamp(113px, 10.469vw, 143px);
}

.privacy-wrapper {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", "Zen Old Mincho" serif;
  background-color: #F4F2F0;
}
.privacy-wrapper .visual {
  margin-top: clamp(79px, 7.321vw, 100px);
  padding-top: clamp(80px, 7.422vw, 95px);
  padding-bottom: clamp(87px, 8.053vw, 110px);
  text-align: center;
}
@media print, screen and (max-width: 1080px) {
  .privacy-wrapper .visual {
    margin-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-wrapper .visual {
    margin-top: 70px;
  }
}
.privacy-wrapper .visual-ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.54;
  letter-spacing: 0.08em;
}
.privacy-wrapper .visual-ttl-sitename, .privacy-wrapper .visual-ttl-pagetitle {
  display: block;
}
.privacy-wrapper .main {
  padding-bottom: clamp(150px, 13.909vw, 190px);
}
.privacy-wrapper .main .privacy-inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1080px) {
  .privacy-wrapper .main .privacy-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-wrapper .main .privacy-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.privacy-wrapper .main .privacy-ttl {
  margin-bottom: 0.3em;
  font-size: clamp(16px, 1.464vw, 20px);
  line-height: 2.05;
}
.privacy-wrapper .main .privacy-desc {
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: 2.28;
}
.privacy-wrapper .main .privacy-cnt {
  margin-top: 2.3em;
}
.privacy-wrapper .main .privacy-cnt-item + .privacy-cnt-item {
  margin-top: 2.3em;
}
.privacy-wrapper .main .privacy-cnt-item-ttl {
  margin-bottom: 0.5em;
  font-size: clamp(16px, 1.464vw, 20px);
  line-height: 2.05;
}
.privacy-wrapper .main .privacy-cnt-item-cnt {
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: 2.28;
}
.privacy-wrapper .main .privacy-contact {
  margin-top: clamp(135px, 12.445vw, 170px);
}




/* ここから   */
  /*-- entryform --*/
  .entryform-form p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  }
  .entryform-form .attention {
  color: #888888;
  }
  .entryform-form label.error {
  position: absolute;
  margin: -52px 0px 0px 0px;
  display: block;
  background-color: #ee0000;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 15px;
  border-radius: 5px;
  -moz-opacity: 0.60;
  -khtml-opacity: 0.60;
  opacity: 0.60;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter:alpha(opacity=60);
  }
  .entryform-form label.error:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 18px;
  border: 5px solid transparent;
  border-top: 5px solid #ee0000;
  }
  .entryform-form input.error {
  border: solid 1px #ff7777;
  }
  .entryform-form dl {
  margin: 0px;
  padding: 0px;
  }
  .entryform-form dl dt {
  padding: 8px 0px 0px;
  float: left;
  }
  .entryform-form dl dt:nth-of-type(2) {
  padding: 8px 0px 0px 15px;
  }
  .entryform-form dl dd {
  padding: 0px;
  margin: 0px 0px 0px 8px;
  float: left;
  }
  .entryform-form textarea {
  width: 480px;
  }
  .entryform-form table {
  width: 820px;
  margin: 0px auto 24px;
  padding: 0px;
  border: solid 2px #aaaaaa;
  border-collapse: collapse;
  letter-spacing: 0.06em;
  }
  .entryform-form table td:nth-of-type(odd) {
  width: 220px;
  padding: 8px 16px;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  background-color: #dddddd;
  }
  .entryform-form table td:nth-of-type(even) {
  padding: 8px 16px;
  background-color: #EDEAE1;
  border-bottom: solid 1px #ffffff;
  line-height: 1.85;
  }
  .entryform-form span {
  padding: 1px 8px;
  font-size: 12px;
  color: #ffffff;
  background-color: #aa0000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  }
  .entryform-form input {
  padding: 5px 8px;
  font-size: 16px;
  font-family: ãƒ¡ã‚¤ãƒªã‚ª, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", Osaka, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Arial, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #dddddd;
  background-color: #fff;
  }
  .entryform-form textarea {
  width: 100%;
  padding: 5px 8px;
  font-size: 16px;
  font-family: ãƒ¡ã‚¤ãƒªã‚ª, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", Osaka, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", Arial, sans-serif;
  background-color: #fff;
  }
  .entryform-form .submit {
  padding: 20px 0px;
  text-align: center;
  }
  .entryform-form .submit input {
  padding: 6px 24px 8px;
  border:none;
  color: #ffffff;
  font-size: 24px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #B20000;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  }
  .entryform-form .submit input:hover {
  cursor: pointer;
  background-color: #d31d1d;
  }
  #address1 {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  cursor: default;
  margin: 0em;
  font: 400 13.3333px Arial;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  background-color: #fff;
  }
  
  .entryform-form select {
  padding: 10px 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px #dddddd;
  }
  
  select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  }
  
  
  @media screen and (max-width:768px) {
  .entryform-form {
  font-size: 1.0rem;
  }
  .entryform h2 {
  padding: 1.5vh;
  margin-bottom: 1vh;
  }
  .entryform p.text-001 {
  margin: 0px auto 20px;
  }
  .entryform table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  }
  .entryform .main-entryform-001 {
  margin: 0px 10px 15px;
  }
  .entryform-form p.entryform-text {
  margin: 5px 0px 5px;
  text-align: center;
  font-size: 0.9em;
  color: #666666;
  }
  .entryform-form table {
  width: 100%;
  }
  .entryform-form span {
  color: #ffffff;
  font-size: 0.8em;
  font-weight: normal;
  }
  .entryform-form label {
  display: block;
  }
  .entryform-form td {
  max-width: 100%;
  padding: 8px 0px;
  font-size: 1.2em;
  display: block;
  background-color: #EDEAE1;
  }
  .entryform-form td:nth-of-type(1) {
  max-width: 100%;
  padding: 5px 0px;
  text-indent: 8px;
  font-size: 16px;
  font-weight: bold;
  background-color: #dddddd;
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  }
  .entryform-form td:nth-of-type(2) {
  max-width: 100%;
  padding: 20px 8px;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  }
  .entryform-form input {
  max-width: 80%;
  font-size: 16px;
  }
  .entryform-form .submit {
  padding: 8px 0px 20px;
  text-align: center;
  }
  .entryform-form .submit input {
  margin: 0px auto;
  border: none;
  padding: 11px 18px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
  background-color: #B20000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  }
  .entryform-form dl:after {
  content: "";
  display: block;
  clear: both;
  }
  .entryform-form dl dt {
  padding: 8px 8px 0px 8px;
  margin: 0px 0px 0px 20px;
  float: left;
  }
  .entryform-form dl dt:nth-of-type(2) {
  margin: 10px 0px 0px 20px;
  padding: 8px 8px 0px 8px;
  float: left;
  clear: both;
  }
  .entryform-form dl dd:nth-of-type(2) {
  margin: 10px 0px 0px;
  }
  .entryform dl dd {
  float: left;
  margin: 0px;
  padding: 0px;
  }
  .entryform-form.mail input {
  width: 300px;
  font-size: 1.6em;
  }
  .entryform-form.mail .submit input {
  width: auto;
  }
  .entryform-form.mail td {
  display: block;
  text-align: center;
  }
  .entryform-form.mail td.submit {
  padding: 10px 0px 20px;
  }
  .entryform-form p {
  text-align: center;
  font-size: 0.9em;
  color: #666666;
  }
  .entryform-form table {
  margin: 0px auto 24px;
  padding: 0px;
  border: none;
  border-collapse: collapse;
  }
  .entryform-form table td:nth-of-type(odd) {
  width: 100%;
  border-right: none;
  }
  .info {
  max-width: 100%;
  font-size: 0.8rem;
  border-bottom: none;
  }
  .entryform-form select,#address1 {
  font-size: 1.2em;
  }
  .entryform-form input {
  max-width: 80%;
  font-size: 1.2em;
  }
  }
  
  
  
  @media screen and (min-width:320px) and (max-width:550px) {
  .entryform h2 {
  width: 100%;
  padding: 30px 34px;
  font-size: 1.3rem;
  }
  .entryform p.text-001 {
  margin: 10px auto;
  letter-spacing: normal;
  }
  .entryform-form table {
  width: 100%;
  }
  }