@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
.p-single-breadcrumb {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single-breadcrumb {
    margin-bottom: 1rem;
  }
}

.p-single__wrapper {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single__wrapper {
    gap: 2rem;
    flex-direction: column-reverse;
  }
}

.p-single-main {
  flex: 1;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-single-main {
    padding-bottom: 6rem;
  }
}
.p-single-main__header {
  position: sticky;
  top: 98px;
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-single-main__header {
    top: 55px;
    padding: 1rem 0;
  }
}
.p-single-main__header .c-cta-list {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-single-main__header .c-cta-list {
    position: static;
    display: flex;
  }
}
.p-single-main__title {
  margin-bottom: 0.5rem;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-single-main__title {
    font-size: 2rem;
  }
}
.p-single-main__flex {
  display: flex;
  gap: 4rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-main__flex {
    gap: 2rem;
    flex-direction: column-reverse;
  }
}
.p-single-main__left {
  flex: 1;
}
.p-single-main__image {
  width: 34rem;
}
.p-single-main__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
  color: #988b8b;
  font-size: 1.2rem;
}
.p-single-main__tags a::before {
  content: "#";
}
.p-single-main__copy {
  margin-bottom: 2.5rem;
  font-weight: 700;
}
.p-single-main__maker a {
  text-decoration: underline;
  /*
  &::after {
  	display: inline-block;
  	width: 1.4rem;
  	height: 1.4rem;
  	vertical-align: middle;
  	color: currentColor;
  	background: currentColor;
  	-webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><defs><clipPath id="clip-path"><rect width="14" height="14" transform="translate(-0.009 -0.008)" fill="currentColor"/></clipPath></defs><g transform="translate(0.009 0.008)" clip-path="url(%23clip-path)"><path d="M17.277,0H12.239a.56.56,0,0,0,0,1.119h3.687L10.164,6.881a.56.56,0,1,0,.791.791l5.761-5.761V5.6a.56.56,0,0,0,1.119,0V.56a.56.56,0,0,0-.56-.56" transform="translate(-4.402 0.549)" fill="currentColor"/><path d="M10.635,9.6a.56.56,0,0,0-.56.56v3.918H1.119V5.119H5.038A.56.56,0,1,0,5.038,4H.56A.56.56,0,0,0,0,4.56V14.635a.56.56,0,0,0,.56.56H10.635a.56.56,0,0,0,.56-.56V10.157a.56.56,0,0,0-.56-.56" transform="translate(0 -1.212)" fill="currentColor"/></g></svg>');
  	mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><defs><clipPath id="clip-path"><rect width="14" height="14" transform="translate(-0.009 -0.008)" fill="currentColor"/></clipPath></defs><g transform="translate(0.009 0.008)" clip-path="url(%23clip-path)"><path d="M17.277,0H12.239a.56.56,0,0,0,0,1.119h3.687L10.164,6.881a.56.56,0,1,0,.791.791l5.761-5.761V5.6a.56.56,0,0,0,1.119,0V.56a.56.56,0,0,0-.56-.56" transform="translate(-4.402 0.549)" fill="currentColor"/><path d="M10.635,9.6a.56.56,0,0,0-.56.56v3.918H1.119V5.119H5.038A.56.56,0,1,0,5.038,4H.56A.56.56,0,0,0,0,4.56V14.635a.56.56,0,0,0,.56.56H10.635a.56.56,0,0,0,.56-.56V10.157a.56.56,0,0,0-.56-.56" transform="translate(0 -1.212)" fill="currentColor"/></g></svg>');
  	-webkit-mask-repeat: no-repeat;
  	mask-repeat: no-repeat;
  	-webkit-mask-size: contain;
  	mask-size: contain;
  	content: "";
  	transition: all 0.3s ease;
  	margin-left: .9rem;
  	color: g.$colorTextBase;
  }
  */
}
.p-single-main__content {
  margin-top: 3rem;
}
.p-single-main__content h2.wp-block-heading {
  margin: 7rem 0 2.5rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-left: 2px solid #C61B27;
  padding-left: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-single-main__content h2.wp-block-heading {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single-main__content h2.wp-block-heading {
    margin-top: 5rem;
  }
}
.p-single-main__content h3.wp-block-heading {
  margin: 3rem 0 2rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.333;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #442b2b;
}
@media screen and (min-width: 768px) {
  .p-single-main__content h3.wp-block-heading {
    font-size: 2.3rem;
  }
}
.p-single-main__content > * {
  margin-bottom: 2rem;
  line-height: 1.875;
}
.p-single-main__content a {
  text-decoration: underline;
}
.p-single-main__content-anchor {
  position: sticky;
  top: 170px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 2rem 0 2rem 0;
  background-color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-single-main__content-anchor {
    position: static;
    padding: 0;
  }
}
.p-single-main__content-anchor li {
  list-style: none !important;
}
.p-single-main__content-anchor li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 0 2rem 0 1rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #442b2b;
  list-style: none;
  text-decoration: none;
  cursor: pointer;
}
.p-single-main__content-anchor li a::after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  display: inline-block;
  width: 12px;
  height: 8px;
  vertical-align: middle;
  color: #442b2b;
  background: #442b2b;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M0,0,3.74,4,0,8,12,4Z" transform="translate(0 0)" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M0,0,3.74,4,0,8,12,4Z" transform="translate(0 0)" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
  transition: all 0.3s ease;
  transform-origin: top center;
  transform: rotate(90deg) translateY(-50%);
}

