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: 15%;
}
@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 + 3.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.75rem, 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-blog {
  background: linear-gradient(180deg, #000 0 50%, #fff 50% 100%);
  padding-top: 74px;
}
@media screen and (min-width: 1025px) {
  .l-blog {
    margin-bottom: 180px;
    padding-top: 82px;
  }
}
.l-blog__container {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .l-blog__container {
    width: 90%;
  }
}

.p-blog__heading {
  text-align: center;
  color: #fff;
  margin-bottom: 38px;
}
@media screen and (min-width: 1025px) {
  .p-blog__heading {
    margin-bottom: 52px;
  }
}
.p-blog__heading-title {
  font-size: clamp(2.625rem, 1.831rem + 3.39vw, 4rem);
}
@media screen and (min-width: 1025px) {
  .p-blog__heading-title {
    font-size: 46px;
  }
}
.p-blog__heading-ja {
  font-size: clamp(1.125rem, 0.764rem + 1.54vw, 1.75rem);
  margin-bottom: 55px;
}
@media screen and (min-width: 1025px) {
  .p-blog__heading-ja {
    font-size: 18px;
  }
}
.p-blog__heading-desc {
  font-size: clamp(1.125rem, 0.764rem + 1.54vw, 1.75rem);
}
@media screen and (min-width: 1025px) {
  .p-blog__heading-desc {
    font-size: 18px;
  }
}
.p-blog__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 1025px) {
  .p-blog__items {
    margin-bottom: 95px;
    margin-right: initial;
    width: initial;
  }
}
.p-blog__item {
  width: 49%;
  margin-right: 20px;
}
@media screen and (min-width: 1025px) {
  .p-blog__item {
    margin-right: initial;
  }
}
.p-blog__item > img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .p-blog__item > img {
    aspect-ratio: 595/275;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-blog__item > img {
    align-self: 630/380;
  }
}
.p-blog__item-date {
  margin-bottom: 16px;
  /*background: #F3D4D5;*/
  line-height: 1;
  display: inline-block;
  font-size: clamp(1rem, 0.711rem + 1.23vw, 1.5rem);
  font-family: "Jost-Regular";
}
@media screen and (min-width: 1025px) {
  .p-blog__item-date {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.p-blog__item-title {
  color: #962549;
  margin-bottom: 16px;
  font-size: clamp(1.5rem, 1.067rem + 1.85vw, 2.25rem);
}
@media screen and (min-width: 1025px) {
  .p-blog__item-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.p-blog__item-text {
  font-size: clamp(1rem, 0.711rem + 1.23vw, 1.5rem);
}
@media screen and (min-width: 1025px) {
  .p-blog__item-text {
    font-size: 16px;
  }
}
.p-blog__link {
  padding-bottom: 18px;
  border-bottom: 1px solid #000;
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .p-blog__link {
    width: initial;
  }
}
.p-blog__link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-blog__link span {
  /*background: #F3D4D5;*/
  line-height: 1;
  font-size: clamp(1.5rem, 1.067rem + 1.85vw, 2.25rem);
}
@media screen and (min-width: 1025px) {
  .p-blog__link span {
    font-size: 18px;
  }
}

.l-blog .slick-dots {
  display: none !important;
}

@media screen and (max-width: 599px) {
  .l-archive {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .p-archive__list {
    margin-bottom: 36px;
    border-bottom: 1px solid #000;
  }
}
.p-archive__item {
  border-bottom: initial;
}
.p-archive__item-img {
  aspect-ratio: 580/268;
}
.p-archive__item-date {
  /*background: #F3D4D5;*/
  display: inline-block;
  font-size: 16px;
  padding-right: 5px;
  line-height: 1.4;
}
.p-archive__item-title {
  background: initial;
}
.p-archive__item-desc {
  margin-bottom: 0;
}
.p-archive__tag {
  margin-bottom: 135px;
  background: #F7F8F8;
  max-width: 1200px;
  margin-inline: auto;
  padding: 80px 0px;
}
@media screen and (min-width: 1025px) {
  .p-archive__tag {
    background: initial;
    padding: 0 20px;
  }
}
.p-archive__tag-container {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .p-archive__tag-container {
    width: initial;
  }
}
.p-archive__tag-title {
  color: #962549;
  margin-bottom: 20px;
  font-size: clamp(24px, 6.4vw, 42px);
}
@media screen and (min-width: 1025px) {
  .p-archive__tag-title {
    font-size: 20px;
  }
}
.p-archive__tag-item {
  display: inline-block;
  font-size: clamp(18px, 3.7vw, 24px);
}
@media screen and (min-width: 1025px) {
  .p-archive__tag-item {
    font-size: 16px;
  }
}
.p-archive__back {
  border-bottom: 1px solid #000;
  margin-bottom: 135px;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .p-archive__back {
    display: none;
  }
}
.p-archive__back a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  width: 98%;
  margin-inline: auto;
}
.p-archive__back span {
  display: inline-block;
  /*background: #F3D4D5;*/
  font-size: 18px;
  line-height: 1.4;
}

.p-archive__desc02 {
  font-size: clamp(15px, 3.7vw, 28px);
}
@media screen and (min-width: 600px) {
  .p-archive__desc02 {
    font-size: 18px;
  }
}
.p-archive__main {
  margin-bottom: 280px;
}
@media screen and (min-width: 600px) {
  .p-archive__main {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 1025px) {
  .p-archive__main {
    margin-bottom: 200px;
  }
}
.p-archive__main-item {
  position: relative;
}
.p-archive__main-img {
  max-width: 1200px;
  margin-inline: auto;
  display: block;
  aspect-ratio: 750/560;
}
@media screen and (min-width: 1025px) {
  .p-archive__main-img {
    aspect-ratio: 1200/520;
  }
}
.p-archive__main-content {
  position: absolute;
  background: #fff;
  padding: 20px 40px;
  top: 80%;
  left: 50%;
  transform: translate(-50%);
  width: 90%;
  max-width: 1120px;
}
.l-blog {
  margin-bottom: 160px;
  background: linear-gradient(180deg, #000 0 35%, #fff 35% 100%);
}

.p-blog__heading-title {
  font-size: clamp(24px, 6.4vw, 42px);
}
@media screen and (min-width: 1025px) {
  .p-blog__heading-title {
    font-size: 30px;
  }
}
.p-blog__heading-title span {
  display: inline-block;
}

.l-entry {
  margin-top: 300px;
}
@media screen and (min-width: 1025px) {
  .l-entry {
    margin-top: 140px;
  }
}
.l-entry__container {
  max-width: 1200px;
  margin-inline: auto;
  box-sizing: content-box;
}
@media screen and (min-width: 1025px) {
  .l-entry__container {
    padding-inline: 20px;
  }
}

.p-entry__top {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .p-entry__top {
    width: initial;
  }
}
.p-entry__date {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
  line-height: 1.4;
  font-size: clamp(16px, 3.7vw, 28px);
}
@media screen and (min-width: 1025px) {
  .p-entry__date {
    font-size: 20px;
    /*background: #F3D4D5;*/
  }
}
.p-entry__title {
  color: #962549;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 100px;
  font-size: clamp(2.625rem, 1.831rem + 3.39vw, 4rem);
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  .p-entry__title {
    /*background: #F3D4D5;*/
    font-size: 42px;
  }
}
.p-entry__img {
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 750/420;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .p-entry__img {
    aspect-ratio: 1440/510;
  }
}
@media screen and (min-width: 1025px) {
  .p-entry__items {
    max-width: 1100px;
    margin-left: auto;
  }
}
.p-entry__item {
  margin-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .p-entry__item {
    margin-bottom: 110px;
  }
}
.p-entry__item-sub {
  padding-left: 80px;
  position: relative;
  color: #962549;
  font-weight: normal;
  margin-bottom: 50px;
  font-size: clamp(20px, 6vw, 42px);
}
@media screen and (max-width: 599px) {
  .p-entry__item-sub {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .p-entry__item-sub {
    font-weight: bold;
    font-size: 30px;
  }
}
.p-entry__item-sub::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 60px;
  background: #962549;
  left: 0;
  top: 40px;
}
@media screen and (max-width: 599px) {
  .p-entry__item-sub::before {
    top: 25px;
    width: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .p-entry__item-sub::before {
    top: 30px;
  }
}
.p-entry__item-inner {
  width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .p-entry__item-inner {
    width: initial;
    max-width: 787px;
    margin-right: 0;
  }
}
.p-entry__item-desc {
  margin-bottom: 56px;
  font-size: clamp(18px, 3.7vw, 24px);
}
@media screen and (min-width: 1025px) {
  .p-entry__item-desc {
    font-size: 18px;
  }
}
.p-entry__item-img05 {
  max-width: 447px;
  width: 100%;
  margin-inline: auto;
  display: block;
}

.p-archive__tag {
  padding-top: 30px;
}
@media screen and (min-width: 1025px) {
  .p-archive__tag {
    border-top: 1px solid #000;
  }
}