@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*brandHaco*/
/*brandHaco*/
/*grid settings*/
/* media query */
.headbar__CTA {
  display: flex;
  gap: 0.6rem;
}
@media only screen and (max-width: 768px) {
  .headbar__CTA {
    margin-right: 10px;
  }
}

.l-rpop-wrappin {
  z-index: 3;
  grid-template-columns: 5.4rem 26rem;
  transform: translateX(26rem);
}
@media only screen and (max-width: 768px) {
  .l-rpop-wrappin {
    grid-template-columns: 5.4rem 22rem;
    bottom: 15rem;
    align-items: flex-end;
    transform: translateX(22rem);
  }
}

.l-rpop__open {
  background-color: rgba(57, 182, 189, 0.61);
}

#MVslider.slider {
  padding: 0 20vw;
}
@media only screen and (max-width: 768px) {
  #MVslider.slider {
    padding: 0 3vw;
  }
}
#MVslider.js-single {
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  #MVslider.js-single {
    padding: 0 !important;
  }
}
#MVslider .slides {
  left: -100%;
}
#MVslider .slides .inner {
  width: 97%;
}

#PHOTOslider.slider {
  padding: 0 2vw;
}
@media only screen and (max-width: 768px) {
  #PHOTOslider.slider {
    padding: 0 8vw;
  }
}
#PHOTOslider .slides {
  left: -33.3333333333%;
}
@media only screen and (max-width: 768px) {
  #PHOTOslider .slides {
    left: -100%;
  }
}
#PHOTOslider .slides .inner {
  width: 94%;
}
@media only screen and (max-width: 768px) {
  #PHOTOslider .slides .inner {
    width: 95%;
  }
}
#PHOTOslider .slide {
  cursor: grab;
}

#RCMNDslider.slider {
  padding: 0 8%;
}
@media only screen and (max-width: 768px) {
  #RCMNDslider.slider {
    padding: 0 4vw;
  }
}
#RCMNDslider .slides {
  left: -33.3333333333%;
}
@media only screen and (max-width: 768px) {
  #RCMNDslider .slides {
    left: -100%;
  }
}
#RCMNDslider .slides .inner {
  width: 95%;
}
@media only screen and (max-width: 768px) {
  #RCMNDslider .slides .inner {
    width: 98%;
  }
}
#RCMNDslider .p-sarea {
  height: 100%;
}
#RCMNDslider .p-sarea__list {
  height: inherit;
}
#RCMNDslider .p-sarea__list__item {
  height: inherit;
}
#RCMNDslider .p-sarea__list__item .c-card-bkn {
  height: inherit;
}