.p-single-sub {
  width: 18rem;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-single-sub {
    display: none;
  }
}

.p-single-contact {
  padding: 12rem 0;
  background-color: #f3f5f5;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-single-contact {
    padding: 6rem 0;
  }
}
.p-single-contact__text {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-single-contact__text {
    margin-bottom: 2rem;
  }
}
.p-single-contact #form-contact {
  padding: 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-single-contact #form-contact {
    padding: 2rem;
  }
}

.p-single-relation {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-single-relation {
    padding: 6rem 0;
  }
}
.p-single-relation__list {
  padding: 0 7rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-single-relation__list {
    padding: 0 4rem;
    margin: 0 -2rem;
  }
}
.p-single-relation .swiper .swiper-button-prev,
.p-single-relation .swiper .swiper-button-next {
  display: none;
}
.p-single-relation .swiper .swiper-button-prev.swiper-button-disabled,
.p-single-relation .swiper .swiper-button-next.swiper-button-disabled {
  display: none !important;
}
.p-single-relation .swiper .swiper-slide {
  flex-shrink: initial;
}
.p-single-relation .swiper.swiper-initialized {
  overflow: visible;
}
.p-single-relation .swiper.swiper-initialized .swiper-slide {
  opacity: 0.4;
  flex-shrink: 0;
  pointer-events: none;
}
.p-single-relation .swiper.swiper-initialized .swiper-slide-active {
  opacity: 1;
  pointer-events: visible;
}
@media screen and (min-width: 768px) {
  .p-single-relation .swiper.swiper-initialized .swiper-slide-next,
  .p-single-relation .swiper.swiper-initialized .swiper-slide-next + .swiper-slide {
    opacity: 1;
    pointer-events: visible;
  }
}
.p-single-relation .swiper.swiper-initialized .swiper-button-prev,
.p-single-relation .swiper.swiper-initialized .swiper-button-next {
  display: flex;
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-single-relation .swiper.swiper-initialized .swiper-button-prev,
  .p-single-relation .swiper.swiper-initialized .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
}
.p-single-relation .swiper.swiper-initialized .swiper-button-prev::after,
.p-single-relation .swiper.swiper-initialized .swiper-button-next::after {
  display: inline-block;
  width: 1.2rem;
  height: 0.8rem;
  vertical-align: middle;
  color: #C61B27;
  background: #C61B27;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M0,0,3.74,4,0,8,12,4Z" transform="translate(0 0)" fill="currentColor"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M0,0,3.74,4,0,8,12,4Z" transform="translate(0 0)" fill="currentColor"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
  transition: all 0.3s ease;
  transform-origin: top center;
}
.p-single-relation .swiper.swiper-initialized .swiper-button-prev {
  left: -5rem;
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .p-single-relation .swiper.swiper-initialized .swiper-button-prev {
    left: -3rem;
  }
}
.p-single-relation .swiper.swiper-initialized .swiper-button-next {
  right: -5rem;
}
@media screen and (max-width: 767px) {
  .p-single-relation .swiper.swiper-initialized .swiper-button-next {
    right: -3rem;
  }
}
.p-single-relation__item {
  width: 32.6rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-relation__item {
    width: 100%;
  }
}
.p-single-relation__item a {
  display: block;
}
.p-single-relation__item-thumbnail {
  width: 100%;
  margin-bottom: 2rem;
  aspect-ratio: 300/200;
}
.p-single-relation__item-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-relation__item-title {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.p-single-relation__item-copy {
  margin-bottom: 2rem;
  color: #988b8b;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.p-single-relation__item-maker li {
  max-width: 12rem;
  aspect-ratio: 64/13;
}
.p-single-relation__item-maker li a {
  display: block;
  height: 100%;
}
.p-single-relation__item-maker li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=single.css.map */