html {
  letter-spacing: 0.12em;
  color: #666666;
  line-height: 1.9;
  font-family: "NotoSansCJKjp-Regular";
}
@media screen and (min-width: 1025px) {
  html {
    line-height: 2.1;
  }
}

.c-breadcrumbs {
  padding: 10px 0px;
  background: #000;
  color: #fff;
}

.c-breadcrumbs--inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: content-box;
}

.c-breadcrumbs a {
  /*background: #f3d4d5;*/
  color: #fff;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  height: 100px;
}
@media screen and (max-width: 599px) {
  .l-header {
    height: 90px;
  }
}
.l-header__container {
  max-width: 1400px;
  margin-inline: auto;
}

.p-header__logo {
  max-width: 210px;
  width: 40%;
  min-width: 168px;
}
@media screen and (min-width: 1025px) {
  .p-header__logo {
    max-width: 217px;
    width: initial;
  }
}
.p-header__gnav {
  display: block;
}
.p-header__gnav-ico {
  z-index: 100;
  position: fixed;
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-ico {
    right: initial;
    background: initial;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-ico span {
    background: #962549;
  }
}
.p-header__gnav-inner {
  background: linear-gradient(180deg, #fff 0 80%, #f7f8f8 80% 100%);
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  overflow: scroll;
  padding-bottom: 200px;
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-inner {
    background: #fff;
  }
}
.p-header__gnav-inner--container {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  box-sizing: content-box;
  max-width: 1200px;
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-inner--container {
    margin-inline: auto;
    flex-direction: row;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__gnav-inner.panelactive {
    top: 105px;
  }
}
@media screen and (min-width: 600px) {
  .p-header__gnav-inner.panelactive {
    top: 110px;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-inner.panelactive {
    top: 110px;
  }
}
.p-header__gnav-sns {
  display: flex;
  height: 100px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-sns {
    display: none;
  }
}
.p-header__gnav-sns--left {
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
}
@media screen and (max-width: 599px) {
  .p-header__gnav-sns--left {
    width: 20%;
  }
}
.p-header__gnav-sns--left span {
  background: #f3d4d5;
}
@media screen and (max-width: 599px) {
  .p-header__gnav-sns--left span {
    font-size: 10px;
  }
}
.p-header__gnav-sns--left span:nth-of-type(2) {
  font-size: clamp(2rem, 1.422rem + 2.47vw, 3rem);
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .p-header__gnav-sns--left span:nth-of-type(2) {
    font-size: 16px;
  }
}
.p-header__gnav-sns--right {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #f7f8f8;
}
@media screen and (max-width: 599px) {
  .p-header__gnav-sns--right {
    width: 80%;
  }
}
.p-header__gnav-sns--right .u-espousal {
  max-width: 180px;
  width: 45%;
}
@media screen and (max-width: 599px) {
  .p-header__gnav-sns--right .u-espousal {
    max-width: 120px;
  }
}
.p-header__gnav-sns--right span {
  font-size: clamp(1.063rem, 0.737rem + 1.39vw, 1.625rem);
}
@media screen and (max-width: 599px) {
  .p-header__gnav-sns--right span {
    font-size: 10px;
  }
}
.p-header__gnav-sns--right .u-insta {
  max-width: 60px;
  width: 85%;
}
@media screen and (max-width: 599px) {
  .p-header__gnav-sns--right .u-insta {
    max-width: 30px;
  }
}
.p-header__gnav-left {
  width: 80%;
  margin-inline: auto;
  margin-bottom: 90px;
}
@media screen and (max-width: 599px) {
  .p-header__gnav-left {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-left {
    margin: initial;
    width: 40%;
  }
}
.p-header__gnav-left--item {
  border-bottom: 1px dotted #888;
  padding: 30px 0;
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-left--item {
    padding: 10px 0;
    border-bottom: initial;
  }
}
.p-header__gnav-left--item > a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #962549;
  font-size: clamp(1.063rem, 0.737rem + 1.39vw, 1.625rem);
  font-family: "Jost-Regular";
}
@media screen and (max-width: 599px) {
  .p-header__gnav-left--item > a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-left--item > a {
    font-size: 18px;
  }
}
.p-header__gnav-left--item span {
  font-size: clamp(0.75rem, 0.533rem + 0.92vw, 1.125rem);
  font-family: "NotoSansCJKjp-Regular";
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-left--item span {
    font-size: 10px;
  }
}
.p-header__gnav-left--item img {
  width: 10px;
  margin-left: auto;
}
.p-header__gnav-left--item-tenpos {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-left--item-tenpos {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 90%;
  }
}
.p-header__gnav-left--item-tenpos .tenpo {
  border: 1px solid #c0c0c0;
  padding: 0px 4px;
  min-width: 70px;
  text-align: center;
  font-size: clamp(1rem, 0.711rem + 1.23vw, 1.5rem);
}
.p-header__gnav-left--item-tenpos .tempo a {
  color: #c0c0c0;
}
.p-header__gnav-left--sns {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-left--sns {
    display: block;
  }
}
.p-header__gnav-left--sns a {
  margin: initial;
  width: 40px;
}
.p-header__gnav-right {
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .p-header__gnav-right {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-right {
    width: 55%;
    margin: initial;
  }
}
.p-header__gnav-right--title {
  color: #962549;
  margin-bottom: 15px;
  font-size: clamp(2.875rem, 5.077rem - 4.52vw, 1.125rem);
}
@media screen and (max-width: 599px) {
  .p-header__gnav-right--title {
    font-size: 36px;
  }
}
.p-header__gnav-right--items {
  padding-bottom: 50px;
  margin-bottom: 55px;
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-right--items {
    border-bottom: 1px dashed #333;
    gap: 10px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-right--item {
    max-width: 320px;
  }
}
.p-header__gnav-right--item:nth-last-of-type(1) {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-right--item:nth-last-of-type(1) {
    display: block;
  }
}
.p-header__gnav-right--item-img {
  aspect-ratio: 320/140;
  margin-bottom: 15px;
}
.p-header__gnav-right--item-text {
  display: inline-block;
  background: #f3d4d5;
  font-size: clamp(1.5rem, 1.067rem + 1.85vw, 2.25rem);
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-right--item-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__gnav-right--item-text {
    font-size: 18px;
  }
}
.p-header__gnav-right--item-cats {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-top: 25px;
  font-size: clamp(0.875rem, 0.403rem + 0.97vw, 1.25rem);
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-right--item-cats {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .p-header__gnav-right--item-cats {
    font-size: 12px;
  }
}
.p-header__gnav-right--item-cats span {
  border: 1px solid #962549;
  width: 135px;
  text-align: center;
  color: #962549;
}
.p-header__gnav-right--contact {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-header__gnav-right--contact {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.p-header__gnav-right--contact .u-btn {
  width: 210px;
}

.u-link__arrow {
  width: 20px;
}
.u-sec {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 1025px) {
  .u-sec {
    max-width: 1200px;
    margin-bottom: 80px;
    box-sizing: content-box;
    padding-inline: 20px;
  }
}
.u-sec__title {
  color: #962549;
  font-size: clamp(1.5rem, 1.5rem + 2.39vw, 4rem);
  line-height: 1.5;
  font-family: "Jost-Regular";
}
@media screen and (min-width: 1025px) {
  .u-sec__title {
    /*margin-bottom: 30px;*/
    /*background: #f3d4d5;*/
    display: inline-block;
    padding-inline: 5px;
    font-size: 46px;
  }
}
.u-sec__title-ja {
  color: #962549;
  font-size: clamp(1.25rem, 2.471rem - 1.54vw, 1.125rem);
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .u-sec__title-ja {
    margin-bottom: 60px;
  }
}
.u-sec__subtitle {
  color: #962549;
  font-size: clamp(20px, 6.4vw, 30px);
}
.u-sec__desc {
  font-size: clamp(1.125rem, 0.764rem + 1.54vw, 1.75rem);
  line-height: 1.9;
}
@media screen and (min-width: 1025px) {
  .u-sec__desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .u-sec__desc {
    font-size: 16px;
  }
}

.p-service__item .u-btn {
  width: 280px;
}
@media screen and (max-width: 599px) {
  .p-service__item .u-btn {
    width: 320px;
  }
}

.l-wakuwaku {
  margin-bottom: 80px;
}
@media screen and (min-width: 600px) {
  .l-wakuwaku {
    margin-bottom: 120px;
  }
}
.l-wakuwaku__container {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .l-wakuwaku__container {
    max-width: 1200px;
    width: 95%;
    padding-inline: 20px;
    box-sizing: content-box;
  }
}

.p-wakuwaku__box {
  background: url("../imgs/pic08.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .p-wakuwaku__box {
    padding: 20px 60px;
    background: #000;
    flex-direction: row;
  }
}
.p-wakuwaku__box::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1025px) {
  .p-wakuwaku__box::before {
    display: none;
  }
}
.p-wakuwaku__img {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-wakuwaku__img {
    display: block;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 200px;
    border-radius: 50%;
  }
}
.p-wakuwaku__middle {
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-wakuwaku__middle {
    width: 70%;
    text-align: initial;
    margin-left: 30px;
  }
}
.p-wakuwaku__middle-opt {
  margin-bottom: 5px;
  font-size: clamp(1.125rem, 0.764rem + 1.54vw, 1.75rem);
}
@media screen and (min-width: 1025px) {
  .p-wakuwaku__middle-opt {
    font-size: 18px;
  }
}
.p-wakuwaku__middle-title {
  font-size: clamp(2.625rem, 1.831rem + 3.39vw, 4rem);
  margin-bottom: 75px;
  font-family: "Jost-Regular";
}
@media screen and (min-width: 1025px) {
  .p-wakuwaku__middle-title {
    /*background: #f3d4d5;*/
    display: inline;
    margin-bottom: 13px;
    font-size: 46px;
  }
}
.p-wakuwaku__middle-desc {
  line-height: 2;
  font-size: clamp(1.125rem, 0.764rem + 1.54vw, 1.75rem);
  margin-bottom: 130px;
}
@media screen and (min-width: 1025px) {
  .p-wakuwaku__middle-desc {
    margin-bottom: initial;
    font-size: 18px;
  }
}
.p-wakuwaku__link {
  margin-right: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .p-wakuwaku__link {
    margin: initial;
    border-bottom: none;
    padding-bottom: initial;
    width: initial;
    padding-left: 100px;
  }
}
.p-wakuwaku__link a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Jost-Regular";
}
@media screen and (min-width: 1025px) {
  .p-wakuwaku__link a {
    display: initial;
  }
}
.p-wakuwaku__link span {
  font-size: clamp(1.5rem, 1.067rem + 1.85vw, 2.25rem);
  /*background: #f3d4d5;*/
  height: 100%;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .p-wakuwaku__link span {
    position: absolute;
    top: 35px;
    padding-inline: 5px;
    height: initial;
    display: block;
    font-size: 18px;
    left: 0;
  }
}
.p-wakuwaku__link img {
  width: 20px;
}
@media screen and (min-width: 1025px) {
  .p-wakuwaku__link img {
    border: 1px solid #fff;
    border-left: none;
    border-radius: 50%;
    width: 100px;
    padding: 20px;
    aspect-ratio: 1/1;
  }
}

.l-archive {
  margin-bottom: 80px;
  margin-top: 200px;
}
@media screen and (max-width: 599px) {
  .l-archive {
    margin-top: 160px;
  }
}
@media screen and (min-width: 600px) {
  .l-archive {
    margin-bottom: 120px;
    margin-top: 230px;
  }
}
.l-archive__container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: content-box;
}

.p-archive__heading {
  margin-bottom: 100px;
}
.p-archive__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-archive__item {
  max-width: 500px;
  width: 100%;
  border-bottom: 1px solid #962549;
  margin-bottom: 100px;
  margin: 0 auto 100px;
}
@media screen and (min-width: 1025px) {
  .p-archive__item {
    max-width: 600px;
    width: 48%;
    margin-inline: initial;
    border-bottom: 1px solid #f3d4d5;
  }
}
.p-archive__item-img {
  width: 100%;
  margin-bottom: 30px;
}
.p-archive__item-title {
  color: #962549;
  margin-bottom: 30px;
  font-size: clamp(1.75rem, 1.028rem + 3.08vw, 3rem);
  display: inline;
  word-wrap: break-word;
  font-family: "Jost-Regular";
}
@media screen and (min-width: 1025px) {
  .p-archive__item-title {
    /*background: #f3d4d5;*/
    font-size: 30px;
  }
}
.p-archive__item-desc {
  margin-bottom: 40px;
  font-size: clamp(1rem, 0.711rem + 1.23vw, 1.5rem);
}
@media screen and (min-width: 1025px) {
  .p-archive__item-desc {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .l-archive .pagination-sp {
    display: none;
  }
}
.l-archive .pagination-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .l-archive .pagination-pc {
    display: block;
  }
}
.l-archive .pagination-inner {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .l-archive .pagination-inner {
    /*background: #f3d4d5;*/
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.l-archive .pagination-inner li {
  background: #f7f8f8;
  padding: 2px 4px;
  font-family: "Jost-Regular";
  margin-inline: 10px;
}
@media screen and (min-width: 1025px) {
  .l-archive .pagination-inner li {
    background: initial;
  }
}
.l-archive .pagination-inner .ellipsis {
  background: initial;
  font-weight: bold;
  margin-inline: 0;
}
.l-archive .pagination-inner .current {
  background: #962549;
}
@media screen and (min-width: 1025px) {
  .l-archive .pagination-inner .current {
    background: none;
    color: #962549;
    border-bottom: 1px solid #962549;
  }
}
.l-archive .pagination-inner .current a {
  color: #fff;
  background: #f3d4d5;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .l-archive .pagination-inner .current a {
    color: #962549;
  }
}
