@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap');


@media screen and (max-width: 960px) {
.l-nav-cta {
z-index: 1000000000000;
}
}
  
:root {
  --spacing: .02em;
  --radius-base: clamp(10px, 1vw, 15px);
}
.page-new_photo {
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .page-new_photo {
    padding-bottom: 70px;
  }  
}
@media screen and (max-width: 768px) {
  .page-new_photo {
    padding-bottom: 50px;
  }  
}
.page-new_photo,
.p-new_photo__modal-gallery,
.p-new_photo__modal-estimate {
  line-height: 2;
  font-family: YakuHanJP, "zen-kaku-gothic-new", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #373430;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
}
.page-new_photo * {
  letter-spacing: var(--spacing);
}
@media screen and (max-width: 1200px) {
  .page-new_photo {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-new_photo {
    font-size: 1.3rem;
  }
}

.p-new_photo__title {
  margin-bottom: 45px;
}
.p-new_photo__title .en-tit {
  letter-spacing: .05em;
  line-height: 1;
  text-indent: -.02em;
  font-size: 6rem;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.p-new_photo__title .ja-tit {
  margin-top: 1em;
  line-height: 1.3;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .p-new_photo__title {
    margin-bottom: 30px;
  }
  .p-new_photo__title .en-tit {
    font-size: 4.8rem;
  }
  .p-new_photo__title .ja-tit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-new_photo__title {
    margin-bottom: 22px;
  }

  .p-new_photo__title .en-tit {
    font-size: 4rem;
  }

  .p-new_photo__title .ja-tit {
    font-size: .9rem;
  }
}

.p-new_photo__circle-tit {
  margin-bottom: 30px;
}
.p-new_photo__circle-tit .ja-tit {
  line-height: 1.33;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
}
.p-new_photo__circle-tit .ja-tit::before {
  content: "";
  width: 32px;
  height: 32px;
  background: rgba(145, 135, 115, .1);
  border-radius: 999px;
  mix-blend-mode: multiply;
  position: absolute;
  top: -7px;
  left: -12px;
}
.p-new_photo__circle-tit .lead {
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  .p-new_photo__circle-tit {
    margin-bottom: 20px;
  }
  .p-new_photo__circle-tit .ja-tit {
    font-size: 2rem;
  }
  .p-new_photo__circle-tit .ja-tit::before {
    width: 26px;
    height: 26px;
    top: -5px;
    left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-new_photo__circle-tit {
    margin-bottom: 20px;
  }
  .p-new_photo__circle-tit .ja-tit {
    font-size: 1.8rem;
  }
  .p-new_photo__circle-tit .ja-tit::before {
    width: 24px;
    height: 24px;
    top: -4px;
    left: -8px;
  }
  .p-new_photo__circle-tit .lead {
    text-align: justify;
  }  
  .p-new_photo__circle-tit .lead br {
    display: none;
  } 
}

.p-new_photo__hero .p-new_photo__hero__wrap {
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  justify-content: flex-end;
  background: #f4f3f1;
  position: relative;
  overflow: hidden;
}
.p-new_photo__hero .p-new_photo__hero__image {
  width: 71.5%;
  height: calc(100vh - 80px);
}
.p-new_photo__hero .p-new_photo__hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.p-new_photo__hero .p-new_photo__hero__copy {
  width: 29.1666%;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 4.427%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}
@media screen and (max-width: 768px) {
  .p-new_photo__hero .p-new_photo__hero__wrap {
    height: auto;
    padding-bottom: 60px;
    display: block;
  }

  .p-new_photo__hero .p-new_photo__hero__image {
    width: 100%;
    height: auto;
  }

  .p-new_photo__hero .p-new_photo__hero__copy {
    width: 96.666%;
    margin: -3vw auto 0;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.p-new_photo__about .p-new_photo__about__wrap {
  width: 86.666%;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.p-new_photo__about .image {
  width: 40.384%;
}
.p-new_photo__about .txt-wrap {
  width: 59.616%;
  padding-left: 7%;
}
.p-new_photo__about .txt-wrap .desc {
  margin-top: 1em;
  line-height: 2.5;
}
.p-new_photo__about .txt-wrap .desc:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .p-new_photo__about .txt-wrap .desc {
    text-align: justify;
    line-height: 2.2;
  }
  .p-new_photo__about .txt-wrap .desc br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-new_photo__about .p-new_photo__about__wrap {
    display: block;
  }
  .p-new_photo__about .image {
    width: 80vw;
    margin: 0 auto;
  }
  .p-new_photo__about .txt-wrap {
    width: 80vw;
    margin: 30px auto 0;
    padding-left: 0;
  }  
  .p-new_photo__about .txt-wrap .p-new_photo__title {
    text-align: center;
  }  
}

.p-new_photo__reason {
  padding-top: 150px;  
  position: relative;
}
.p-new_photo__reason::before {
  content: "";
  width: 86.666%;
  height: 1px;
  background: #DDD;
  position: absolute;
  top: 0;
  left: 6.666%;
}
.p-new_photo__reason::after {
  content: "";
  width: 86.666%;
  height: 1px;
  background: #DDD;
  position: absolute;
  top: 5px;
  left: 6.666%;
}
.p-new_photo__reason__wrap {
  width: 86.666%;
  max-width: 1056px;
  margin-right: auto;
  margin-left: auto;
}
.p-new_photo__reason .p-new_photo__title {
  text-align: center;
}
.p-new_photo__reason__list li {
  display: flex;
  align-items: center;
  position: relative;
}
.p-new_photo__reason__list li:not(:first-child) {
  margin-top: 100px;
}
.p-new_photo__reason__list li .badge {
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(178, 161, 140, .5);
  border-radius: 100%;
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: -1;
}
.p-new_photo__reason__list li .badge span {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.1;
  color: #b2a18c;
  font-family: "Outfit", sans-serif;
  font-weight: 500;  
}
.p-new_photo__reason__list li .badge .txt {
  margin-top: .5em;
  font-size: 1rem;
}
.p-new_photo__reason__list li .badge .num {
  font-size: 3.3rem;
}
.p-new_photo__reason__list li:nth-child(even) .badge {
  right: -60px;
  left: auto;
}
.p-new_photo__reason__list li .image {
  width: 50%;
}
.p-new_photo__reason__list li .image img {
  border-radius: var(--radius-base);
  box-shadow: 0 0 0 7px #fff;  
}
.p-new_photo__reason__list li:nth-child(even) .image {
  order: 1;
}
.p-new_photo__reason__list li .txt-wrap {
  width: 50%;
  padding: 0 5.68%;
}
.p-new_photo__reason__list li .txt-wrap h3 {
  line-height: 1.55;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-new_photo__reason__list li .txt-wrap p {
  margin-top: 1em;
  text-align: justify;
}
.p-new_photo__reason__list li .txt-wrap .note {
  line-height: 1.8;
  font-size: 1.3rem;
}
@media screen and (max-width: 1200px) {
  .p-new_photo__reason {
    padding-top: 105px;
  }  
  .p-new_photo__reason__list li:not(:first-child) {
    margin-top: 70px;
  }
  .p-new_photo__reason__list li .badge {
    width: 74px;
    height: 74px;
    top: -48px;
    left: -48px;
  }
  .p-new_photo__reason__list li .badge .txt {
    font-size: .8rem;
  }
  .p-new_photo__reason__list li .badge .num {
    font-size: 2.6rem;
  }
  .p-new_photo__reason__list li:nth-child(even) .badge {
    right: -48px;
    left: auto;
  }
  .p-new_photo__reason__list li .image img {
    box-shadow: 0 0 0 5px #fff;  
  }
  .p-new_photo__reason__list li .txt-wrap h3 {
    text-align: justify;
    font-size: 1.7rem;
  }
  .p-new_photo__reason__list li .txt-wrap h3 br {
    display: none;
  }  
  .p-new_photo__reason__list li .txt-wrap .note {
    font-size: 1.1rem;
  }  
}
@media screen and (max-width: 768px) {
  .p-new_photo__reason {
    padding-top: 70px;
  }    
  .p-new_photo__reason__list li {
    display: block;
  }  
  .p-new_photo__reason__list li:not(:first-child) {
    margin-top: 50px;
  }
  .p-new_photo__reason__list li .badge {
    width: 56px;
    height: 56px;
    top: -5px;
    left: -15px;
    z-index: 2;
    background: #FFF;
  }
  .p-new_photo__reason__list li .badge .txt {
    font-size: .7rem;
  }
  .p-new_photo__reason__list li .badge .num {
    font-size: 2.4rem;
  }
  .p-new_photo__reason__list li:nth-child(even) .badge {
    right: -15px;
    left: auto;
  }
  .p-new_photo__reason__list li .image {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
  }
  .p-new_photo__reason__list li .image img {
    box-shadow: 0 0 0 4px #fff;  
  }
  .p-new_photo__reason__list li .txt-wrap {
    width: 100%;
    margin-top: 25px;
    padding: 0;
  }  
  .p-new_photo__reason__list li .txt-wrap h3 br {
    display: inline;
  }  
  .p-new_photo__reason__list li .txt-wrap .note {
    font-size: 1.1rem;
  }  
}

.p-new_photo__venue {
  padding: 150px 0;
  position: relative;
}
.p-new_photo__venue::before {
  content: "";
  width: 28.125vw;
  height: 100%;
  background: url(https://www.petitwedding.com/assets/campaign/img/new_photo-venue-bg.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.p-new_photo__venue__wrap {
  width: 86.666%;
  max-width: 1344px;
  margin-right: auto;
  margin-left: auto;
}
.p-new_photo__venue__tabs {
  margin-bottom: 60px;
  display: flex;
  gap: 8px;
}
.p-new_photo__venue__tab {
  padding: .666em 1.466em;
  display: block;
  line-height: 1.333;
  color: #b2a18c;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #b2a18c;
  border-radius: 999px;
  background: #FFF;
}
.p-new_photo__venue__tab:hover,
.p-new_photo__venue__tab.is-active {
  background: #b2a18c;
  border-color: #b2a18c;
  color: #fff;
}
.p-new_photo__venue .swiper-slide {
  width: 47.619%;
  margin-right: 4.7619%;
  cursor: grab;
}
.p-new_photo__venue .swiper-slide .image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius-base);
}
.p-new_photo__venue .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.p-new_photo__venue .swiper-slide .txt-wrap {
  margin-top: 30px;
}
.p-new_photo__venue .swiper-slide .txt-wrap h3 {
  line-height: 1.333;
  font-size: 2rem;
}
.p-new_photo__venue .swiper-slide .txt-wrap dl {
  margin-top: 25px;
}
.p-new_photo__venue .swiper-slide .txt-wrap dl .row {
  display: flex;
  align-items: flex-start;
}
.p-new_photo__venue .swiper-slide .txt-wrap dl .row:nth-of-type(2) {
  margin-top: 8px;
}
.p-new_photo__venue .swiper-slide .txt-wrap dl dt {
  width: 5.5em;
  text-align: center;
  line-height: 20px;
  font-size: 1.2rem;
  border: 1px solid rgba(55, 52, 48, .5);
  border-radius: 2px;
}
.p-new_photo__venue .swiper-slide .txt-wrap dl dd {
  width: calc(100% - 5.5em);
  padding-left: .75em;
  line-height: 1.4285;
  font-size: 1.4rem;
}
.page-new_photo__swiper-nav {
  width: 100%;
  margin-top: 80px;
}
.page-new_photo__swiper-nav .swiper-scrollbar {
  width: 100%;
  height: 1px;
  background: rgba(55, 52, 48, .3);
  mix-blend-mode: multiply;
}
.page-new_photo__swiper-nav .swiper-scrollbar-drag {
  height: 100%;
  background: #373430;
  border-radius: 999px;
}
@media screen and (max-width: 1200px) {
  .p-new_photo__venue {
    padding: 105px 0;
  }
  .p-new_photo__venue__tabs {
    margin-bottom: 40px;
    gap: 7px;
  }
  .p-new_photo__venue__tab {
    font-size: 1.2rem;
  }
  .p-new_photo__venue .swiper-slide .txt-wrap {
    margin-top: 25px;
  }
  .p-new_photo__venue .swiper-slide .txt-wrap h3 {
    font-size: 1.6rem;
  }
  .p-new_photo__venue .swiper-slide .txt-wrap dl {
    margin-top: 20px;
  }
  .p-new_photo__venue .swiper-slide .txt-wrap dl .row:nth-of-type(2) {
    margin-top: 7px;
  }
  .p-new_photo__venue .swiper-slide .txt-wrap dl dt {
    line-height: 15px;
    font-size: 1rem;
  }
  .p-new_photo__venue .swiper-slide .txt-wrap dl dd {
    line-height: 1.4166;
    font-size: 1.2rem;
  }
  .page-new_photo__swiper-nav {
    margin-top: 55px;
  }  
}
@media screen and (max-width: 768px) {
  .p-new_photo__venue {
    padding: 70px 0;
  }
  .p-new_photo__venue::before {
    width: 76.666vw;
  }  
  .p-new_photo__venue__tabs {
    flex-wrap: wrap;
    margin-bottom: 35px;
    gap: 6px;
  }
  .p-new_photo__venue__tab {
    width: calc(33.333% - 4px);
    padding: .75em 0;
    font-size: 1.1rem;
  }
  .p-new_photo__venue .swiper-slide {
    width: 76.666vw;
    margin-right: 6.666vw;
  }  
  .p-new_photo__venue .swiper-slide .txt-wrap {
    margin-top: 20px;
  }
  .p-new_photo__venue .swiper-slide .txt-wrap h3 {
    font-size: 1.5rem;
  }
  .p-new_photo__venue .swiper-slide .txt-wrap dl {
    margin-top: 15px;
  }
  .p-new_photo__venue .swiper-slide .txt-wrap dl dt {
    line-height: 13px;
    font-size: .8rem;
  }
  .p-new_photo__venue .swiper-slide .txt-wrap dl dd {
    line-height: 1.5;
    font-size: 1rem;
  }
  .page-new_photo__swiper-nav {
    margin-top: 55px;
  }  
}

.p-new_photo__plan {
  background: #f4f3f1;
}
.p-new_photo__plan__head {
  height: 37.5vw;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  clip-path: inset(0);  
  position: relative;
} 
.p-new_photo__plan__head::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(https://www.petitwedding.com/assets/campaign/img/new_photo-plan-bg.webp) center top no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}
.p-new_photo__plan__head::after {
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
.p-new_photo__plan__wrap {
  width: 86.666%;
  max-width: 1344px;
  margin-right: auto;
  margin-left: auto;
  padding: 150px 0;
}
.p-new_photo__general-swiper {
  margin-top: 55px;
}
.p-new_photo__plan__card.swiper-slide {
  width: 31.547619%;
  padding: 10px;
  margin-right: 2.67857%;
  text-align: center;
  background: #FFF;
  border-radius: var(--radius-base);
  position: relative;
}
.p-new_photo__plan__card .badge {
  width: 84px;
  line-height: 0;
  position: absolute;
  top: -15px;
  left: -15px;
}
.p-new_photo__plan__card .image img {
  border-radius: clamp(3px, calc(1vw - 8px), 5px);
}
.p-new_photo__plan__card .tit {
  margin-top: 1.33em;
  line-height: 1.33;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-new_photo__plan__card .sub {
  margin: 12px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.33;
  font-size: 1.3rem;
  font-weight: 500;
}
.p-new_photo__plan__card .sub span {
  padding: .33em 1em;
  background: #f4f3f1;
  border-radius: 999px;
}
.p-new_photo__plan__card .price {
  margin-top: 7px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  color: #e45653;
}
.p-new_photo__plan__card .price .num {
  letter-spacing: 0;
  font-family: "neue-frutiger-world", sans-serif;
  font-size: 5.3rem;
  font-weight: 500;
  font-feature-settings: "pnum";
}
.p-new_photo__plan__card .price .num .comma {
  position: relative;
  top: -.0666em;
}
.p-new_photo__plan__card .price .ja {
  margin-left: 4px;
  padding-top: 13px;
  display: block;
  position: relative;
}
.p-new_photo__plan__card .price .yen {
  line-height: 1;
  font-size: 2.7rem;
  font-weight: 700;
  position: relative;
  top: -.05em;
}
.p-new_photo__plan__card .price .tax {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-new_photo__plan__card .subprice {
  margin-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "zen-kaku-gothic-new", sans-serif;  
  font-size: 1.3rem;
  font-weight: 500;
}
.p-new_photo__plan__card .subprice .triangle {
  width: 0;
  height: 0;
  margin: 0 .5em;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #373430;
  border-right: 0;
}
.p-new_photo__plan__card .include {
  margin-top: 20px;
  padding: 0 5px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-new_photo__plan__card .include li {
  width: 48.5%;
  padding: .75em 0;
  line-height: 1.5;
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 1px dashed #babbbe;
}
.p-new_photo__plan__card .include li:nth-child(-n+2) {
  border-top: 1px dashed #babbbe;
}
.p-new_photo__plan__card .include li.bbNone {
  border-bottom: none;
}
.p-new_photo__plan__note {
  margin-top: 3em;
  font-size: 1.3rem;
}
@media screen and (max-width: 1200px) {
  .p-new_photo__plan__wrap {
    padding: 105px 0;
  }
  .p-new_photo__general-swiper {
    margin-top: 40px;
  }
  .p-new_photo__plan__card.swiper-slide {
    width: 45%;
    padding: 8px;
    margin-right: 3%;
  }
  .p-new_photo__plan__card .badge {
    width: 68px;
    top: -12px;
    left: -12px;
  }
  .p-new_photo__plan__card .tit {
    font-size: 1.5rem;
  }
  .p-new_photo__plan__card .sub {
    margin: 10px 0;
    font-size: 1.1rem;
  }  
  .p-new_photo__plan__card .price {
    margin-top: 5px;
  }
  .p-new_photo__plan__card .price .num {
    font-size: 4.2rem;
  }
  .p-new_photo__plan__card .price .ja {
    margin-left: 3px;
    padding-top: 10px;
  }
  .p-new_photo__plan__card .price .yen {
    font-size: 2.1rem;
  }
  .p-new_photo__plan__card .price .tax {
    font-size: .8rem;
  }  
  .p-new_photo__plan__card .subprice {
    margin-top: 2px;
    font-size: 1.1rem;
  }
  .p-new_photo__plan__card .subprice .triangle {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #373430;
  }
  .p-new_photo__plan__card .include {
    margin-top: 12px;
    padding: 0 4px 8px;
  }
  .p-new_photo__plan__card .include li {
    font-size: 1rem;
  }  
  .p-new_photo__plan__note {
    font-size: 1.1rem;
  }  
}
@media screen and (max-width: 768px) {
  .p-new_photo__plan__head {
    height: 66.666vw;
    min-height: initial;
  } 
  .p-new_photo__plan__head::before {
    height: 100svh;
  }
  .p-new_photo__plan__head::after {
    height: 100svh;
  }  
  .p-new_photo__plan__wrap {
    padding: 70px 0;
  }
  .p-new_photo__general-swiper {
    margin-top: 30px;
  }
  .p-new_photo__plan__card.swiper-slide {
    width: 76.666vw;
    padding: 7px;
    margin-right: 6.666vw;
  }
  .p-new_photo__plan__card .badge {
    width: 60px;
    top: -10px;
    left: -10px;
  }
  .p-new_photo__plan__card .tit {
    font-size: 1.4rem;
  }  
}

.p-new_photo__cta {
  padding: 0 30px 30px;
  color: #FFF;
  background: #f4f3f1;
}
.p-new_photo__cta__inner {
  padding: 120px 0;
  text-align: center;
  background: #b2a18c;
  border-radius: var(--radius-base);
}
.p-new_photo__cta .p-new_photo__title {
  margin-bottom: 20px;
  line-height: 1;
}
.p-new_photo__cta__lead {
  font-size: 2rem;
  font-weight: 700;
}
.p-new_photo__cta__items {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-new_photo__cta__items .item {
  width: 460px;
  padding: 20px 40px;
  text-align: center;
}
.p-new_photo__cta__items .item:first-of-type {
  border-right: 1px solid rgba(255, 255, 255, .3);
}
.p-new_photo__cta__items .btn a {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b2a18c;
  background: #FFF;
  border-radius: 999px;
}
.p-new_photo__cta__items .btn a:hover {
  opacity: .7;
}
.p-new_photo__cta__items .btn a .icon {
  width: 24px;
  line-height: 0;
}
.p-new_photo__cta__items .btn a .txt {
  margin-left: .5em;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-new_photo__cta__items .tel a {
  color: #FFF;
  pointer-events: none;
}
.p-new_photo__cta__items .tel a .tit {
  font-weight: 700;
}
.p-new_photo__cta__items .tel a .svg {
  width: 338px;
  margin: 10px auto 0;
  line-height: 0;
}
.p-new_photo__cta__items .tel a .sub {
  margin-top: .5em;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .p-new_photo__cta {
    padding: 0 20px 20px;
  }  
  .p-new_photo__cta__inner {
    padding: 90px 0;
  }
  .p-new_photo__cta .p-new_photo__title {
    margin-bottom: 15px;
  }
  .p-new_photo__cta__lead {
    font-size: 1.6rem;
  }
  .p-new_photo__cta__items {
    margin-top: 35px;
  }
  .p-new_photo__cta__items .item {
    width: 360px;
    padding: 15px 30px;
  }
  .p-new_photo__cta__items .btn a {
    height: 80px;
  }
  .p-new_photo__cta__items .btn a .icon {
    width: 20px;
  }
  .p-new_photo__cta__items .btn a .txt {
    font-size: 1.5rem;
  }
  .p-new_photo__cta__items .tel a .svg {
    width: 300px;
    margin: 10px auto 0;
  }
  .p-new_photo__cta__items .tel a .sub {
    font-size: 1.1rem;
  }  
}
@media screen and (max-width: 768px) {
  .p-new_photo__cta {
    padding: 0 10px 10px;
  }  
  .p-new_photo__cta__inner {
    padding: 40px 0;
  }
  .p-new_photo__cta .p-new_photo__title {
    margin-bottom: 12px;
  }
  .p-new_photo__cta__lead {
    font-size: 1.3rem;
  }
  .p-new_photo__cta__items {
    margin-top: 25px;
    padding: 0 5vw;
    display: block;
  }
  .p-new_photo__cta__items .item {
    width: 100%;
    padding: 0;
  }
  .p-new_photo__cta__items .item:first-of-type {  
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-right: none;
    border-bottom: 1px dashed rgba(255, 255, 255, .5);
  }
  .p-new_photo__cta__items .btn a {
    max-width: 340px;
    height: 70px;
    margin: 0 auto;
  }
  .p-new_photo__cta__items .btn a .icon {
    width: 20px;
  }
  .p-new_photo__cta__items .btn a .txt {
    font-size: 1.5rem;
  }
  .p-new_photo__cta__items .tel a {
    pointer-events: auto;
  }
}

.p-new_photo__feature .p-new_photo__title {
  text-align: center;
}
.p-new_photo__feature__head {
  width: 86.666%;
  max-width: 1344px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.p-new_photo__feature__head .image {
  width: 53.57%;
}
.p-new_photo__feature__head .txt-wrap {
  width: 46.43%;
  padding-left: 6.666%;
}
.p-new_photo__feature__head .txt-wrap .en {
  line-height: 1.1;
  color: #b2a18c;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;  
}
.p-new_photo__feature__head .txt-wrap .tit {
  margin-top: .75em;
  line-height: 1.55;
  font-size: 2.6rem;
  font-weight: 700;
}
.p-new_photo__feature__head .txt-wrap .tit .thin {
  font-weight: 300;
}
.p-new_photo__feature__head .txt-wrap .desc {
  margin-top: 1.25em;
  text-align: justify;
}
.p-new_photo__feature__gallery {
  margin-top: 100px;
  text-align: center;
}
.p-new_photo__feature__gallery .ja-tit {
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-new_photo__feature__gallery .en-tit {
  margin-top: .5em;
  line-height: 1.1;  
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;    
}
.p-new_photo__feature__gallery .list {
  margin-top: 40px;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.p-new_photo__feature__gallery .list__item {
  width: calc((100% - 60px) / 3);
}
.p-new_photo__feature__gallery .btn {
  margin-top: 80px;
}
.p-new_photo__feature__gallery .btn a {
  width: 360px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b2a18c;
  border: 1px solid #D8D0C5;
  border-radius: 999px;
  position: relative;
  cursor: pointer;
}
.p-new_photo__feature__gallery .btn .txt {
  font-weight: 700;
}
.p-new_photo__feature__gallery .btn .icon-arrow {
  width: 22px;
  height: 22px;
  display: block;
  background: #b2a18c;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
}
.p-new_photo__feature__gallery .btn .icon-arrow img {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);  
  filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(76deg) brightness(103%) contrast(100%);  
}
.p-new_photo__feature__gallery .btn a:hover {
  color: #FFF;
  background: #b2a18c;
  border-color: #b2a18c;
}
.p-new_photo__feature__dress {
  width: 86.666%;
  max-width: 1344px;
  margin-right: auto;
  margin-left: auto;
}
.p-new_photo__feature__dress__card.swiper-slide {
  width: 22.3214%;
  margin-right: 3.5714%;
}
.p-new_photo__feature__dress__card .image img {
  border-radius: clamp(5px, .5vw, 7.5px);
}
.p-new_photo__feature__dress__card .name {
  margin-top: 20px;
  line-height: 1.33;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-new_photo__feature__dress__card .style {
  margin-top: .5em;
  line-height: 1.33;
  font-size: 1.3rem;
  opacity: .5;
}
@media screen and (max-width: 1200px) {
  .p-new_photo__feature__head .txt-wrap .en {
    font-size: 1.2rem;
  }
  .p-new_photo__feature__head .txt-wrap .tit {
    font-size: 2.1rem;
  }
  .p-new_photo__feature__gallery {
    margin-top: 70px;
  }
  .p-new_photo__feature__gallery .ja-tit {
    font-size: 1.7rem;
  }
  .p-new_photo__feature__gallery .en-tit {
    font-size: 1.2rem;
  }
  .p-new_photo__feature__gallery .list {
    margin-top: 30px;
    padding: 0 20px;
    gap: 20px;
  }
  .p-new_photo__feature__gallery .list__item {
    width: calc((100% - 40px) / 3);
  }
  .p-new_photo__feature__gallery .btn {
    margin-top: 55px;
  }
  .p-new_photo__feature__gallery .btn a {
    width: 288px;
    height: 64px;
  }
  .p-new_photo__feature__gallery .btn .icon-arrow {
    width: 17px;
    height: 17px;
    right: 25px;
  }
  .p-new_photo__feature__gallery .btn .icon-arrow img {
    width: 10px;
    height: 10px;
  }
  .p-new_photo__feature__dress__card .name {
    font-size: 1.5rem;
  }
  .p-new_photo__feature__dress__card .style {
    font-size: 1.1rem;
  }    
}
@media screen and (max-width: 768px) {
  .p-new_photo__feature__head {
    display: block;
  }  
  .p-new_photo__feature__head .image {
    width: 80vw;
    margin: 0 auto;
  }
  .p-new_photo__feature__head .txt-wrap  {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .p-new_photo__feature__head .txt-wrap .en {
    text-align: center;
    font-size: 1rem;
  }
  .p-new_photo__feature__head .txt-wrap .tit {
    text-align: center;
    font-size: 1.9rem;
  }
  .p-new_photo__feature__gallery {
    margin-top: 50px;
  }
  .p-new_photo__feature__gallery .ja-tit {
    font-size: 1.6rem;
  }
  .p-new_photo__feature__gallery .en-tit {
    font-size: 1.1rem;
  }
  .p-new_photo__feature__gallery .list {
    margin-top: 20px;
    padding: 0 10px;
    gap: 2px;
  }
  .p-new_photo__feature__gallery .list__item {
    width: calc((100% - 10px) / 2);
  }
  .p-new_photo__feature__gallery .btn {
    margin-top: 40px;
  }
  .p-new_photo__feature__gallery .btn a {
    width: 260px;
    height: 58px;
  }
  .p-new_photo__feature__gallery .btn .icon-arrow {
    width: 16px;
    height: 16px;
    right: 20px;
  }
  .p-new_photo__feature__gallery .btn .icon-arrow img {
    width: 8px;
    height: 8px;
  }
  .p-new_photo__feature__dress__card.swiper-slide {
    width: 60vw;
    margin-right: 6.666vw;
  }
  .p-new_photo__feature__dress__card .name {
    font-size: 1.4rem;
  }
  .p-new_photo__feature__dress__card .style {
    font-size: 1rem;
  }    
}

.remodal-wrapper:has(.p-new_photo__modal-gallery) {
  padding: 0;  
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;    
}
.remodal.p-new_photo__modal-gallery {
  width: 100vw;
  max-width: initial;
  min-height: 100vh;
  margin: 0;
  padding: 5.333vw;
  position: relative;
  background: hsla(0, 0%, 100%, .9);
  transform: none;
}
.p-new_photo__modal-gallery__inner {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px 60px;
  border-radius: 20px;
  background: #fff;  
  position: relative;
}
.p-new_photo__modal-gallery .c-remodal-close {
  width: 60px;
  height: 60px;
  top: 30px;
  right: 30px;
  background: #373430 !important;
  position: fixed !important;
}
.p-new_photo__modal-gallery .ja-tit {
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-new_photo__modal-gallery .en-tit {
  margin-top: .5em;
  line-height: 1.1;  
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;    
}
.p-new_photo__modal-gallery .list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.p-new_photo__modal-gallery .list__item {
  width: calc(50% - 3px);
}
@media screen and (max-width: 1200px) {
  .p-new_photo__modal-gallery__inner {
    padding: 70px 40px 40px;
    border-radius: 15px;
  }
  .p-new_photo__modal-gallery .c-remodal-close {
    width: 48px;
    height: 48px;
    top: 24px;
    right: 24px;
  }
  .p-new_photo__modal-gallery .ja-tit {
    font-size: 1.7rem;
  }
  .p-new_photo__modal-gallery .en-tit {
    font-size: 1.2rem;
  }
  .p-new_photo__modal-gallery .list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  .p-new_photo__modal-gallery .list__item {
    width: calc(50% - 2px);
  }  
}
@media screen and (max-width: 768px) {
  .remodal.p-new_photo__modal-gallery {
    padding: 0;
  }  
  .p-new_photo__modal-gallery__inner {
    padding: 70px 5.333vw;
    border-radius: 0;
  }
  .p-new_photo__modal-gallery .c-remodal-close {
    width: 40px;
    height: 40px;
    top: 2.666vw;
    right: 2.666vw;
  }
  .p-new_photo__modal-gallery .ja-tit {
    font-size: 1.6rem;
  }
  .p-new_photo__modal-gallery .en-tit {
    font-size: 1.1rem;
  }
  .p-new_photo__modal-gallery .list {
    margin-top: 30px;
    display: block;
  }
  .p-new_photo__modal-gallery .list__item {
    width: 100%;
  }
  .p-new_photo__modal-gallery .list__item:not(:first-child) {
    margin-top: 15px;
  } 
}

.p-new_photo__estimate .head-image {
  width: 800px;
  margin: 0 auto;
}
.p-new_photo__estimate__wrap {
  padding: 120px 0;
  background: #f4f3f1;
}
.p-new_photo__estimate .list {
  width: 86.666%;
  max-width: 1344px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.p-new_photo__estimate .list__item {
  width: 30.666%;
  text-align: center;
}
.p-new_photo__estimate .list__item .image img {
  border-radius: var(--radius-base);
}
.p-new_photo__estimate .list__item .tit {
  margin-top: 30px;
  line-height: 1.33;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-new_photo__estimate .list__item .desc {
  margin-top: 1em;
  line-height: 1.8;
  font-size: 1.3rem;
}
.p-new_photo__estimate .list__item .price {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  color: #b2a18c;
}
.p-new_photo__estimate .list__item .price .num {
  letter-spacing: 0;
  font-family: "neue-frutiger-world", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  font-feature-settings: "pnum";  
}
.p-new_photo__estimate .list__item .price .ja {
  margin-left: .2em;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-new_photo__estimate .list__item .btn {
  margin-top: 30px;
}
.p-new_photo__estimate .list__item .btn a {
  padding: .8em 1.5em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #b2a18c;
  border-radius: 999px;
  cursor: pointer;
}
.p-new_photo__estimate .list__item .btn a:hover {
  opacity: .7;
}
.p-new_photo__estimate .list__item .btn a .txt {
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}
.p-new_photo__estimate .list__item .btn a .icon-plus {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  position: relative;
}
.p-new_photo__estimate .list__item .btn a .icon-plus::before {
  content: "";
  width: 12px;
  height: 1.5px;
  margin-top: -.75px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.p-new_photo__estimate .list__item .btn a .icon-plus::after {
  content: "";
  width: 1.5px;
  height: 12px;
  margin-left: -.75px;
  background: #fff;
  position: absolute;
  left: 50%;
}
@media screen and (max-width: 1200px) {
  .p-new_photo__estimate .head-image {
    width: 600px;
  }
  .p-new_photo__estimate__wrap {
    padding: 85px 0;
  }
  .p-new_photo__estimate .list__item .tit {
    margin-top: 25px;
    font-size: 1.5rem;
  }
  .p-new_photo__estimate .list__item .desc {
    font-size: 1.1rem;
  }
  .p-new_photo__estimate .list__item .price {
    margin-top: 15px;
  }
  .p-new_photo__estimate .list__item .price .num {
    font-size: 2.2rem;
  }
  .p-new_photo__estimate .list__item .price .ja {
    font-size: 1.2rem;
  }
  .p-new_photo__estimate .list__item .btn {
    margin-top: 25px;
  }
  .p-new_photo__estimate .list__item .btn a .txt {
    font-size: 12px;
  }
  .p-new_photo__estimate .list__item .btn a .icon-plus {
    width: 10px;
    height: 10px;
    margin-left: 4px;
  }
  .p-new_photo__estimate .list__item .btn a .icon-plus::before {
    width: 10px;
  }
  .p-new_photo__estimate .list__item .btn a .icon-plus::after {
    height: 10px;
  }  
}
@media screen and (max-width: 768px) {
  .p-new_photo__estimate .head-image {
    width: 355px;
  }
  .p-new_photo__estimate__wrap {
    padding: 60px 0;
  }
  .p-new_photo__estimate .list {
    display: block;
  }
  .p-new_photo__estimate .list__item {
    width: 75vw;
    margin-right: auto;
    margin-left: auto;
  }   
  .p-new_photo__estimate .list__item:not(:first-child) {
    margin-top: 50px;
  }   
  .p-new_photo__estimate .list__item .tit {
    margin-top: 22px;
  }  
}

.remodal.p-new_photo__modal-estimate {
  max-width: 768px;
  padding: 80px;
  border-radius: var(--radius-base);
}
.remodal.p-new_photo__modal-estimate p {
  margin-bottom: 1.5em;
  line-height: 1.7;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-new_photo__modal-estimate dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #babbbe;
}
.p-new_photo__modal-estimate dl dt {
  padding: 1em 0;
  line-height: 1;
  font-size: 1.6rem;
}
.p-new_photo__modal-estimate dl dd {
  padding: 1em 0;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-new_photo__modal-estimate dl.total {
  border-top: 1.5px solid #aba69e;
}
.p-new_photo__modal-estimate .close {
  margin-top: 30px;
  padding: .75em 1.5em;  
  line-height: 1;
  color: #373430;
  font-size: 1.4rem;
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 999px;  
  background: #f7f7f7;
  position: relative;
  transition: .3s ease-in-out;
}
.p-new_photo__modal-estimate .close:hover {
  opacity: .7;
}
@media screen and (max-width: 1200px) {
  .remodal.p-new_photo__modal-estimate {
    max-width: 672px;
    padding: 55px;
  }
  .remodal.p-new_photo__modal-estimate p {
    font-size: 1.4rem;
  }
  .p-new_photo__modal-estimate dl dt,
  .p-new_photo__modal-estimate dl dd {
    font-size: 1.5rem;
  }  
  .p-new_photo__modal-estimate .close {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .remodal.p-new_photo__modal-estimate {
    max-width: 672px;
    padding: 40px 6.666vw;
  }
  .remodal.p-new_photo__modal-estimate p {
    font-size: 1.3rem;
  }  
  .p-new_photo__modal-estimate dl dt,
  .p-new_photo__modal-estimate dl dd {
    font-size: 1.4rem;
  }  
  .p-new_photo__modal-estimate .close {
    margin-top: 15px;
    font-size: 1.1rem;
  }
}

.p-new_photo__flow .p-new_photo__title {
  text-align: center;
}
.p-new_photo__flow .list {
  width: 86.666%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.p-new_photo__flow .list::before {
  content: "";
  width: 10px;
  height: 100%;
  background: #e4e2dd;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.p-new_photo__flow .list__item {
  padding: 35px;
  display: flex;
  align-items: center;
  border: 1px solid #d5d4d3;
  border-radius: var(--radius-base);
  background: #FFF;
}
.p-new_photo__flow .list__item:not(:first-child) {
  margin-top: 35px;
}
.p-new_photo__flow .list__item .image {
  width: 180px;
}
.p-new_photo__flow .list__item .txt-wrap {
  width: calc(100% - 180px);
  padding-left: 30px;
}
.p-new_photo__flow .list__item .txt-wrap dt {
  line-height: 1.55;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-new_photo__flow .list__item .txt-wrap dd {
  margin-top: 1em;
  text-align: justify;
  line-height: 1.8;
}
.p-new_photo__flow .list__item .txt-wrap .note {
  margin-top: 1em;
  display: block;
  line-height: 1.55;
  font-size: 1.3rem;
  opacity: .5;
}
@media screen and (max-width: 1200px) {
  .p-new_photo__flow .list {
    max-width: 768px;
  }
  .p-new_photo__flow .list::before {
    width: 8px;
  }
  .p-new_photo__flow .list__item {
    padding: 28px;
  }
  .p-new_photo__flow .list__item:not(:first-child) {
    margin-top: 28px;
  }
  .p-new_photo__flow .list__item .image {
    width: 144px;
  }
  .p-new_photo__flow .list__item .txt-wrap {
    width: calc(100% - 144px);
    padding-left: 22px;
  }
  .p-new_photo__flow .list__item .txt-wrap dt {
    font-size: 1.5rem;
  }
  .p-new_photo__flow .list__item .txt-wrap .note {
    font-size: 1.1rem;
  }  
}
@media screen and (max-width: 768px) {
  .p-new_photo__flow .list::before {
    width: 7px;
  }
  .p-new_photo__flow .list__item {
    padding: 30px 6.666vw;
    display: block;
  }
  .p-new_photo__flow .list__item:not(:first-child) {
    margin-top: 20px;
  }
  .p-new_photo__flow .list__item .image {
    width: 50%;
    margin: 0 auto;
  }
  .p-new_photo__flow .list__item .txt-wrap {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .p-new_photo__flow .list__item .txt-wrap dt {
    text-align: center;
    font-size: 1.4rem;
  }
  .p-new_photo__flow .list__item .txt-wrap dd {
    font-size: 1.2rem;
  }  
  .p-new_photo__flow .list__item .txt-wrap .spnone {
    display: none;
  }
  .p-new_photo__flow .list__item .txt-wrap .note {
    font-size: 1rem;
  }  
}

.p-new_photo__area__wrap {
  width: 86.666%;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
}
.p-new_photo__area .p-new_photo__title {
  text-align: center;
}
.p-new_photo__area__tabs {
  display: flex;
  border-top: 1px solid #aba69e;
  border-bottom: 1px solid #aba69e;
}
.p-new_photo__area__tab {
  width: calc(100% / 6);
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-new_photo__area__tab:hover,
.p-new_photo__area__tab.is-active {
  background-color: #f4f3f1;
}
.p-new_photo__area__tab span {
  width: 100%;
  display: block;
  line-height: 30px;
  color: #373430;
  font-size: 1.4rem;
}
.p-new_photo__area__tab:not(:first-of-type) span {
  border-left: 1px solid #aba69e;
}
.p-new_photo__area__panel {
  margin-top: 80px;
}
.p-new_photo__area__panel .list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.88%;
}
.p-new_photo__area__panel .list__item {
  width: 31.41%;
}
.p-new_photo__area__panel .list__item:nth-child(n+4) {
  margin-top: 80px;
}
.p-new_photo__area__panel .list__item .image {
  aspect-ratio: 3 / 2;
  border-radius: var(--radius-base);
  overflow: hidden;
}
.p-new_photo__area__panel .list__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-new_photo__area__panel .list__item .txt-wrap {
  margin-top: 25px;
}
.p-new_photo__area__panel .list__item .txt-wrap h3 {
  line-height: 1.55;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-new_photo__area__panel .list__item .txt-wrap p {
  line-height: 1.8;
  font-size: 1.3rem;
}
.p-new_photo__area__panel .list__item .txt-wrap .address {
  margin-top: 1em;
}
.p-new_photo__area__panel .list__item .btn {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.p-new_photo__area__panel .list__item .btn li {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-new_photo__area__panel .list__item .btn li a {
  width: 100%;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border: 1px solid #b2a18c;
  border-radius: 999px;
  background: #b2a18c;
}
.p-new_photo__area__panel .list__item .btn .detail a {
  color: #b2a18c;
  border-color: #D8D0C5; 
  background: #FFF;
}
.p-new_photo__area__panel .list__item .btn li a:hover {
  opacity: .7;
}
@media screen and (max-width: 1200px) {
  .p-new_photo__area__tab {
    height: 46px;
  }
  .p-new_photo__area__tab span {
    line-height: 24px;
    font-size: 1.2rem;
  }
  .p-new_photo__area__panel {
    margin-top: 55px;
  }
  .p-new_photo__area__panel .list__item:nth-child(n+4) {
    margin-top: 55px;
  }
  .p-new_photo__area__panel .list__item .txt-wrap {
    margin-top: 20px;
  }
  .p-new_photo__area__panel .list__item .txt-wrap h3 {
    font-size: 1.5rem;
  }
  .p-new_photo__area__panel .list__item .txt-wrap p {
    font-size: 1.1rem;
  }
  .p-new_photo__area__panel .list__item .btn {
    margin-top: 25px;
  }
  .p-new_photo__area__panel .list__item .btn li a {
    line-height: 36px;
    font-size: 1.2rem;
  }  
}
@media screen and (max-width: 768px) {
  .p-new_photo__area__tabs {
    flex-wrap: wrap;
    border: 1px solid #aba69e;
  }
  .p-new_photo__area__tab {
    width: calc(100% / 3);
    height: 40px;
  }
  .p-new_photo__area__tab:nth-of-type(n+4) {
    border-top: 1px solid #aba69e;
  }
  .p-new_photo__area__tab:nth-of-type(2),
  .p-new_photo__area__tab:nth-of-type(5) {
    border-right: 1px solid #aba69e;
    border-left: 1px solid #aba69e;
  }      
  .p-new_photo__area__tab:not(:first-of-type) span {
    border-left: none;
  }
  .p-new_photo__area__tab span {
    line-height: 24px;
    font-size: 1.2rem;
  }
  .p-new_photo__area__panel {
    margin-top: 20px;
  }
  .p-new_photo__area__panel .list {
    display: block;
  }  
  .p-new_photo__area__panel .list__item {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
  }  
  .p-new_photo__area__panel .list__item:not(:first-child) {
    border-top: 1px solid rgba(55, 52, 48, .3);
  }  
  .p-new_photo__area__panel .list__item:nth-child(n+4) {
    margin-top: 0;
  }
  .p-new_photo__area__panel .list__item .image {
    width: 100px;
    aspect-ratio: 1 / 1;
    border-radius: 5px;
  }  
  .p-new_photo__area__panel .list__item .txt-wrap {
    width: calc(100% - 100px);
    margin-top: 0;
    padding-left: 18px;
  }
  .p-new_photo__area__panel .list__item .txt-wrap h3 {
    font-size: 1.3rem;
  }
  .p-new_photo__area__panel .list__item .txt-wrap p {
    margin-top: .25em;
    font-size: 1rem;
    opacity: .5;
  }
  .p-new_photo__area__panel .list__item .txt-wrap .address {
    display: none;
  }
  .p-new_photo__area__panel .list__item .btn {
    margin-top: 13px;
  }
  .p-new_photo__area__panel .list__item .btn li a {
    line-height: 30px;
    font-size: 1.1rem;
  }  
}