.p-pjDetail__btn {
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 32rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-pjDetail__btn {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-pjDetail__btn {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__btn {
    max-width: 100%;
  }
}

.p-pjDetail__CTA {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.p-pjDetail__CTA__btn .u-btn-next {
  width: 100%;
}
.p-pjDetail__CTA .c-card-bkn__btns__item {
  width: 100%;
}

.p-pjDetail {
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail {
    padding: 8rem 0 8rem;
  }
}
.p-pjDetail__contTtl {
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__contTtl {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.p-pjDetail__contTtl p {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 1rem auto 0;
  border-bottom: 3px solid #6E356B;
}
@media (max-width: 768px) {
  .p-pjDetail__contTtl p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-pjDetail__contTtl p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__contTtl p {
    line-height: 1.4;
    margin: 2rem 0 0 5%;
    border-bottom: none;
    border-left: 4px solid #6E356B;
    padding-left: 0.8rem;
  }
}
.p-pjDetail__floatBnr {
  background: #299ca2;
  max-width: 220px;
  position: fixed;
  bottom: 9rem;
  right: 0;
  z-index: 3;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__floatBnr {
    max-width: 150px;
    bottom: 14rem;
  }
}
.p-pjDetail__floatBnr .bar {
  height: 3rem;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__floatBnr .bar {
    height: 2rem;
  }
}
.p-pjDetail__floatBnr .icon-btn {
  width: 3rem;
  height: 3rem;
  background: unset;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__floatBnr .icon-btn {
    width: 2rem;
    height: 2rem;
  }
}
.p-pjDetail__floatBnr .icon-btn .c-icon-plus {
  width: 15px;
  height: 2px;
}
.p-pjDetail__floatBnr.hidden {
  opacity: 0;
  visibility: hidden;
}
.p-pjDetail__MV {
  position: relative;
}
.p-pjDetail__MV__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
.p-pjDetail__MV__ttl span {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-pjDetail__MV__ttl span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-pjDetail__MV__ttl span {
    font-size: 2rem;
  }
}
.p-pjDetail__MV .u-label {
  justify-content: center;
  margin: 3rem auto 1.6rem;
}
.p-pjDetail__MV__img figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 24/13;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__MV__img figure {
    aspect-ratio: 1/1;
  }
}
.js-single .p-pjDetail__MV__img figure {
  aspect-ratio: unset;
  max-width: 120rem;
}
@media only screen and (max-width: 768px) {
  .js-single .p-pjDetail__MV__img figure {
    aspect-ratio: unset;
  }
}
.p-pjDetail__MV__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-pjDetail__chu {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background-color: #222B3C;
  display: flex;
  justify-content: flex-end;
}
.p-pjDetail__chu .conc {
  padding: 1rem 0;
  padding-left: 0.4rem;
  border-top: 1px solid #DEDEDE;
}
.p-pjDetail__chu .conc--keitai {
  padding: 1rem;
}
.p-pjDetail__chu .conc__keitai {
  padding: 0.3rem 1.5rem;
  background-color: #fff;
  color: #222B3C;
  display: inline-block;
}
.p-pjDetail__chu .conc__keitai-sup {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .p-pjDetail__chu .conc__keitai-sup {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-pjDetail__chu .conc__keitai-sup {
    font-size: 1.2rem;
  }
}
.p-pjDetail__nav {
  width: 100%;
  position: sticky;
  top: 60px;
  border-top: 1px solid #DEDEDE;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  z-index: 2;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__nav {
    top: 0;
    border-top: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  }
}
.p-pjDetail__nav.fixed {
  position: fixed;
  top: 60px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__nav.fixed {
    top: 0;
  }
}
.p-pjDetail__nav__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__nav__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-pjDetail__nav__list--tochi {
  grid-template-columns: repeat(6, 1fr);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__nav__list--tochi {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-pjDetail__nav__list--tochi .nav-btn {
    color: orange;
  }
}
.p-pjDetail__nav__list .nav-btn:last-child a::before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__nav__list .nav-btn:nth-child(-n+3) {
    border-bottom: 1px solid #DEDEDE;
  }
  .p-pjDetail__nav__list .nav-btn:nth-child(3) a::before {
    display: none;
  }
}
.p-pjDetail__nav__list .nav-btn a {
  display: grid;
  place-content: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #6E356B;
  background: #fff;
  position: relative;
  transition: 0.3s;
  height: 5rem;
}
@media (max-width: 768px) {
  .p-pjDetail__nav__list .nav-btn a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-pjDetail__nav__list .nav-btn a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__nav__list .nav-btn a {
    height: 4rem;
  }
}
.p-pjDetail__nav__list .nav-btn a.active {
  color: #fff;
  background: #6E356B;
}
.p-pjDetail__nav__list .nav-btn a.active .u-arw-next--nav {
  color: #fff;
}
.p-pjDetail__nav__list .nav-btn a.active .u-arw-next--nav::after, .p-pjDetail__nav__list .nav-btn a.active .u-arw-next--nav::before {
  background: #fff;
}
.p-pjDetail__nav__list .nav-btn a.active::before {
  background: #6E356B;
}
.p-pjDetail__nav__list .nav-btn a::before {
  content: "";
  width: 1px;
  height: 4rem;
  background: #DEDEDE;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__nav__list .nav-btn a::before {
    height: 2.7rem;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .p-pjDetail__nav__list .nav-btn a:hover:hover {
    color: #fff;
    background: #6E356B;
  }
  .p-pjDetail__nav__list .nav-btn a:hover:hover .u-arw-next--nav {
    color: #fff;
  }
  .p-pjDetail__nav__list .nav-btn a:hover:hover .u-arw-next--nav::after, .p-pjDetail__nav__list .nav-btn a:hover:hover .u-arw-next--nav::before {
    background: #fff;
  }
  .p-pjDetail__nav__list .nav-btn a:hover::before {
    background-color: #6E356B;
  }
}
.p-pjDetail__nav__list .nav-btn a .u-arw-next--nav {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%) rotate(135deg);
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__nav__list .nav-btn a .u-arw-next--nav {
    width: 0.45em;
    height: 0.45em;
    right: 0.8rem;
  }
}
.p-pjDetail__plan {
  background: #f4f4f4;
  padding-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__plan {
    padding-top: 5rem;
  }
}
.p-pjDetail__plan__kukakuzu {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 10/7.33;
  text-align: center;
  background: #fff;
  padding: 1rem;
  margin: 0 auto;
}
.p-pjDetail__plan__kukakuzu img {
  width: auto;
  margin: 0 auto;
}
.p-pjDetail__plan__conv {
  background-color: #fff;
  padding-top: 2rem;
}
.verTochi .p-pjDetail__plan__conv {
  background-color: unset;
  padding: 2rem 0 8rem;
}
@media only screen and (max-width: 768px) {
  .verTochi .p-pjDetail__plan__conv {
    padding: 2rem 0 4rem;
  }
}
.p-pjDetail__photo {
  padding: 12rem 0;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__photo {
    padding: 4rem 0;
  }
}
.p-pjDetail__location {
  background: #f4f4f4;
  padding: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__location {
    padding: 5rem 0;
  }
}
.p-pjDetail__location__tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 1080px) {
  .p-pjDetail__location__tab {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3rem;
    margin: 0 auto 1.5rem;
  }
}
.p-pjDetail__location__tab .tab-btn {
  cursor: pointer;
}
.p-pjDetail__location__cont.tab-content {
  display: none;
}
.p-pjDetail__location__cont.tab-content.active {
  display: block;
}
.p-pjDetail__location__cont__imgList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 1080px) {
  .p-pjDetail__location__cont__imgList {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__location__cont__imgList {
    margin: 0 auto 1.5rem;
  }
}
.p-pjDetail__location__cont__imgList li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.p-pjDetail__location__cont__imgList li dl {
  display: flex;
  gap: 0 0.6rem;
  padding: 0.8rem 1rem;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__location__cont__imgList li dl {
    padding: 0.8rem;
  }
}
.p-pjDetail__location__cont__imgList li dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-pjDetail__location__cont__imgList li dl dd {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-pjDetail__location__cont__imgList li dl dd {
    font-size: 1.2rem;
  }
}
.p-pjDetail__location__cont__imgList li dl dd span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-pjDetail__location__cont__imgList li dl dd span {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-pjDetail__location__cont__imgList li dl dd span {
    font-size: 1rem;
  }
}
.p-pjDetail__location__cont__spotList h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6E356B;
  height: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__location__cont__spotList h4 {
    justify-content: flex-start;
    padding-left: 1rem;
  }
}
.p-pjDetail__location__cont__spotList .spotList-wrap {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 2rem;
  border: 1px solid #DEDEDE;
  border-top: none;
  background: #fff;
  padding: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__location__cont__spotList .spotList-wrap {
    grid-template-columns: auto;
    gap: 0.4rem;
    padding: 1rem 0.8rem;
  }
}
.p-pjDetail__location__cont__spotList .spotList-wrap .spotList {
  display: flex;
  flex-flow: column wrap;
  gap: 0.4rem;
}
.p-pjDetail__location__cont__spotList .spotList-wrap .spotList li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}
.p-pjDetail__location__cont__spotList .spotList-wrap .spotList li::after {
  content: "";
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(to right, #DEDEDE, #DEDEDE 2px, transparent 2px, transparent 9px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__location__cont__spotList .spotList-wrap .spotList li::after {
    background: repeating-linear-gradient(to right, #DEDEDE, #DEDEDE 2px, transparent 2px, transparent 7px);
  }
}
.p-pjDetail__location__cont__spotList .spotList-wrap .spotList li .listTtl {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #fff;
  padding-right: 0.6rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-pjDetail__location__cont__spotList .spotList-wrap .spotList li .listTtl {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .p-pjDetail__location__cont__spotList .spotList-wrap .spotList li .listTtl {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__location__cont__spotList .spotList-wrap .spotList li .listTtl {
    gap: 0.3rem;
  }
}
.p-pjDetail__location__cont__spotList .spotList-wrap .spotList li .listDist {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  background: #fff;
  padding-left: 0.8rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-pjDetail__location__cont__spotList .spotList-wrap .spotList li .listDist {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .p-pjDetail__location__cont__spotList .spotList-wrap .spotList li .listDist {
    font-size: 1.1rem;
  }
}
.p-pjDetail__location__cont__spotList .spotList-wrap hr {
  width: 1px;
  height: 100%;
  background: #DEDEDE;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__location__cont__spotList .spotList-wrap hr {
    display: none;
  }
}
.p-pjDetail__location__cap {
  font-size: 1.2rem;
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__location__cap {
    margin: 1.6rem auto 0;
  }
}
.p-pjDetail__access {
  padding: 12rem 0;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__access {
    padding: 6rem 0;
  }
}
.verTochi .p-pjDetail__access {
  padding: 12rem 0 12rem;
}
@media only screen and (max-width: 768px) {
  .verTochi .p-pjDetail__access {
    padding: 6rem 0 6rem;
  }
}
.p-pjDetail__access__rosenzu {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__access__rosenzu {
    margin: 0 auto 1rem;
  }
}
.p-pjDetail__access__map .mapList {
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__access__map .mapList {
    flex-flow: column wrap;
    gap: 1.6rem;
  }
}
.p-pjDetail__access__map .mapList .map {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__access__map .mapList .map--zoom {
    width: 76.3%;
  }
}
.p-pjDetail__access__map .u-btn-next {
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__access__map .u-btn-next {
    margin: 1.6rem auto 0;
  }
}
.p-pjDetail__access__map__nav {
  background-color: #EFEFEF;
  margin: 2rem auto;
  border-radius: 1rem;
  padding: 2rem 2rem 3rem;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__access__map__nav {
    padding: 1rem 1rem 3rem;
  }
}
.p-pjDetail__access__map__nav .p-carnav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
  max-width: 58rem;
  margin: 1rem auto;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__access__map__nav .p-carnav {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.5rem;
  }
}
.p-pjDetail__access__map__nav .p-carnav__img {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-pjDetail__access__map__nav .p-carnav__subtxt {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-left: 1.4em;
}
@media (max-width: 768px) {
  .p-pjDetail__access__map__nav .p-carnav__subtxt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-pjDetail__access__map__nav .p-carnav__subtxt {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__access__map__nav .p-carnav__subtxt {
    margin-left: unset;
  }
}
.p-pjDetail__access__map__nav .p-carnav__txt {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-pjDetail__access__map__nav .p-carnav__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-pjDetail__access__map__nav .p-carnav__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__access__map__nav .p-carnav__txt {
    text-align: center;
  }
}
.p-pjDetail__access__map__nav .p-carnav__mtxt {
  color: #6E356B;
}
.p-pjDetail__access__map__nav .p-carnav__small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .p-pjDetail__access__map__nav .p-carnav__small {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-pjDetail__access__map__nav .p-carnav__small {
    font-size: 1.2rem;
  }
}
.p-pjDetail__quality {
  background: #f4f4f4;
  padding: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__quality {
    padding: 4rem 0;
  }
}
.p-pjDetail__quality__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 1080px) {
  .p-pjDetail__quality__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 0.6rem;
  }
}
.p-pjDetail__quality__bnr {
  margin: 4rem auto 0;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__quality__bnr {
    margin: 3rem auto 0;
  }
}
.p-pjDetail__quality__bnr a {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.p-pjDetail__outline {
  padding: 12rem 0 0;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__outline {
    padding: 6rem 0 0;
  }
}
.p-pjDetail__outline__tbl {
  max-width: 800px;
  margin: 0 auto;
}
.p-pjDetail__outline__tbl .outline-tbl {
  display: block;
  width: 100%;
}
.p-pjDetail__outline__tbl .outline-tbl tbody {
  display: block;
  border-bottom: 1px solid #DEDEDE;
}
.p-pjDetail__outline__tbl .outline-tbl tbody tr {
  width: 100%;
  display: flex;
}
.p-pjDetail__outline__tbl .outline-tbl tbody tr td {
  display: block;
  border: 1px solid #DEDEDE;
}
.p-pjDetail__outline__tbl .outline-tbl tbody tr td.ttl {
  width: 20%;
  display: grid;
  place-content: center;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  background: #F7F4F1;
  padding: 1rem;
  border-right: none;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__outline__tbl .outline-tbl tbody tr td.ttl {
    width: 25%;
    padding: 1rem 0.5rem;
  }
}
.p-pjDetail__outline__tbl .outline-tbl tbody tr td.desc {
  width: 80%;
  display: flex;
  align-items: center;
  line-height: 1.4;
  padding: 1rem;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__outline__tbl .outline-tbl tbody tr td.desc {
    width: 75%;
    padding: 1rem 0.5rem 1rem 1rem;
  }
}
.p-pjDetail__outline__tbl .outline-cap {
  margin: 2rem auto;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__outline__tbl .outline-cap {
    margin: 1.6rem auto;
  }
}
.p-pjDetail__outline__tbl .outline-cap .ttl {
  font-weight: 500;
}
.p-pjDetail__outline__tbl .outline-datecap {
  display: grid;
  grid-template-columns: 20rem max-content;
  justify-content: space-between;
  width: 33rem;
  margin: 1rem 0 2rem;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__outline__tbl .outline-datecap {
    margin: 1.6rem 0;
    width: 100%;
    max-width: 33rem;
    grid-template-columns: 17rem max-content;
  }
}
.p-pjDetail__outline__ttl {
  margin-top: 6rem;
  margin-bottom: 1rem;
}
.p-pjDetail__rcmnd {
  padding-top: 12rem;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__rcmnd {
    padding-top: 6rem;
  }
}
.p-pjDetail__voice {
  background: #f4f4f4;
  padding: 8rem 0;
  margin-top: 12rem;
}
@media only screen and (max-width: 768px) {
  .p-pjDetail__voice {
    margin-top: 6rem;
    padding: 4rem 0;
  }
}

.p-voice {
  display: block;
  position: relative;
  border-radius: 3rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-voice {
    border-radius: 1rem;
  }
}
.p-voice__img {
  aspect-ratio: 600/353;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .p-voice__img {
    aspect-ratio: 380/353;
  }
}
.p-voice__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-voice__name {
  position: absolute;
  background-color: #fff;
  display: block;
  top: 2rem;
  left: 2rem;
  padding: 0.5rem 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 1000px;
}
@media (max-width: 768px) {
  .p-voice__name {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-voice__name {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-voice__name {
    padding: 0.3rem 1rem;
    top: 1rem;
    left: 1rem;
  }
}
.p-voice__txt {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  bottom: 2rem;
  left: 0;
  padding: 1rem 2rem;
  margin-inline: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 2rem;
  width: calc(100% - 4rem);
}
@media (max-width: 768px) {
  .p-voice__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-voice__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-voice__txt {
    bottom: 1rem;
    margin-inline: 1rem;
    width: calc(100% - 2rem);
    border-radius: 1rem;
  }
}
.p-voice__btn {
  margin: 2rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .p-voice__btn {
    margin: 0 auto 2rem;
  }
}
.p-voice__btn a {
  color: #333;
}
@media (hover: hover) and (pointer: fine) and (min-width: 789px) {
  .p-voice__btn a:hover {
    background-color: #DEDEDE;
    color: #333;
    border: 1px solid #333;
  }
  .p-voice__btn a:hover .u-arw-right {
    background: #333 !important;
  }
  .p-voice__btn a:hover .u-arw-right:before {
    color: #333;
  }
}

#voice_slider.slider {
  padding: 0 24vw;
}
@media only screen and (max-width: 768px) {
  #voice_slider.slider {
    padding: 0 5vw;
  }
}
#voice_slider .slides {
  left: -100%;
}
#voice_slider .inner {
  background-color: unset;
}
@media only screen and (max-width: 768px) {
  #voice_slider .inner {
    width: 97%;
  }
}

.p-pjd {
  background-color: #fff;
  margin-top: 3.7rem;
}
.p-pjd__nav {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-pjd__nav__list {
    display: flex;
    width: calc(100% - 7.21rem);
    margin: 3rem 0 -1px 7.2rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.p-pjd__nav__list__item.obj--taken .u-btn-tab--pjd {
  font-size: 20px;
  font-size: 2rem;
  color: #707070;
  background-color: #f4f4f4;
  pointer-events: none;
  align-items: center;
}
@media (max-width: 768px) {
  .p-pjd__nav__list__item.obj--taken .u-btn-tab--pjd {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-pjd__nav__list__item.obj--taken .u-btn-tab--pjd {
    font-size: 1.4rem;
  }
}
.p-pjd__nav__list__item.obj--pend .u-btn-tab--pjd {
  font-size: 20px;
  font-size: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .p-pjd__nav__list__item.obj--pend .u-btn-tab--pjd {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-pjd__nav__list__item.obj--pend .u-btn-tab--pjd {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pjd__nav__list__item a {
    width: 7.2rem;
  }
}
.p-pjd__nav__listtop {
  width: 7.2rem;
  position: absolute;
  background-color: #6E356B;
  color: #fff;
  border: 2px solid #6E356B;
}
.p-pjd__nav__icon .u-scrollicon {
  pointer-events: none;
  position: absolute;
  width: 12rem;
  height: 12rem;
  top: calc(50% - 6rem);
  left: calc(50% - 6rem);
  background-image: url("../../../../assets/img/common/icon-scroll-r.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.2s;
  animation: sway 1.5s infinite ease-in-out;
}
@keyframes sway {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px); /* Adjust the sway distance as needed */
  }
}
.p-pjd-tate {
  background-color: #F1EDEF;
  border: 5px solid #6E356B;
  border-left: unset;
  border-right: unset;
  margin-top: 1px;
  padding: 3.6rem 0 8rem;
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate {
    padding: 0 0 4rem;
  }
}
.p-pjd-tate__ttl {
  text-align: center;
}
.p-pjd-tate__ttl .type {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin: 3.6rem auto;
  padding-bottom: 0.5rem;
  border-bottom: 4px solid #6E356B;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-pjd-tate__ttl .type {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__ttl .type {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate__ttl .type {
    margin: 3rem auto 2rem;
  }
}
.p-pjd-tate__ttl .type em {
  font-size: 32px;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .p-pjd-tate__ttl .type em {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__ttl .type em {
    font-size: 2.6rem;
  }
}
.p-pjd-tate__ttl .kind {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  margin: 2rem 0;
  display: block;
}
@media (max-width: 768px) {
  .p-pjd-tate__ttl .kind {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__ttl .kind {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate__ttl .kind {
    margin: 1.2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate__inf {
    width: 85%;
    margin: 0 auto;
  }
}
.p-pjd-tate__inf-bg, .p-pjd-tate__inf-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate__inf-bg, .p-pjd-tate__inf-sm {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-pjd-tate__inf-bg {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-pjd-tate__inf-bg {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__inf-bg {
    font-size: 1.6rem;
  }
}
.p-pjd-tate__inf-sm {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-pjd-tate__inf-sm {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__inf-sm {
    font-size: 1.4rem;
  }
}
.p-pjd-tate__inf-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-pjd-tate__img {
  margin: 2rem auto;
  max-width: 80rem;
  width: 85%;
}
.p-pjd-tate-bot {
  max-width: 80rem;
  margin: 4rem auto;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate-bot {
    margin: 2.4rem auto;
  }
}
.p-pjd-tate__boxes {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate__boxes {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}
.p-pjd-tate__boxes.obj--1 {
  grid-template-columns: 1fr;
}
.p-pjd-tate__boxes__box {
  background-color: #fff;
  border: 2px solid #6E356B;
  padding: 2.4rem 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-pjd-tate__boxes__box-wrap {
  text-align: center;
}
.obj--1 .p-pjd-tate__boxes__box-wrap {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.p-pjd-tate__boxes__box__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-pjd-tate__boxes__box__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__boxes__box__ttl {
    font-size: 2rem;
  }
}
.obj--1 .p-pjd-tate__boxes__box__ttl {
  height: 4rem;
}
@media only screen and (max-width: 768px) {
  .obj--1 .p-pjd-tate__boxes__box__ttl {
    height: 3rem;
  }
}
.p-pjd-tate__boxes__box__amt {
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .p-pjd-tate__boxes__box__amt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__boxes__box__amt {
    font-size: 1.4rem;
  }
}
.p-pjd-tate__boxes__box__amt .amt {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #6E356B;
}
@media (max-width: 768px) {
  .p-pjd-tate__boxes__box__amt .amt {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__boxes__box__amt .amt {
    font-size: 3.6rem;
  }
}
.p-pjd-tate__boxes__box__list {
  width: 100%;
}
.p-pjd-tate__boxes__arw {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate__boxes__arw {
    top: 15.3rem;
    transform: translateX(-50%) rotate(90deg);
  }
}
.p-pjd-tate__cas {
  max-width: 50rem;
  margin: 2rem auto;
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate__cas {
    max-width: 30rem;
  }
}
.p-pjd-tate__chu {
  margin: 2rem auto;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .p-pjd-tate__chu {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__chu {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate__chu {
    margin: 1.1rem auto 4rem;
  }
}
.p-pjd-tate__sim {
  background-color: #fff;
  padding: 4.5rem 4rem;
  border: 2px solid #6E356B;
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate__sim {
    padding: 3rem 1rem;
  }
}
.p-pjd-tate__sim__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
  border-bottom: 3px solid #6E356B;
}
@media (max-width: 768px) {
  .p-pjd-tate__sim__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__sim__ttl {
    font-size: 2rem;
  }
}
.p-pjd-tate__sim__arw {
  position: initial;
  transform: rotate(90deg);
  width: 2rem;
  height: 3.6rem;
  margin: 0 auto;
}
.p-pjd-tate__sim .loanc {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate__sim .loanc {
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }
}
.p-pjd-tate__sim .loanc dt {
  height: 2lh;
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  font-size: 1.6rem;
  color: #6E356B;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-pjd-tate__sim .loanc dt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__sim .loanc dt {
    font-size: 1.4rem;
  }
}
.p-pjd-tate__sim .loanc__body {
  position: relative;
}
.p-pjd-tate__sim .loanc__body input[type=text],
.p-pjd-tate__sim .loanc__body select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #323232;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  border: 1px solid #061651;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
}
.p-pjd-tate__sim .loanc__body--notouch {
  pointer-events: none;
}
.p-pjd-tate__sim .loanc__btn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-family: inherit;
  color: #323232;
  position: absolute;
  right: 16px;
  width: 12px;
  height: 12px;
  transition: 0.3s;
}
.p-pjd-tate__sim .loanc__btn::before {
  content: "";
  position: absolute;
  left: 2px;
  width: 7px;
  height: 7px;
  border: 1px solid #061651;
  border-bottom: none;
  border-left: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate__sim .loanc__btn {
    pointer-events: none;
    right: 8px;
  }
}
.p-pjd-tate__sim .loanc__btn--plus {
  top: 8px;
}
.p-pjd-tate__sim .loanc__btn--plus::before {
  top: 4px;
  transform: rotate(-45deg);
}
.p-pjd-tate__sim .loanc__btn--minus {
  bottom: 8px;
}
.p-pjd-tate__sim .loanc__btn--minus::before {
  bottom: 4px;
  transform: rotate(135deg);
}
.p-pjd-tate__sim .loanc__btn:hover {
  opacity: 0.5;
}
.p-pjd-tate__sim__chu {
  margin: 0.5rem auto;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .p-pjd-tate__sim__chu {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__sim__chu {
    font-size: 0.8rem;
  }
}
.p-pjd-tate__sim__chu em {
  color: #9C4998;
}
.p-pjd-tate__sim__calc {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #6E356B;
  font-size: 16px;
  font-size: 1.6rem;
  align-items: flex-end;
  line-height: 1;
  padding: 2.2rem;
  max-width: 58rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-pjd-tate__sim__calc {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__sim__calc {
    font-size: 1.4rem;
  }
}
.p-pjd-tate__sim__calc em {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #6E356B;
}
@media (max-width: 768px) {
  .p-pjd-tate__sim__calc em {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__sim__calc em {
    font-size: 2.4rem;
  }
}
.p-pjd-tate__merit {
  margin: 5rem auto 8rem;
  max-width: 80rem;
  width: 85%;
  background-color: #fff;
  padding: 4rem 10rem;
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate__merit {
    width: 90%;
    padding: 3rem 2rem;
    margin: 2rem auto 4rem;
  }
}
.p-pjd-tate__merittl {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-pjd-tate__merittl {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-pjd-tate__merittl {
    font-size: 1.7rem;
  }
}
.p-pjd-tate__merilist {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
}
.p-pjd-tate__meritem {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 3rem 1fr;
  align-items: flex-start;
}
.p-pjd-tate__mericon {
  width: 1.3rem;
  height: 1.3rem;
  background-color: #D1C4C9;
  display: block;
  margin-top: 24%;
}
@media only screen and (max-width: 768px) {
  .p-pjd-tate__mericon {
    margin-top: 17%;
  }
}

.p-pjdt {
  margin-top: 3.7rem;
}
.p-pjdt__icon .u-scrollicon {
  pointer-events: none;
  position: absolute;
  width: 12rem;
  height: 12rem;
  top: calc(50% - 6rem);
  left: calc(50% - 6rem);
  background-image: url("../../../../assets/img/common/icon-scroll-bgr.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.2s;
  animation: sway 1.5s infinite linear;
}
@keyframes sway {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px); /* Adjust the sway distance as needed */
  }
}
.p-pjdt__tabl {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 0;
  border: 2px solid #fff;
}
@media only screen and (max-width: 768px) {
  .p-pjdt__tabl {
    min-width: 50rem;
  }
}
.p-pjdt__tabl-wrapper {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-pjdt__tabl-wrap {
    overflow-x: scroll;
    padding: 0 5%;
  }
}
.p-pjdt__tabl-over {
  position: absolute;
}
.p-pjdt__tabl th,
.p-pjdt__tabl td {
  text-align: center;
  height: 4.2rem;
  padding-top: 0.4rem;
  background-color: #F7F4F1;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.p-pjdt__tabl th {
  background-color: #6E356B;
  color: #fff;
  border-right: 2px solid;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-pjdt__tabl th {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-pjdt__tabl th {
    font-size: 1.6rem;
  }
}
.p-pjdt__tabl td {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-pjdt__tabl td {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-pjdt__tabl td {
    font-size: 1.4rem;
  }
}
.p-pjdt__tabl .t-gochi {
  background-color: rgba(110, 53, 107, 0.6);
  color: #fff;
  border-right: 2px solid;
  border-top: 2px solid;
}
.p-pjdt__tabl .t-mon small,
.p-pjdt__tabl .t-men small {
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .p-pjdt__tabl .t-mon small,
  .p-pjdt__tabl .t-men small {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-pjdt__tabl .t-mon small,
  .p-pjdt__tabl .t-men small {
    font-size: 1.2rem;
  }
}
.p-pjdt__tabl .null,
.p-pjdt__tabl .taken,
.p-pjdt__tabl .pend {
  color: #707070;
  background-color: #DEDEDE;
}
.p-pjdt__btn {
  margin: 4rem auto;
}
.p-pjdt__ban {
  max-width: 80rem;
}

.modal {
  width: 90%;
  height: 80vh;
  background-color: #E9E9E9;
  padding: 1rem;
  position: fixed;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: scale(0) translate(-50%, -50%);
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .modal {
    width: 80vw;
    height: 80vw;
    right: 1rem;
  }
}
.modal.is-active {
  transform: scale(1) translate(-50%, -50%);
  transition: 0.3s;
}
.modal-wrap {
  position: relative;
}
.modal-bg {
  display: none;
  background-color: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}
.modal-bg.is-active {
  display: block;
}
.modal__btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .modal__btn {
    display: none;
  }
}
.modal__btn-wrap {
  position: relative;
}
.modal__btn span {
  cursor: pointer;
  position: absolute;
  display: block;
  right: 1rem;
  top: 1rem;
  width: 5rem;
  height: 5rem;
  transform: scale(1);
  transition: 0.3s;
}
.modal__btn:hover span {
  transform: scale(1.1);
  background-color: #6E356B;
  transition: 0.3s;
}
.modal__closbtn {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 1000px;
  color: #fff;
  background-color: #9C4998;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.modal__closbtn .c-icon-plus {
  transform: rotate(45deg);
}
.modal__closbtn:hover {
  color: #fff;
}
.modal__img {
  background-color: #EFEFEF;
  overflow: hidden;
  height: 100%;
}
.modal__img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

body.is-modalmode {
  overflow-y: hidden;
}

.c-conv {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6E356B;
  width: 30rem;
  height: 5.5rem;
  margin-left: calc(100% - 30rem - 8rem);
  margin-bottom: 2rem;
  color: #fff;
  position: relative;
  box-shadow: 2px 2px 6px #222b3c;
  transition: 0.3s;
}
.c-conv-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
  opacity: 1;
  pointer-events: all;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-conv-wrap {
    bottom: 7rem;
    background-color: rgba(244, 244, 244, 0.4);
  }
}
.c-conv-wrap.hidden {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .c-conv {
    width: 90%;
    margin: 0.4rem auto 1rem;
  }
}
.c-conv__txt {
  font-size: 15px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
@media (max-width: 768px) {
  .c-conv__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .c-conv__txt {
    font-size: 1.3rem;
  }
}
.c-conv .u-arw-next {
  position: absolute;
  right: 2rem;
}
.c-conv:hover {
  background-color: #9C4998;
  color: #fff;
  transition: 0.3s;
}
.c-conv-reflect {
  animation: shine 6s infinite;
  background: linear-gradient(to right, rgba(231, 231, 231, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  content: "";
  height: 100%;
  opacity: 0;
  left: -75%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .c-conv-reflect {
    animation: shine 6s infinite;
  }
}
@keyframes shine {
  0% {
    left: -75%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    left: 70%;
  }
  40% {
    opacity: 0;
    left: 125%;
  }
  80% {
    left: 125%;
    opacity: 0;
  }
  100% {
    left: -75%;
    opacity: 0;
  }
}

.u-zoomicon {
  position: absolute;
  width: 12rem;
  height: 12rem;
  top: calc(50% - 6rem);
  left: calc(50% - 6rem);
  background-image: url(../../../../assets/img/pjDetail/icon-zoom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.2s;
  animation: zoom 1.5s infinite linear;
}

@keyframes zoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}/*# sourceMappingURL=pjDetail.css.map */