@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  TOP/下層共通
  ------------------------------------------------------------*/
.mainWrap .secAccess {
  background: #B7B2A2;
  padding: 15rem 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .inner {
    width: 90%;
  }
}
.mainWrap .secAccess .map {
  width: calc(100% - 535px);
}
@media screen and (max-width: 1200px) {
  .mainWrap .secAccess .map {
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .map {
    width: 100%;
  }
}
.mainWrap .secAccess .map iframe {
  border: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  filter: grayscale(100%);
}
.mainWrap .secAccess .txtBox {
  padding: 6rem 0rem 0rem 6rem;
  width: 535px;
}
@media screen and (max-width: 1200px) {
  .mainWrap .secAccess .txtBox {
    padding: 2rem 0rem 0rem 3rem;
    width: 380px;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .txtBox {
    padding: 3rem 0 0rem;
    width: 90%;
    margin: 0 auto;
  }
}
.mainWrap .secAccess .txtBox .ttl {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 2rem;
  font-family: "Hind", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .txtBox .ttl {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
}
.mainWrap .secAccess .txtBox .ttl2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .txtBox .ttl2 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
}
.mainWrap .secAccess .txtBox .address {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .txtBox .address {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
.mainWrap .secAccess .txtBox .tel {
  font-size: 3.2rem;
  margin-bottom: 2rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .txtBox .tel {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.mainWrap .secAccess .txtBox .cp {
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .txtBox .cp {
    font-size: 1.1rem;
  }
}
.mainWrap ul.slick-mv-cp202505 {
  max-width: 500px;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 991px) {
  .mainWrap ul.slick-mv-cp202505 {
    max-width: 960px;
    margin: 0 auto 5rem;
    width: 80%;
  }
}

/*------------------------------------------------------------
  TOP
  ------------------------------------------------------------*/
.mainWrap.-top .secMv {
  padding: 100px 8rem 0 0;
  background: #D5D0CA;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv {
    padding: 50px 0 0 0;
    height: calc(50vh - 50px);
    min-height: 450px;
  }
}
.mainWrap.-top .secMv .slick-mv-slide li img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100px);
}
.mainWrap.-top .secMv .slick-mv-slide-sp {
  pointer-events: none;
}
.mainWrap.-top .secRead {
  background: #D5D0CA;
  padding: 11rem 0 20vw;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead {
    padding: 5rem 0 3rem;
  }
}
.mainWrap.-top .secRead img.logo {
  width: 220px;
  margin: 0 auto 6rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead img.logo {
    width: 115px;
    margin: 0 auto 5rem;
  }
}
.mainWrap.-top .secRead .-flex {
  padding: 0 1.5rem;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .-flex {
    display: block;
  }
}
.mainWrap.-top .secRead .-flex img {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .-flex img {
    width: 90%;
    margin-left: -1.5rem;
    margin-bottom: 5rem;
  }
}
.mainWrap.-top .secRead .-flex .txtBox {
  width: 50%;
  padding: 0 1.5rem 0 3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .-flex .txtBox {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    font-size: 1.1rem;
  }
}
.mainWrap.-top .secRead .-flex .txtBox .readTxt {
  line-height: 2;
}
.mainWrap.-top .secLinks {
  background: #D5D0CA;
  padding: 6rem 0 0;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks {
    padding: 2rem 0 0;
  }
}
.mainWrap.-top .secLinks .pageBox {
  position: relative;
}
.mainWrap.-top .secLinks .pageBox .txtBox {
  width: 50%;
  font-size: 1.8rem;
}
.mainWrap.-top .secLinks .pageBox .txtBox img {
  position: absolute;
}
.mainWrap.-top .secLinks .pageBox .txtBox .readTxt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox .txtBox .readTxt {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
}
.mainWrap.-top .secLinks .pageBox .imgBox {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox .imgBox {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.mainWrap.-top .secLinks .pageBox.orgwed {
  padding-bottom: 15vw;
  justify-content: end;
  padding-top: 10rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.orgwed {
    padding-top: 5rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.mainWrap.-top .secLinks .pageBox.orgwed .txtBox {
  position: relative;
  width: 50%;
  padding: 19.3vw 3rem 10.4vw 20vw;
}
@media screen and (max-width: 1200px) {
  .mainWrap.-top .secLinks .pageBox.orgwed .txtBox {
    padding: 19.3vw 3rem 10.4vw 5vw;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.orgwed .txtBox {
    order: 2;
    width: 80%;
    padding: 0;
    margin: 0 auto;
  }
}
.mainWrap.-top .secLinks .pageBox.orgwed .txtBox img {
  top: 10.4vw;
  right: 15%;
  width: 70%;
  max-width: 463px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.orgwed .txtBox img {
    position: relative;
    top: 0;
    right: 0;
    width: 90%;
    margin-bottom: 2rem;
    max-width: 288px;
  }
}
.mainWrap.-top .secLinks .pageBox.orgwed .imgBox img.img1 {
  position: relative;
  max-width: 666px;
  width: 72%;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.orgwed .imgBox img.img1 {
    width: 60%;
    z-index: 1;
    padding-left: 10%;
    margin-bottom: -2rem;
  }
}
.mainWrap.-top .secLinks .pageBox.orgwed .imgBox img.img2 {
  max-width: 490px;
  width: 52%;
  margin-right: 0;
  position: absolute;
  top: 26.5vw;
  right: 0;
}
.mainWrap.-top .secLinks .pageBox.orgwed .imgBox img.img3 {
  max-width: 322px;
  position: absolute;
  left: 0;
  width: 34%;
  top: 32vw;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.orgwed .imgBox img.img3 {
    position: relative;
    width: 40%;
    left: 10%;
    top: 0;
    margin-top: -25%;
  }
}
.mainWrap.-top .secLinks .pageBox.orgwed .imgBox img.img4 {
  max-width: 292px;
  position: absolute;
  right: 30%;
  width: 31%;
  top: 47.5vw;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.orgwed .imgBox.tbBlock {
    order: 4;
    padding-top: 5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.orgwed .imgBox.tbBlock img.img2 {
    width: 65%;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.orgwed .imgBox.tbBlock img.img4 {
    position: relative;
    top: 0;
    right: inherit;
    width: 100%;
    max-width: 100%;
    padding-left: 55%;
    padding-right: 5%;
    margin-top: -5rem;
  }
}
.mainWrap.-top .secLinks .pageBox.schfaq .imgBox img.img1 {
  max-width: 376px;
  position: relative;
  top: -13vw;
  width: 40%;
  margin-right: 60%;
  z-index: 1;
}
.mainWrap.-top .secLinks .pageBox.schfaq .imgBox img.img2 {
  max-width: 508px;
  position: relative;
  left: 25%;
  width: 54%;
  top: -15.7vw;
  margin-bottom: -5vw;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.schfaq .imgBox.tbBlock {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.schfaq .imgBox.tbBlock img.img1 {
    top: 0;
    width: 100%;
    margin-right: 0;
    padding-left: 20%;
    padding-right: 45%;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.schfaq .imgBox.tbBlock img.img2 {
    width: 100%;
    top: -10rem;
    max-width: 100%;
    left: 0;
    margin-bottom: -10rem;
    padding-left: 50%;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.schfaq .txtBox {
    width: 100%;
  }
}
.mainWrap.-top .secLinks .pageBox.schfaq .txtBox .sch,
.mainWrap.-top .secLinks .pageBox.schfaq .txtBox .faq {
  position: relative;
  padding: 6.2vw 5rem 5.2vw 5vw;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.schfaq .txtBox .sch,
  .mainWrap.-top .secLinks .pageBox.schfaq .txtBox .faq {
    padding: 0 0rem 5rem 0;
    width: 80%;
    margin: 0 auto;
  }
}
.mainWrap.-top .secLinks .pageBox.schfaq .txtBox .sch img.ttlImg,
.mainWrap.-top .secLinks .pageBox.schfaq .txtBox .faq img.ttlImg {
  top: 0rem;
  left: -10%;
  width: 43%;
  max-width: 403px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.schfaq .txtBox .sch img.ttlImg,
  .mainWrap.-top .secLinks .pageBox.schfaq .txtBox .faq img.ttlImg {
    position: relative;
    width: 100%;
    left: -1rem;
    top: -2.5rem;
    margin-bottom: 0.5rem;
    max-width: 164px;
  }
}
.mainWrap.-top .secLinks .pageBox.schfaq .txtBox .sch .readTxt,
.mainWrap.-top .secLinks .pageBox.schfaq .txtBox .faq .readTxt {
  margin-bottom: 0;
}
.mainWrap.-top .secLinks .pageBox.schfaq .txtBox .faq {
  padding-left: 0;
}
.mainWrap.-top .secLinks .pageBox.schfaq .txtBox .faq img.ttlImg {
  max-width: 254px;
  width: 27%;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.schfaq .txtBox .faq img.ttlImg {
    width: 100%;
    margin-bottom: -1rem;
    max-width: 110px;
  }
}
.mainWrap.-top .secLinks .pageBox.photowed .imgBox {
  width: 50%;
  top: 7vw;
  left: 5vw;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.photowed .imgBox {
    width: 100%;
    top: 5rem;
    left: 0;
  }
}
.mainWrap.-top .secLinks .pageBox.photowed .imgBox img {
  position: absolute;
}
.mainWrap.-top .secLinks .pageBox.photowed .imgBox img.img1 {
  max-width: 861px;
  width: 90%;
  left: 10%;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.photowed .imgBox img.img1 {
    max-width: 291px;
    left: auto;
    right: 0;
    width: 100%;
  }
}
.mainWrap.-top .secLinks .pageBox.photowed .imgBox img.img2 {
  max-width: 307px;
  width: 38%;
  top: 20vw;
}
.mainWrap.-top .secLinks .pageBox.photowed .imgBox img.img3 {
  max-width: 249px;
  width: 30%;
  top: 25vw;
  left: 44%;
}
.mainWrap.-top .secLinks .pageBox.photowed .imgBox img.img4 {
  max-width: 341px;
  width: 44%;
  top: 34vw;
  left: 67%;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.photowed .imgBox img.imgSp {
    max-width: 86px;
    width: 43%;
    top: 14rem;
    left: 0;
  }
}
.mainWrap.-top .secLinks .pageBox.photowed .txtBox {
  position: relative;
  width: 50%;
  padding: 15vw 1.5rem 26vw 9vw;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.photowed .txtBox {
    padding: 22rem 1.5rem 2rem 11rem;
    width: 100%;
  }
}
.mainWrap.-top .secLinks .pageBox.photowed .txtBox .ttlImg {
  top: 7vw;
  max-width: 559px;
  width: 69%;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.photowed .txtBox .ttlImg {
    top: 17rem;
    max-width: 237px;
    width: 100%;
  }
}
.mainWrap.-top .secLinks .photoBox {
  background: url("/assets/img/top/photo-bg.jpg");
}
.mainWrap.-top .secLinks .photoBox img.photoMv {
  max-width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: -15.6vw;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .photoBox img.photoMv {
    top: 0;
    max-width: 100%;
  }
}
.mainWrap.-top .secLinks .photoBox .pageBox {
  margin-bottom: 0;
  margin-top: -12vw;
  padding-bottom: 12vw;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .photoBox .pageBox {
    display: block;
    padding-bottom: 7rem;
    margin-top: 0;
  }
}
.mainWrap.-top .secLinks .photoBox .pageBox .txtBox {
  padding: 7.9vw 0 10vw 18vw;
}
@media screen and (max-width: 1366px) {
  .mainWrap.-top .secLinks .photoBox .pageBox .txtBox {
    padding: 7.9vw 5vw 10vw 10vw;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .photoBox .pageBox .txtBox {
    padding: 0;
  }
}
.mainWrap.-top .secLinks .photoBox .pageBox .txtBox img.ttlImg {
  max-width: 604px;
  top: 0rem;
  width: 64%;
}
@media screen and (max-width: 1366px) {
  .mainWrap.-top .secLinks .photoBox .pageBox .txtBox img.ttlImg {
    right: 20%;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .photoBox .pageBox .txtBox img.ttlImg {
    max-width: 229px;
    right: inherit;
    left: -1.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .photoBox .pageBox .imgBox {
    padding-top: 3rem;
    margin-bottom: 0;
  }
}
.mainWrap.-top .secLinks .photoBox .pageBox .imgBox img.img1 {
  max-width: 602px;
  width: 64%;
  margin-left: 17%;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .photoBox .pageBox .imgBox img.img1 {
    margin-left: 0;
    transform: none;
    left: 0;
    padding-left: 0;
  }
}
.mainWrap.-top .secLinks .photoBox .pageBox .imgBox img.img2 {
  max-width: 322px;
  width: 33%;
  right: inherit;
  top: 17vw;
  left: -5vw;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .photoBox .pageBox .imgBox img.img2 {
    position: relative;
    width: 100%;
    z-index: 1;
    padding-right: 10%;
    max-width: 100%;
    padding-left: 60%;
    margin-top: -10rem;
    left: inherit;
    top: inherit;
  }
}
.mainWrap.-top .secBlog {
  background: url("/assets/img/top/photo-bg.jpg");
  padding-top: 10rem;
  text-align: center;
  padding-bottom: 15rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secBlog {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.mainWrap.-top .secBlog img.ttlImg {
  max-width: 321px;
  margin: 0 auto 3rem;
  display: block;
  width: 18%;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secBlog img.ttlImg {
    max-width: 136px;
    width: 100%;
  }
}
.mainWrap.-top .secBlog .infoTxt {
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secBlog .infoTxt {
    font-size: 1.1rem;
  }
}
.mainWrap.-top .secBlog .insta {
  justify-content: center;
  gap: 10%;
  padding-top: 3rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secBlog .insta {
    width: 80%;
    padding-top: 0;
  }
}
.mainWrap.-top .secBlog .insta .instaBox {
  width: 45%;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secBlog .insta .instaBox {
    width: 100%;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secBlog .insta .instaBox:first-child {
    margin-bottom: 3rem;
  }
}
.mainWrap.-top .secBlog .insta .instaBox i {
  font-size: 4rem;
  color: #633E17;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secBlog .insta .instaBox i {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secBlog .insta .instaBox .ttl {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secBlog .insta .instaBox .ttl {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.mainWrap.-top .secBlog .insta .instaBox .ttl2 {
  font-size: 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secBlog .insta .instaBox .ttl2 {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
}
.mainWrap.-top .secBlog .insta .instaBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secBlog .insta .instaBox ul {
    gap: 1.5rem;
    margin-bottom: 0;
  }
}
.mainWrap.-top .secBlog .insta .instaBox ul li {
  width: calc(33.33% - 2rem);
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secBlog .insta .instaBox ul li {
    width: calc(33.33% - 1rem);
  }
}

/*------------------------------------------------------------
  下層ページ共通
  ------------------------------------------------------------*/
.mainWrap.-sub section {
  padding: 12rem 1.5rem;
}
.mainWrap.-sub section.fSec {
  padding: 10rem 1.5rem 10rem;
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-sub section.fSec {
    margin-top: 50px;
    padding: 3rem 1.5rem 6rem;
  }
}

body.originalwedding footer,
body.schedule footer,
body.faq footer,
body.blog footer {
  border-top: 1px solid #000;
  width: 90%;
  margin: 0 auto;
}

.secTeam {
  background: #D5D0CA;
  padding-bottom: 25vw !important;
}
@media screen and (max-width: 991px) {
  .secTeam {
    padding: 5rem 0 !important;
  }
}
.secTeam h2.baseTtl {
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  .secTeam h2.baseTtl {
    margin-bottom: 4rem;
  }
}
.secTeam .teamImg {
  margin-bottom: 15rem;
}
@media screen and (max-width: 991px) {
  .secTeam .teamImg {
    margin-bottom: 5rem;
  }
}
.secTeam ul {
  gap: 6rem;
  margin-bottom: 14rem;
}
@media screen and (max-width: 991px) {
  .secTeam ul {
    gap: 5rem;
    width: 80%;
    margin: 0 auto 6rem;
  }
}
.secTeam ul li {
  width: calc(50% - 3rem);
}
@media screen and (max-width: 991px) {
  .secTeam ul li {
    width: 100%;
  }
}
.secTeam ul li .staffImg {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .secTeam ul li .staffImg {
    margin-bottom: 1.5rem;
  }
}
.secTeam ul li .posi {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .secTeam ul li .posi {
    font-size: 1.1rem;
  }
}
.secTeam ul li .name {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .secTeam ul li .name {
    font-size: 2.2rem;
  }
}
.secTeam ul li .name span {
  font-size: 1.6rem;
  margin-left: 3rem;
}
@media screen and (max-width: 991px) {
  .secTeam ul li .name span {
    font-size: 1.1rem;
    margin-left: 1.5rem;
  }
}
.secTeam ul li .lic {
  font-size: 1.6rem;
  position: relative;
  border-bottom: 4px solid #3E3A39;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .secTeam ul li .lic {
    font-size: 1.1rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
}
.secTeam ul li .lic a {
  position: absolute;
  right: 0;
  font-size: 2.4rem;
  top: 0rem;
  line-height: 0;
}
@media screen and (max-width: 991px) {
  .secTeam ul li .lic a {
    font-size: 2.2rem;
  }
}
.secTeam ul li .intro {
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .secTeam ul li .intro {
    font-size: 1.1rem;
  }
}
.secTeam h2.minTtl {
  margin-bottom: 3rem;
}
.secTeam .pageLink {
  border: 1px solid #3E3A39;
  text-align: center;
  background: #F5EFE8;
  display: block;
  max-width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .secTeam .pageLink {
    max-width: 80%;
  }
}
.secTeam .pageLink::before {
  display: none;
}
.secTeam .pageLink a {
  padding: 1.5rem 0 1rem;
}
@media screen and (max-width: 991px) {
  .secTeam .pageLink a {
    padding: 1.8rem 0 1.5rem;
  }
}
.secTeam .pageLink a::before {
  vertical-align: 2px;
}
@media screen and (max-width: 991px) {
  .secTeam .pageLink a::before {
    vertical-align: 0;
  }
}

.secContact ul.inqType {
  gap: 5rem;
}
@media screen and (max-width: 1200px) {
  .secContact ul.inqType {
    gap: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType {
    gap: 1.5rem;
  }
}
.secContact ul.inqType li {
  width: calc(33.33% - 3.34rem);
  background: #fff;
  text-align: center;
  padding: 6rem 1.5rem 6rem;
}
@media screen and (max-width: 1200px) {
  .secContact ul.inqType li {
    width: calc(33.33% - 1.34rem);
  }
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li {
    width: 100%;
    padding: 2rem 2rem 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.secContact ul.inqType li i {
  font-size: 5rem;
  margin-bottom: 4rem;
  color: #633E17;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li i {
    font-size: 5rem;
    width: 50px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li .tbWrap {
    width: calc(100% - 50px);
    text-align: left;
  }
}
.secContact ul.inqType li h3.ttl {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li h3.ttl {
    padding: 0.5rem 2rem 0;
    font-size: 1.1rem;
  }
}
.secContact ul.inqType li .pageLink {
  min-width: inherit;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li .pageLink {
    margin-top: 1.5rem;
  }
}
.secContact ul.inqType li .pageLink:hover::before {
  width: 100%;
}
.secContact ul.inqType li img {
  height: 5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li img {
    height: auto;
    margin-bottom: 0;
    width: 50px;
  }
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li .linkWrap {
    text-align: left;
    padding-left: 2rem;
  }
}
.secContact ul.inqType li .linkWrap.line {
  margin-top: 3rem;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li .linkWrap.line {
    margin-top: 0;
  }
}
.secContact ul.inqType li .tel {
  font-size: 2.4rem;
  margin-top: 5rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li .tel {
    font-size: 2.1rem;
    margin-top: 2rem;
    padding-left: 2rem;
  }
}

.secFaq ul.category {
  font-size: 1.8rem;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .secFaq ul.category {
    font-size: 1.1rem;
    gap: 1rem 3rem;
    position: relative;
    z-index: 1;
  }
}
.secFaq h3.cateTtl {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  margin-top: -3rem;
  padding-top: 7rem;
}
@media screen and (max-width: 991px) {
  .secFaq h3.cateTtl {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    margin-top: -3rem;
    padding-top: 6rem;
  }
}
.secFaq .faqBox {
  background: #F5EFE8;
  padding: 1.5rem 2rem 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .secFaq .faqBox {
    padding: 1.5rem 2rem 0;
    margin-bottom: 1.5rem;
  }
}
.secFaq .faqBox .question {
  position: relative;
  padding: 0 0 2rem 5rem;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .secFaq .faqBox .question {
    padding: 0 1rem 1.5rem 2.5rem;
  }
}
.secFaq .faqBox .question:hover {
  opacity: 0.8;
}
.secFaq .faqBox .question::before {
  content: "Q";
  display: block;
  position: absolute;
  font-size: 2.4rem;
  left: 0.5rem;
  top: 1.7rem;
  line-height: 0;
  font-family: "Hind", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .secFaq .faqBox .question::before {
    font-size: 1.8rem;
    left: 0;
    top: 1.1rem;
  }
}
.secFaq .faqBox .question span::before {
  content: "▼";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .secFaq .faqBox .question span::before {
    right: -0.5rem;
  }
}
.secFaq .faqBox .question.open span::before {
  content: "▲";
}
.secFaq .faqBox .answer {
  position: relative;
  padding-left: 5rem;
  display: none;
  border-top: 1px solid #3E3A39;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: "Hind", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 991px) {
  .secFaq .faqBox .answer {
    padding-left: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.secFaq .faqBox .answer::before {
  content: "A";
  display: block;
  position: absolute;
  font-size: 2.4rem;
  left: 0.7rem;
  top: 3.5rem;
  line-height: 0;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .secFaq .faqBox .answer::before {
    font-size: 1.8rem;
    left: 0;
    top: 2.5rem;
  }
}

/*------------------------------------------------------------
  下層ページ
  ------------------------------------------------------------*/
body.aboutus .secRead {
  background: url("/assets/img/aboutus/read-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 991px) {
  body.aboutus .secRead {
    padding: 4rem 1.5rem 6rem !important;
  }
}
body.aboutus .secRead img {
  max-width: 210px;
  margin: 0 auto 7rem;
  display: block;
}
@media screen and (max-width: 991px) {
  body.aboutus .secRead img {
    width: 130px;
    margin: 0 auto 4rem;
  }
}
body.aboutus .secProduce {
  padding-top: 0;
  background: url("/assets/img/top/photo-bg.jpg");
  text-align: center;
  background-size: cover;
  padding-bottom: 25vw;
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce {
    padding: 0 0 4rem;
  }
}
body.aboutus .secProduce .prodImg {
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: -18.3vw;
  margin-bottom: -13.3vw;
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce .prodImg {
    top: 0;
    margin-bottom: 4rem;
    width: 100%;
  }
}
body.aboutus .secProduce h2.baseTtl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce h2.baseTtl {
    margin-bottom: 3rem;
  }
}
body.aboutus .secProduce .infoTxt {
  font-size: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce .infoTxt {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
body.aboutus .secProduce .notes {
  font-size: 1.6rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce .notes {
    font-size: 1.1rem;
    margin-bottom: 5rem;
  }
}
body.aboutus .secProduce .place .placeBox {
  padding: 1rem 10rem;
  border: 5px solid #3E3A39;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce .place .placeBox {
    border: none;
    padding: 0;
    width: 80%;
  }
}
body.aboutus .secProduce .place .placeBox::before, body.aboutus .secProduce .place .placeBox::after {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 7px;
  left: 0;
  top: -7px;
  right: 0;
  margin: 0 auto;
  background: url("/assets/img/top/photo-bg.jpg");
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce .place .placeBox::before, body.aboutus .secProduce .place .placeBox::after {
    display: none;
  }
}
body.aboutus .secProduce .place .placeBox::after {
  top: inherit;
  bottom: -7px;
}
body.aboutus .secProduce .place .placeBox .ttl {
  font-size: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce .place .placeBox .ttl {
    font-size: 1.6rem;
    border: 2px solid #000;
    padding: 0.2rem 0 0.4rem;
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce .place .placeBox .ttl::before, body.aboutus .secProduce .place .placeBox .ttl::after {
    content: "";
    display: block;
    position: absolute;
    width: 95%;
    height: 2px;
    left: 0;
    top: -2px;
    right: 0;
    margin: 0 auto;
    background: url("/assets/img/top/photo-bg.jpg");
  }
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce .place .placeBox .ttl::after {
    top: inherit;
    bottom: -2px;
  }
}
body.aboutus .secProduce .place .placeBox .-flex {
  gap: 5rem 9rem;
  justify-content: flex-start;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce .place .placeBox .-flex {
    gap: 3rem;
    margin-bottom: 4rem;
  }
}
body.aboutus .secProduce .place .placeBox .-flex li {
  width: calc(33.33% - 6rem);
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce .place .placeBox .-flex li {
    width: 100%;
    font-size: 1.5rem;
  }
}
body.aboutus .secProduce .place .placeBox .-flex li ul.slick-about-place {
  pointer-events: none;
}
body.aboutus .secProduce .place .placeBox .-flex li img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce .place .placeBox .-flex li .address {
    font-size: 1.1rem;
  }
}
body.aboutus .secProduce .place .placeBox .more {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce .place .placeBox .more {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
body.aboutus .secLGBTQ {
  padding-top: 0;
  background: url("/assets/img/aboutus/lgbtq-bg.jpg");
  text-align: center;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 991px) {
  body.aboutus .secLGBTQ {
    padding: 0 0 5rem;
  }
}
body.aboutus .secLGBTQ img.lgbtqImg {
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: -18.3vw;
  margin-bottom: -13.3vw;
}
@media screen and (max-width: 991px) {
  body.aboutus .secLGBTQ img.lgbtqImg {
    width: 100%;
    top: 0;
    margin-bottom: 3.5rem;
  }
}
body.aboutus .secLGBTQ img.ttlImg {
  width: 150px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.aboutus .secLGBTQ img.ttlImg {
    width: 90px;
    margin-bottom: 2.5rem;
  }
}
body.aboutus .footer {
  background: #fff;
}
body.originalwedding {
  background: #D5D0CA;
}
body.originalwedding .secTtlTags {
  padding-bottom: 8rem !important;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secTtlTags {
    padding: 3rem 0 !important;
  }
}
body.originalwedding .secTtlTags h2.baseTtl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secTtlTags h2.baseTtl {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  body.originalwedding .secTtlTags .readTxt {
    font-size: 1.2rem;
  }
}
body.originalwedding .secTtlTags .tagBox {
  background: #C6C1B6;
  border-radius: 15px;
  padding: 2rem 2.5rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secTtlTags .tagBox {
    border-radius: inherit;
    padding: 2rem;
    font-size: 1rem;
  }
}
body.originalwedding .secTtlTags .tagBox dl {
  align-items: center;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secTtlTags .tagBox dl {
    display: block;
    text-align: center;
  }
}
body.originalwedding .secTtlTags .tagBox dl dt {
  font-size: 1.6rem;
  width: 13rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secTtlTags .tagBox dl dt {
    font-size: 1.1rem;
    width: 100%;
    margin-bottom: 2rem;
  }
}
body.originalwedding .secTtlTags .tagBox dl dt img {
  width: 10px;
  margin: 0 15px 0 5px;
  vertical-align: -4px;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secTtlTags .tagBox dl dt img {
    display: none;
  }
}
body.originalwedding .secTtlTags .tagBox dl dd {
  width: calc(100% - 13rem);
}
@media screen and (max-width: 991px) {
  body.originalwedding .secTtlTags .tagBox dl dd {
    width: 100%;
  }
}
body.originalwedding .secTtlTags .tagBox dl dd ul {
  gap: 1.5rem 1rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secTtlTags .tagBox dl dd ul {
    justify-content: center;
    gap: 1rem 0.5rem;
  }
}
body.originalwedding .secTtlTags .tagBox dl dd ul li a {
  background: #fff;
  border-radius: 10px;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secTtlTags .tagBox dl dd ul li a {
    border-radius: 7px;
    padding: 0.3rem 0.7rem 0.4rem;
  }
}
body.originalwedding .secTtlTags .tagBox dl dd ul li.active a {
  background: #633E17;
  color: #fff;
}
body.originalwedding .secReco {
  padding: 0 1.5rem;
}
body.originalwedding .secReco .caseBox {
  border-bottom: 1px solid #3E3A39;
  padding-bottom: 12rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .caseBox {
    width: 80%;
    margin: 0 auto 5rem;
    padding-bottom: 4rem;
  }
}
body.originalwedding .secReco .caseBox .slideBox {
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .caseBox .slideBox {
    margin-bottom: 3rem;
  }
}
body.originalwedding .secReco .caseBox .slideBox ul.slick-case-slide {
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .caseBox .slideBox ul.slick-case-slide {
    margin-bottom: 2rem;
  }
}
body.originalwedding .secReco .caseBox .slideBox ul.slick-case-thumb-slide {
  position: relative;
}
body.originalwedding .secReco .caseBox .slideBox ul.slick-case-thumb-slide li {
  margin: 0 1.5rem;
  cursor: pointer;
  filter: brightness(0.7);
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .caseBox .slideBox ul.slick-case-thumb-slide li {
    margin: 0 0.5rem;
  }
}
body.originalwedding .secReco .caseBox .slideBox ul.slick-case-thumb-slide li.slick-current {
  filter: brightness(1);
}
body.originalwedding .secReco .caseBox .slideBox ul .slick-arrow {
  bottom: 0;
  position: absolute;
  font-size: 0;
  background: none;
  border: none;
  top: 7rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .caseBox .slideBox ul .slick-arrow {
    top: 1.3rem;
  }
}
body.originalwedding .secReco .caseBox .slideBox ul .slick-prev {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0;
  border-left: 3px solid #3E3A39;
  border-bottom: 3px solid #3E3A39;
  transform: rotate(45deg);
  left: -3rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .caseBox .slideBox ul .slick-prev {
    width: 13px;
    height: 13px;
    border-left: 2px solid #3E3A39;
    border-bottom: 2px solid #3E3A39;
    left: -2rem;
  }
}
body.originalwedding .secReco .caseBox .slideBox ul .slick-next {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0;
  border-left: 3px solid #3E3A39;
  border-bottom: 3px solid #3E3A39;
  transform: rotate(225deg);
  right: -3rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .caseBox .slideBox ul .slick-next {
    width: 13px;
    height: 13px;
    border-left: 2px solid #3E3A39;
    border-bottom: 2px solid #3E3A39;
    right: -2rem;
  }
}
body.originalwedding .secReco .caseBox .slideBox ul button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
body.originalwedding .secReco .caseBox .slideBox ul li {
  aspect-ratio: 3/2;
  background: #C6C1B6;
}
body.originalwedding .secReco .caseBox .slideBox ul li img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
body.originalwedding .secReco .infoBox h3.baseTtl {
  font-size: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .infoBox h3.baseTtl {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
body.originalwedding .secReco .infoBox h3.jpTtl {
  font-size: 2.8rem;
  margin-bottom: 4rem;
  line-height: 1.6;
  margin-top: -0.5rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .infoBox h3.jpTtl {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
body.originalwedding .secReco .infoBox h3.jpTtl span {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .infoBox h3.jpTtl span {
    font-size: 1.4rem;
  }
}
body.originalwedding .secReco .infoBox .storyBox {
  width: 50%;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .infoBox .storyBox {
    width: 100%;
  }
}
body.originalwedding .secReco .conceptBox,
body.originalwedding .secCases .conceptBox {
  width: 50%;
  padding-right: 3rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .conceptBox,
  body.originalwedding .secCases .conceptBox {
    width: 100%;
    padding: 0;
    margin-bottom: 3rem;
  }
}
body.originalwedding .secReco .conceptBox dl,
body.originalwedding .secCases .conceptBox dl {
  font-size: 1.6rem;
  display: flex;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .conceptBox dl,
  body.originalwedding .secCases .conceptBox dl {
    font-size: 1.1rem;
  }
}
body.originalwedding .secReco .conceptBox dl dt,
body.originalwedding .secCases .conceptBox dl dt {
  width: 110px;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .conceptBox dl dt,
  body.originalwedding .secCases .conceptBox dl dt {
    width: 77px;
  }
}
body.originalwedding .secReco .conceptBox dl.place,
body.originalwedding .secCases .conceptBox dl.place {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .conceptBox dl.place,
  body.originalwedding .secCases .conceptBox dl.place {
    margin-bottom: 2rem;
  }
}
body.originalwedding .secReco .conceptBox .tags,
body.originalwedding .secCases .conceptBox .tags {
  gap: 1.5rem 1rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .conceptBox .tags,
  body.originalwedding .secCases .conceptBox .tags {
    gap: 0.5rem 0.5rem;
  }
}
body.originalwedding .secReco .conceptBox .tags li a,
body.originalwedding .secCases .conceptBox .tags li a {
  font-size: 1.4rem;
  background: #fff;
  border-radius: 10px;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secReco .conceptBox .tags li a,
  body.originalwedding .secCases .conceptBox .tags li a {
    font-size: 1rem;
    border-radius: 7px;
    padding: 0.3rem 0.7rem 0.4rem;
  }
}
body.originalwedding .secCases {
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secCases {
    padding-bottom: 3rem;
  }
}
body.originalwedding .secCases .caseBox {
  gap: 10rem;
}
@media screen and (max-width: 1200px) {
  body.originalwedding .secCases .caseBox {
    gap: 5rem;
  }
}
@media screen and (max-width: 991px) {
  body.originalwedding .secCases .caseBox {
    gap: 1.5rem;
    width: 90%;
    margin: 0 auto;
  }
}
body.originalwedding .secCases .caseBox > li {
  width: calc(33.33% - 6.67rem);
}
@media screen and (max-width: 1200px) {
  body.originalwedding .secCases .caseBox > li {
    width: calc(33.33% - 3.34rem);
  }
}
@media screen and (max-width: 991px) {
  body.originalwedding .secCases .caseBox > li {
    width: calc(50% - 0.75rem);
  }
}
body.originalwedding .secCases .caseBox > li .conceptBox {
  width: 100%;
  padding: 0;
}
body.originalwedding .secCases .caseBox > li .conceptBox img {
  margin-bottom: 2rem;
}
body.originalwedding .secCases .caseBox > li .conceptBox h3.baseTtl {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secCases .caseBox > li .conceptBox h3.baseTtl {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
}
body.originalwedding .secCases .caseBox > li .conceptBox h3.jpTtl {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secCases .caseBox > li .conceptBox h3.jpTtl {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
body.originalwedding .secCases .caseBox > li .conceptBox h3.jpTtl span {
  font-size: 1.5rem;
  margin-left: 1rem;
  vertical-align: 2px;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secCases .caseBox > li .conceptBox h3.jpTtl span {
    font-size: 1.2rem;
    margin-left: 0.5rem;
    vertical-align: 2px;
  }
}
body.originalwedding .secCases .caseBox > li .conceptBox dl {
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secCases .caseBox > li .conceptBox dl {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 991px) {
  body.originalwedding .secCases .caseBox > li .conceptBox dl dt {
    width: 60px;
  }
}
body.originalwedding .secCases .caseBox > li .conceptBox ul.tags li {
  font-size: 1.2rem;
  background: #fff;
  border-radius: 10px;
  padding: 0.3rem 0.7rem;
}
@media screen and (max-width: 991px) {
  body.originalwedding .secCases .caseBox > li .conceptBox ul.tags li {
    font-size: 1rem;
    border-radius: 7px;
    padding: 0.3rem 0.7rem 0.4rem;
  }
}
body.originalwedding .secCases .caseBox > li a:hover img {
  transform: scale(1.1);
}
body.originalwedding .secCases .caseBox > li a .imgWrap {
  overflow: hidden;
  margin-bottom: 2rem;
}
body.originalwedding .secCases .caseBox > li a .imgWrap img {
  margin-bottom: 0;
}
body.originalwedding .modaal-image .modaal-outer-wrapper {
  overflow: hidden;
}
body.originalwedding .modaal-image .modaal-gallery-item-wrap {
  height: 100% !important;
  width: 100% !important;
}
body.originalwedding .modaal-image .modaal-gallery-item-wrap .modaal-gallery-item {
  height: 100% !important;
  width: 100% !important;
}
body.originalwedding .modaal-image .modaal-gallery-item-wrap .modaal-gallery-item img {
  height: 100% !important;
  width: 100% !important;
}
@media screen and (max-width: 991px) {
  body.originalwedding .modaal-image .modaal-gallery-control {
    bottom: -6rem;
  }
}
@media screen and (max-width: 991px) {
  body.originalwedding .modaal-image .modaal-gallery-control:hover {
    background: rgba(0, 0, 0, 0.7);
  }
}
body.schedule {
  background: #D5D0CA;
}
@media screen and (max-width: 991px) {
  body.schedule .secSchedule {
    padding: 3rem 2rem 6rem;
  }
}
body.schedule .secSchedule h2.baseTtl {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.schedule .secSchedule h2.baseTtl {
    margin-bottom: 2rem;
  }
}
body.schedule .secSchedule .schBox {
  background: #F5EFE8;
  padding: 5rem 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.schedule .secSchedule .schBox {
    padding: 3rem 2rem;
    margin-bottom: 2rem;
  }
}
body.schedule .secSchedule .schBox h3.baseTtl {
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.schedule .secSchedule .schBox h3.baseTtl {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
body.schedule .secSchedule .schBox .readTxt {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.schedule .secSchedule .schBox .readTxt {
    margin-bottom: 2rem;
  }
}
body.schedule .secSchedule .schBox img {
  max-width: 850px;
  margin: 0 auto 8rem;
  display: block;
}
@media screen and (max-width: 991px) {
  body.schedule .secSchedule .schBox img {
    margin-bottom: 3rem;
  }
}
body.schedule .secSchedule .schBox ul {
  max-width: 850px;
  margin: 0 auto;
}
body.schedule .secSchedule .schBox ul li {
  position: relative;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.schedule .secSchedule .schBox ul li {
    padding-bottom: 3rem;
    margin-bottom: 2.5rem;
  }
}
body.schedule .secSchedule .schBox ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12.5px 0 12.5px;
  border-color: #717071 transparent transparent transparent;
  bottom: 0;
  left: 6rem;
}
@media screen and (max-width: 991px) {
  body.schedule .secSchedule .schBox ul li::before {
    left: 3rem;
    border-width: 9px 6.5px 0 6.5px;
  }
}
@media screen and (max-width: 991px) {
  body.schedule .secSchedule .schBox ul li.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body.schedule .secSchedule .schBox ul li.last::before {
  display: none;
}
body.schedule .secSchedule .schBox ul li dl {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.schedule .secSchedule .schBox ul li dl {
    margin-bottom: 2rem;
  }
}
body.schedule .secSchedule .schBox ul li dl dt {
  font-size: 1.8rem;
  background: #3E3A39;
  color: #fff;
  padding: 0.1rem 2rem;
  margin-right: 2rem;
  margin-bottom: -0.2rem;
}
@media screen and (max-width: 991px) {
  body.schedule .secSchedule .schBox ul li dl dt {
    font-size: 1.5rem;
    padding: 0.1rem 1rem;
    margin-right: 1.5rem;
    width: 85px;
  }
}
body.schedule .secSchedule .schBox ul li dl dd {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body.schedule .secSchedule .schBox ul li dl dd {
    font-size: 1.5rem;
    width: calc(100% - 85px - 1.5rem);
  }
}
body.schedule .secSchedule .schBox ul li .readTxt {
  margin-bottom: 0;
}
body.faq {
  background: #D5D0CA;
}
body.blog, body.blogDetail {
  background: #D5D0CA;
}
body.blog .secBlog ul.navi, body.blogDetail .secBlog ul.navi {
  gap: 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  body.blog .secBlog ul.navi, body.blogDetail .secBlog ul.navi {
    gap: 2rem;
  }
}
@media screen and (max-width: 991px) {
  body.blog .secBlog ul.navi, body.blogDetail .secBlog ul.navi {
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
body.blog .secBlog ul.navi li, body.blogDetail .secBlog ul.navi li {
  width: calc(25% - 3rem);
}
@media screen and (max-width: 1200px) {
  body.blog .secBlog ul.navi li, body.blogDetail .secBlog ul.navi li {
    width: calc(25% - 2rem);
  }
}
@media screen and (max-width: 991px) {
  body.blog .secBlog ul.navi li, body.blogDetail .secBlog ul.navi li {
    width: calc(25% - 0.75rem);
  }
}
body.blog .secBlog ul.navi li a, body.blogDetail .secBlog ul.navi li a {
  font-size: 1.6rem;
  background: #C6C1B6;
  font-weight: 600;
  border-radius: 15px;
  color: #717071;
  padding: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: "Hind", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 991px) {
  body.blog .secBlog ul.navi li a, body.blogDetail .secBlog ul.navi li a {
    font-size: 1rem;
    border-radius: 10px;
    height: 80px;
  }
}
body.blog .secBlog ul.navi li a:hover, body.blogDetail .secBlog ul.navi li a:hover {
  background: #633E17;
  color: #fff;
}
body.blog .secBlog ul.navi li a i, body.blogDetail .secBlog ul.navi li a i {
  display: block;
  font-size: 2.8rem;
  width: 100%;
  margin-bottom: -3.3rem;
}
@media screen and (max-width: 991px) {
  body.blog .secBlog ul.navi li a i, body.blogDetail .secBlog ul.navi li a i {
    font-size: 2rem;
    margin-bottom: -2.5rem;
  }
}
body.blog .secBlog .blogBox, body.blogDetail .secBlog .blogBox {
  background: #F5EFE8;
  padding: 8rem 1.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.blog .secBlog .blogBox, body.blogDetail .secBlog .blogBox {
    padding: 3rem 1.5rem;
    margin-bottom: 3rem;
  }
}
body.blog .secBlog .blogBox h3, body.blogDetail .secBlog .blogBox h3 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
  font-family: "Hind", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  body.blog .secBlog .blogBox h3, body.blogDetail .secBlog .blogBox h3 {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}
body.blog .secBlog .blogBox ul.arcList, body.blogDetail .secBlog .blogBox ul.arcList {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.blog .secBlog .blogBox ul.arcList, body.blogDetail .secBlog .blogBox ul.arcList {
    margin-bottom: 1rem;
  }
}
body.blog .secBlog .blogBox ul.arcList li.is-hidden, body.blogDetail .secBlog .blogBox ul.arcList li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
body.blog .secBlog .blogBox ul.arcList li img, body.blogDetail .secBlog .blogBox ul.arcList li img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
  aspect-ratio: 3/2;
}
body.blog .secBlog .blogBox ul.arcList a, body.blogDetail .secBlog .blogBox ul.arcList a {
  border-bottom: 1px solid #717071;
  padding: 3rem 0;
}
@media screen and (max-width: 991px) {
  body.blog .secBlog .blogBox ul.arcList a, body.blogDetail .secBlog .blogBox ul.arcList a {
    padding: 2rem 0;
  }
}
body.blog .secBlog .blogBox ul.arcList a img, body.blogDetail .secBlog .blogBox ul.arcList a img {
  width: 150px;
}
@media screen and (max-width: 991px) {
  body.blog .secBlog .blogBox ul.arcList a img, body.blogDetail .secBlog .blogBox ul.arcList a img {
    width: 50%;
  }
}
body.blog .secBlog .blogBox ul.arcList a .right, body.blogDetail .secBlog .blogBox ul.arcList a .right {
  width: calc(100% - 150px);
  padding: 0 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  body.blog .secBlog .blogBox ul.arcList a .right, body.blogDetail .secBlog .blogBox ul.arcList a .right {
    width: 50%;
    padding: 0 1.5rem;
    font-size: 1.1rem;
  }
}
body.blog .secBlog .blogBox ul.arcList a .right .date, body.blogDetail .secBlog .blogBox ul.arcList a .right .date {
  margin-bottom: 0.5rem;
}
body.blog .secBlog .blogBox .linkWrap .pageLink, body.blogDetail .secBlog .blogBox .linkWrap .pageLink {
  min-width: 200px;
}
@media screen and (max-width: 991px) {
  body.blog .secBlog .blogBox .linkWrap .pageLink, body.blogDetail .secBlog .blogBox .linkWrap .pageLink {
    min-width: 130px;
  }
}
body.blog .secBlog .blogBox .linkWrap .pageLink::before, body.blogDetail .secBlog .blogBox .linkWrap .pageLink::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}
body.blog .secBlog .blogBox .linkWrap .pageLink a, body.blogDetail .secBlog .blogBox .linkWrap .pageLink a {
  cursor: pointer;
}
body.blog .secBlog .blogBox .instaBox i, body.blogDetail .secBlog .blogBox .instaBox i {
  font-size: 4.5rem;
  color: #633E17;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.blog .secBlog .blogBox .instaBox i, body.blogDetail .secBlog .blogBox .instaBox i {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
body.blog .secBlog .blogBox .instaBox p.ttl, body.blogDetail .secBlog .blogBox .instaBox p.ttl {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 991px) {
  body.blog .secBlog .blogBox .instaBox p.ttl, body.blogDetail .secBlog .blogBox .instaBox p.ttl {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
body.blog .secBlog .blogBox .instaBox p.ttl2, body.blogDetail .secBlog .blogBox .instaBox p.ttl2 {
  font-size: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.blog .secBlog .blogBox .instaBox p.ttl2, body.blogDetail .secBlog .blogBox .instaBox p.ttl2 {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
body.blog .secBlog .blogBox .instaBox ul, body.blogDetail .secBlog .blogBox .instaBox ul {
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 991px) {
  body.blog .secBlog .blogBox .instaBox ul, body.blogDetail .secBlog .blogBox .instaBox ul {
    gap: 1rem;
    margin: 0 auto;
  }
}
body.blog .secBlog .blogBox .instaBox ul li, body.blogDetail .secBlog .blogBox .instaBox ul li {
  width: calc(25% - 2.25rem);
}
@media screen and (max-width: 991px) {
  body.blog .secBlog .blogBox .instaBox ul li, body.blogDetail .secBlog .blogBox .instaBox ul li {
    width: calc(33.33% - 0.67rem);
  }
}
body.blog .secBlog .blogBox .instaBox .pageLink, body.blogDetail .secBlog .blogBox .instaBox .pageLink {
  min-width: 380px;
}
@media screen and (max-width: 991px) {
  body.blog .secBlog .blogBox .instaBox .pageLink, body.blogDetail .secBlog .blogBox .instaBox .pageLink {
    min-width: 260px;
  }
}
body.blogDetail .secBlog .blogBox h3.baseTtl {
  border-bottom: 1px solid #717071;
  padding-bottom: 5rem;
  max-width: 800px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 991px) {
  body.blogDetail .secBlog .blogBox h3.baseTtl {
    padding-bottom: 3rem;
    margin: 0 auto 3rem;
  }
}
body.blogDetail .secBlog .blogBox .arcWrap {
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #717071;
  padding-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body.blogDetail .secBlog .blogBox .arcWrap {
    padding-bottom: 3rem;
  }
}
body.blogDetail .secBlog .blogBox .arcWrap p.date {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body.blogDetail .secBlog .blogBox .arcWrap p.date {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
body.blogDetail .secBlog .blogBox .arcWrap h1.arcTtl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.blogDetail .secBlog .blogBox .arcWrap h1.arcTtl {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
body.blogDetail .secBlog .blogBox .arcWrap .content p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.blogDetail .secBlog .blogBox .arcWrap .content p {
    margin-bottom: 2rem;
  }
}
body.blogDetail .secBlog .blogBox .arcWrap .content img {
  margin-bottom: 1.5rem;
  width: auto;
}
body.blogDetail .secBlog .blogBox .arcWrap .content h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  background: #D5D0CA;
  padding: 0.5rem 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  body.blogDetail .secBlog .blogBox .arcWrap .content h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    background: #D5D0CA;
    padding: 0.3rem 0.5rem;
    line-height: 1.4;
  }
}
body.blogDetail .secBlog .blogBox .arcWrap .content h3 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #808080;
  padding: 0.3rem 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  body.blogDetail .secBlog .blogBox .arcWrap .content h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #808080;
    padding: 0.2rem 0.5rem;
    line-height: 1.4;
  }
}
body.privacy {
  background: #F5EFE8;
}
body.privacy .secPrivacy .privBox {
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  body.privacy .secPrivacy .privBox {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #3E3A39;
  }
}
body.privacy .secPrivacy .privBox h3.ttl {
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body.privacy .secPrivacy .privBox h3.ttl {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
body.contact {
  background: #F5EFE8;
}
body.contact .secAccess {
  background: none;
  padding-top: 0;
  padding-bottom: 14rem;
}
@media screen and (max-width: 991px) {
  body.contact .secAccess {
    background: #D5D0CA;
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 991px) {
  body.contact .secAccess .inner {
    width: 100%;
  }
}
body.contact .secContactForm {
  padding-top: 0;
  padding-bottom: 15rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContactForm {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}
body.contact .secContactForm h2.jpTtl {
  font-size: 3.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContactForm h2.jpTtl {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
body.contact .secContactForm .infoTxt {
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContactForm .infoTxt {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
}
body.contact .secContactForm .contactWrap dl {
  display: flex;
  font-size: 1.6rem;
  align-items: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContactForm .contactWrap dl {
    display: block;
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
body.contact .secContactForm .contactWrap dl.txtArea {
  align-items: flex-start;
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContactForm .contactWrap dl.txtArea {
    margin-bottom: 3rem;
  }
}
body.contact .secContactForm .contactWrap dl.txtArea dt {
  margin-top: 2.1rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContactForm .contactWrap dl.txtArea dt {
    margin-top: 0;
  }
}
body.contact .secContactForm .contactWrap dl dt {
  position: relative;
  width: 250px;
}
@media screen and (max-width: 991px) {
  body.contact .secContactForm .contactWrap dl dt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
body.contact .secContactForm .contactWrap dl dd {
  width: calc(100% - 250px);
}
@media screen and (max-width: 991px) {
  body.contact .secContactForm .contactWrap dl dd {
    width: 100%;
  }
}
body.contact .secContactForm .contactWrap .notes {
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body.contact .secContactForm .contactWrap .notes {
    margin-bottom: 3rem;
  }
}
body.contact .secContactForm .mw_wp_form_confirm dl.mail2,
body.contact .secContactForm .mw_wp_form_confirm .notes {
  display: none;
}
body.contact .secContactForm .mw_wp_form_confirm dt::after {
  display: none;
}
body.contact .secContactForm .mw_wp_form_confirm dl.txtArea dt {
  margin-top: 0;
}
body.bridalphoto .mainWrap.-top .secMv {
  background: #E1CBB6;
}
body.bridalphoto .mainWrap.-top .secMv.fSec {
  margin-top: 100px;
  padding: 0 8rem 0 0;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secMv.fSec {
    margin-top: 50px;
    padding: 0;
  }
}
body.bridalphoto .mainWrap.-top .secMv .slick-mv-slide li img {
  position: static;
  transform: none;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 951px;
  -o-object-position: center;
     object-position: center;
}
body.bridalphoto .mainWrap.-top .secRead {
  background: #E1CBB6;
}
body.bridalphoto .mainWrap.-top .secRead h2.minTtl {
  font-size: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secRead h2.minTtl {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
body.bridalphoto .mainWrap.-top .secRead h2.minTtl img {
  width: 20px;
  display: block;
  margin: 3rem auto 0rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secRead h2.minTtl img {
    margin: 2rem auto 0rem;
  }
}
body.bridalphoto .mainWrap.-top .secRead .readTxt {
  line-height: 2.5;
}
body.bridalphoto .mainWrap.-top .secRead .petBox {
  background: #FDEDDF;
  max-width: 1200px;
  margin: 8rem auto 5rem;
  border-radius: 10px;
  position: relative;
  padding: 7rem 5rem;
  /* 20240809 add */
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secRead .petBox {
    max-width: 90%;
    border-radius: 5px;
    padding: 4rem 3rem;
  }
}
body.bridalphoto .mainWrap.-top .secRead .petBox img.petBg {
  width: 180px;
  position: absolute;
  left: 10vw;
  top: -2.5rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secRead .petBox img.petBg {
    width: 70px;
    left: 3vw;
    top: -2rem;
  }
}
body.bridalphoto .mainWrap.-top .secRead .petBox .readTxt {
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secRead .petBox .readTxt {
    margin-bottom: 3rem;
  }
}
body.bridalphoto .mainWrap.-top .secRead .petBox ul {
  padding: 0;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secRead .petBox ul {
    display: flex;
  }
}
body.bridalphoto .mainWrap.-top .secRead .petBox ul li {
  width: calc(25% - 0.75rem);
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secRead .petBox ul li {
    width: calc(50% - 0.5rem);
  }
}
body.bridalphoto .mainWrap.-top .secRead .petBox ul li img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secRead .petBox ul li img {
    margin: 0;
  }
}
body.bridalphoto .mainWrap.-top .secRead .petBox.newsList {
  margin: 8rem auto 5rem;
  padding: 3rem 5rem;
  max-width: 1000px;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secRead .petBox.newsList {
    margin: 4rem auto 3rem;
    padding: 1rem 2rem 2rem;
    max-width: 90%;
  }
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secRead .petBox.newsList .arcList {
    display: block;
  }
}
body.bridalphoto .mainWrap.-top .secRead .petBox.newsList .arcList li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #717071;
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secRead .petBox.newsList .arcList li {
    text-align: left;
    padding: 0.5rem 1rem;
  }
}
body.bridalphoto .mainWrap.-top .secRead .petBox.newsList .arcList li a {
  padding: 0;
}
body.bridalphoto .mainWrap.-top .secRead .petBox.newsList .arcList li a .date {
  margin-right: 2rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secRead .petBox.newsList .arcList li a .date {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
  }
}
body.bridalphoto .mainWrap.-top .secRead .petBox.newsList .arcList li a .readTxt {
  margin-bottom: 0;
  line-height: inherit;
  font-weight: bold;
}
body.bridalphoto .mainWrap.-top .secRead .petBox.newsList .linkWrap .pageLink {
  min-width: 160px;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secRead .petBox.newsList .linkWrap .pageLink {
    min-width: 130px;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos {
  position: relative;
  padding: 180vw 0 0;
  background: #E1CBB6;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos {
    overflow: inherit;
    padding-top: 330vw;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img {
  position: absolute;
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img01 {
  max-width: 744px;
  width: 39.1%;
  top: 4vw;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img01 {
    max-width: 230px;
    width: 61.3%;
    top: 5vw;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img02 {
  max-width: 315px;
  left: 42%;
  top: 14vw;
  z-index: 2;
  width: 16.6%;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img02 {
    max-width: 97px;
    left: 67%;
    top: 23vw;
    width: 25.1%;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img03 {
  max-width: 315px;
  left: 30%;
  top: 28vw;
  z-index: 3;
  width: 16.6%;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img03 {
    max-width: 106px;
    left: 47%;
    top: 43vw;
    width: 28.3%;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img04 {
  top: 32vw;
  max-width: 691px;
  right: 11%;
  width: 36.3%;
  z-index: 4;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img04 {
    top: 80vw;
    max-width: 213px;
    right: 11%;
    width: 56.8%;
    z-index: 7;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img05 {
  max-width: 521px;
  top: 50vw;
  left: 10%;
  width: 27.8%;
  z-index: 7;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img05 {
    max-width: 160px;
    top: 65vw;
    left: 0;
    width: 42.7%;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img06 {
  max-width: 669px;
  top: 65.7vw;
  left: 37.8%;
  width: 35.7%;
  z-index: 6;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img06 {
    max-width: 207px;
    top: 129vw;
    left: 0;
    width: 55.2%;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img07 {
  max-width: 461px;
  top: 53.7vw;
  right: 0;
  width: 24.6%;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img07 {
    max-width: 142px;
    top: 114vw;
    right: 0;
    width: 37.8%;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img08 {
  max-width: 387px;
  top: 81vw;
  left: 7%;
  width: 20.7%;
  z-index: 8;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img08 {
    max-width: 92px;
    top: 210vw;
    left: 40%;
    width: 24.5%;
    z-index: 11;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img09 {
  max-width: 550px;
  top: 95.6vw;
  left: 23%;
  width: 28.9%;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img09 {
    max-width: 170px;
    top: 185vw;
    left: 0;
    width: 44.1%;
    z-index: 9;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img10 {
  max-width: 538px;
  top: 87vw;
  right: 8%;
  width: 28.8%;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img10 {
    max-width: 166px;
    top: 165.6vw;
    right: 5%;
    width: 44%;
    z-index: 11;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img11 {
  max-width: 509px;
  top: 114vw;
  right: 6.2%;
  width: 26.8%;
  z-index: 11;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img11 {
    max-width: 158px;
    top: 193vw;
    right: 0;
    width: 41.8%;
    z-index: 10;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img12 {
  max-width: 705px;
  top: 123vw;
  left: 30%;
  width: 37.1%;
  z-index: 12;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img12 {
    max-width: 218px;
    top: 234vw;
    left: inherit;
    width: 58.2%;
    z-index: 12;
    right: 0;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img13 {
  max-width: 394px;
  top: 135vw;
  right: 9%;
  width: 20.7%;
  z-index: 13;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img13 {
    max-width: 130px;
    top: 255vw;
    right: auto;
    width: 32.5%;
    z-index: 13;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img14 {
  max-width: 388px;
  top: 142vw;
  left: 6%;
  width: 20.4%;
  z-index: 14;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img14 {
    max-width: 130px;
    top: 275vw;
    left: 34%;
    width: 32.4%;
    z-index: 14;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.img15 {
  max-width: 418px;
  top: 152vw;
  left: 28%;
  width: 22%;
  z-index: 15;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.img15 {
    max-width: 120px;
    top: 281vw;
    left: auto;
    width: 30%;
    z-index: 15;
    right: 0%;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.imgCamera1 {
  top: -1vw;
  max-width: 246px;
  right: 17%;
  width: 12.9%;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.imgCamera1 {
    top: -5vw;
    max-width: 76px;
    right: 5%;
    width: 20%;
    z-index: 0;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.imgCamera2 {
  top: 8vw;
  max-width: 144px;
  right: 25%;
  width: 7.6%;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.imgCamera2 {
    top: 9vw;
    max-width: 44px;
    right: 18%;
    width: 11.7%;
    z-index: 0;
  }
}
body.bridalphoto .mainWrap.-top .secPhotos .img.imgCamera3 {
  max-width: 233px;
  top: 122vw;
  left: 14%;
  width: 12.3%;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos .img.imgCamera3 {
    max-width: 72px;
    top: 235vw;
    left: 15%;
    width: 18.4%;
  }
}
body.bridalphoto .mainWrap.-top .secVoice {
  background: #E1CBB6;
}
body.bridalphoto .mainWrap.-top .secVoice .voice-inner {
  max-width: 1300px;
  margin: 0 auto;
}
body.bridalphoto .mainWrap.-top .secVoice ul {
  gap: 3rem 5rem;
  padding: 7rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "New Tegomin", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0em;
}
@media screen and (max-width: 1200px) {
  body.bridalphoto .mainWrap.-top .secVoice ul {
    gap: 3rem;
  }
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secVoice ul {
    gap: 1.5rem 0;
    padding: 2rem 0;
    font-size: 1rem;
    width: 90%;
    margin: 0 auto;
  }
}
body.bridalphoto .mainWrap.-top .secVoice ul li {
  background: #fff;
  border-radius: 10px;
  padding: 2.5rem 3rem;
  width: calc(50% - 2.5rem);
}
@media screen and (max-width: 1200px) {
  body.bridalphoto .mainWrap.-top .secVoice ul li {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secVoice ul li {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
body.bridalphoto .mainWrap.-top .secVoice ul li:nth-child(2), body.bridalphoto .mainWrap.-top .secVoice ul li:nth-child(3), body.bridalphoto .mainWrap.-top .secVoice ul li:nth-child(6), body.bridalphoto .mainWrap.-top .secVoice ul li:nth-child(7) {
  background: #FDEDDF;
}
body.bridalphoto .mainWrap.-top .secTeam {
  background: #CDC8B9;
  padding-top: 10rem;
  padding-bottom: 3rem !important;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secTeam {
    padding-bottom: 0 !important;
  }
}
body.bridalphoto .mainWrap.-top .secPhotoPlan {
  background: #F5EFE8;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotoPlan {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner {
  max-width: 1300px;
  margin: 0 auto;
}
body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner h2.baseTtl {
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner h2.baseTtl {
    margin-bottom: 5rem;
  }
}
body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner .planBox {
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner .planBox {
    max-width: 80%;
    margin: 0 auto 2.5rem;
  }
}
body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner .planBox .imgWrap {
  width: 50%;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner .planBox .imgWrap {
    width: 100%;
  }
}
body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner .planBox .imgWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner .planBox .readTxt {
  width: 50%;
  background: #fff;
  padding: 5rem 3rem 3rem 5rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner .planBox .readTxt {
    width: 100%;
    padding: 2rem 2rem 2rem 2rem;
    order: 2;
  }
}
body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner .planBox .readTxt h3 {
  color: #A5805F;
  font-size: 2.8rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner .planBox .readTxt h3 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner .planBox.addPlan {
    flex-direction: column-reverse;
  }
}
body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner .planBox.addPlan .readTxt {
  background: #E8DDCD;
  display: flex;
  align-items: center;
  padding: 3rem 3rem 3rem 5rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotoPlan .photoPlan-inner .planBox.addPlan .readTxt {
    text-align: center;
    padding: 2rem 0 2rem;
    justify-content: center;
  }
}
body.bridalphoto .mainWrap.-top .secTimeline {
  background: #CDC8B9;
  padding-top: 10rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secTimeline {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
body.bridalphoto .mainWrap.-top .secTimeline h3 {
  font-size: 2rem;
  background: #806134;
  max-width: 530px;
  margin: 0 auto 2rem;
  color: #fff;
  padding: 0.5rem 0.5rem 0.6rem;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secTimeline h3 {
    font-size: 1.4rem;
    max-width: 80%;
  }
}
body.bridalphoto .mainWrap.-top .secTimeline .lineTxt {
  margin-bottom: 2rem;
}
body.bridalphoto .mainWrap.-top .secTimeline .arrow {
  background: url("/assets/img/icon-arrow2.svg") no-repeat;
  width: 40px;
  display: block;
  height: 21px;
  background-size: 40px;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secTimeline .arrow {
    width: 25px;
    background-size: 25px;
    margin-bottom: 2rem;
  }
}
body.bridalphoto .mainWrap.-top .secFaq {
  padding-bottom: 24vw;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secFaq {
    padding-bottom: 5rem;
  }
}
body.bridalphoto .mainWrap.-top .secContact {
  background: #F5EFE8;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secContact {
    padding: 0 0 5rem;
  }
}
body.bridalphoto .mainWrap.-top .secContact .mvImg {
  max-width: 90%;
  margin: 0 auto -14vw;
  display: block;
  position: relative;
  top: -20.6vw;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secContact .mvImg {
    max-width: 100%;
    margin: 0 0 5rem;
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secContact h2.baseSubTtl {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secContact ul.inqType {
    max-width: 90%;
    margin: 0 auto;
  }
}
body.bridalphoto .mainWrap.-top .secContact ul.inqType li .linkWrap.line {
  margin-top: 0;
}
body.bridalphoto .mainWrap.-top .secContact ul.inqType li .tel {
  margin-top: 2.5rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secContact ul.inqType li .tel {
    margin-top: 2rem;
  }
}
body.bridalphoto .mainWrap.-top .secAccess {
  background: #F5EFE8;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secAccess {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
body.bridalphoto .mainWrap.-top .secInstaPhoto {
  background: #fff;
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secInstaPhoto {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
body.bridalphoto .mainWrap.-top .secInstaPhoto .insta {
  padding-top: 0;
}
body.bridalphoto .mainWrap.-top .secInstaPhoto .insta .instaBox {
  width: 100%;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secInstaPhoto .insta .instaBox ul {
    gap: 1rem;
  }
}
body.bridalphoto .mainWrap.-top .secInstaPhoto .insta .instaBox ul li {
  width: calc(20% - 2.4rem);
}
@media screen and (max-width: 1200px) {
  body.bridalphoto .mainWrap.-top .secInstaPhoto .insta .instaBox ul li {
    width: calc(33.33% - 2rem);
  }
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secInstaPhoto .insta .instaBox ul li {
    width: calc(33.33% - 0.67rem);
  }
}
body.photowedding {
  background: #ECEEE8;
}
body.photowedding .inner-l {
  max-width: calc(1200px + 3rem);
  padding: 0 1.5rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .inner-l {
    max-width: 100%;
  }
}
body.photowedding header#header .navbar::before {
  background: #ECEEE8;
}
body.photowedding header#header .rightFixedBox .contact a {
  background: #40472A;
}
body.photowedding header#header .rightFixedBox .insta a i {
  color: #40472A;
}
body.photowedding h2.baseTtl {
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  body.photowedding h2.baseTtl {
    margin-bottom: 2rem;
  }
}
body.photowedding h2.baseTtl span {
  font-size: 1.6rem;
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  body.photowedding h2.baseTtl span {
    font-size: 1.1rem;
  }
}
body.photowedding h4.baseTtl {
  font-size: 3.5rem;
  font-weight: normal;
  margin-bottom: 8rem;
  color: #80964B;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 991px) {
  body.photowedding h4.baseTtl {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
}
body.photowedding .secMv {
  background: #ECEEE8 !important;
  height: auto !important;
}
body.photowedding .secRead {
  background: #ECEEE8 !important;
  overflow: hidden;
  padding-bottom: 0 !important;
}
body.photowedding .secRead .readTxt {
  position: relative;
  width: 500px;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .readTxt {
    width: 100%;
    margin: 0 auto 5rem;
  }
}
body.photowedding .secRead .readTxt::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/photo-wedding/read-bg1.png") no-repeat;
  width: 335px;
  height: 211px;
  z-index: -1;
  right: -45rem;
  top: 0;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .readTxt::before {
    right: 0rem;
    top: auto;
    background-size: 101px;
    width: 101px;
    bottom: -4rem;
    height: 64px;
  }
}
body.photowedding .secRead .readTxt::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/photo-wedding/read-bg2.png") no-repeat;
  width: 458px;
  height: 207px;
  top: 32rem;
  left: -52rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .readTxt::after {
    top: auto;
    left: 0rem;
    background-size: 139px;
    width: 139px;
    height: 64px;
    bottom: -22rem;
  }
}
body.photowedding .secRead h2.ttl2 {
  margin-bottom: 7rem !important;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead h2.ttl2 {
    margin-bottom: 5rem !important;
  }
}
body.photowedding .secRead h2.ttl2 span {
  font-size: 6.5rem;
  display: block;
  margin: 3rem 0 -2rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead h2.ttl2 span {
    font-size: 2.5rem;
    margin: 1rem 0 -1.5rem;
  }
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .inner-l {
    max-width: 100%;
    padding: 0;
    background: #fff;
  }
}
body.photowedding .secRead .txtBox {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto 1rem;
  padding: 8rem 11.5rem;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .txtBox {
    max-width: none;
    border-radius: 0;
    width: 100%;
    padding: 3rem 4rem 1rem;
  }
}
body.photowedding .secRead .txtBox h2 {
  font-size: 3.5rem !important;
  width: calc(100% + 18rem);
  margin-left: -9rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .txtBox h2 {
    font-size: 1.4rem !important;
    margin-bottom: 3rem;
  }
}
body.photowedding .secRead .txtBox h2 span {
  margin-top: 0;
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .txtBox h2 span {
    font-size: 1.1rem;
  }
}
body.photowedding .secRead .txtBox .choice {
  font-size: 2.8rem;
  font-weight: 500;
  background: #EAEEDB;
  color: #727F34;
  display: block;
  padding: 2.5rem 0;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .txtBox .choice {
    font-size: 1rem;
    padding: 1.5rem 0;
  }
}
body.photowedding .secRead .txtBox .choice.top {
  padding: 0rem 0 0.3rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .txtBox .choice.top {
    padding: 0rem 0 0.1rem;
  }
}
body.photowedding .secRead .txtBox .plus {
  background: #727F34;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.6rem;
  border-radius: 15px;
  margin: 1rem auto;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .txtBox .plus {
    font-size: 1.2rem;
    width: 15px;
    height: 15px;
    line-height: 1.2rem;
    margin: 0.5rem auto;
  }
}
body.photowedding .secRead .txtBox .choice3 {
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .txtBox .choice3 {
    display: flex;
  }
}
body.photowedding .secRead .txtBox .choice3 .choice {
  width: calc(33.33% - 26.6666666667px);
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .txtBox .choice3 .choice {
    width: calc(33.33% - 13.3333333333px);
    min-height: 62px;
  }
}
body.photowedding .secRead .txtBox .choice3 .or {
  font-size: 2.8rem;
  font-weight: 500;
  width: 40px;
  color: #727F34;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .txtBox .choice3 .or {
    font-size: 1.1rem;
    width: 20px;
  }
}
body.photowedding .secRead .thumbs {
  padding: 0 !important;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .thumbs {
    display: flex !important;
    padding: 0 4rem 4rem !important;
  }
}
body.photowedding .secRead .thumbs li {
  width: calc(25% - 0.75rem);
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .thumbs li {
    width: calc(50% - 0.5rem);
  }
}
body.photowedding .secRead .thumbs li img {
  width: 100% !important;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .thumbs li img {
    margin: 0 !important;
  }
}
body.photowedding .secRead .btmImg {
  margin-top: 13rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secRead .btmImg {
    margin-top: 0;
  }
}
body.photowedding .secPoint {
  padding: 15rem 1.5rem 24rem;
  background: #fff;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox {
    width: 77.5%;
    margin: 0 auto;
  }
}
body.photowedding .secPoint .inner-l .pointBox h3 {
  font-size: 2.6rem;
  margin-bottom: 8rem;
  border-bottom: 1px solid #3E3A39;
  padding-bottom: 3rem;
  font-weight: normal;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox h3 {
    font-size: 1.1rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
  }
}
body.photowedding .secPoint .inner-l .pointBox h3 span {
  font-size: 3.7rem;
  margin-left: 0.3rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox h3 span {
    font-size: 1.4rem;
  }
}
body.photowedding .secPoint .inner-l .pointBox ul {
  gap: 3.5rem 6rem;
  margin-bottom: 16.5rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox ul {
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
body.photowedding .secPoint .inner-l .pointBox ul li {
  width: calc(33.33% - 4rem);
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox ul li {
    width: calc(50% - 0.5rem);
  }
}
body.photowedding .secPoint .inner-l .pointBox ul li img {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox ul li img {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox ul li p {
    font-size: 1.1rem;
  }
}
body.photowedding .secPoint .inner-l .pointBox.point2 ul {
  gap: 3.5rem 5.5rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox.point2 ul {
    gap: 1rem;
  }
}
body.photowedding .secPoint .inner-l .pointBox.point2 ul li {
  width: calc(50% - 2.75rem);
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox.point2 ul li {
    width: calc(50% - 0.5rem);
  }
}
body.photowedding .secPoint .inner-l .pointBox.point3 {
  position: relative;
  margin-bottom: 19rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox.point3 {
    margin-bottom: 3rem;
  }
}
body.photowedding .secPoint .inner-l .pointBox.point3::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/photo-wedding/point3-bg.png") no-repeat;
  width: 575px;
  height: 567px;
  right: -40rem;
  top: 6rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox.point3::before {
    display: none;
  }
}
body.photowedding .secPoint .inner-l .pointBox.point3 .planBox {
  background: #ECEEE8;
  padding: 7rem 7.5rem;
  border-radius: 10px;
  margin-bottom: 3rem;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox.point3 .planBox {
    padding: 2rem;
    margin-bottom: 1rem;
  }
}
body.photowedding .secPoint .inner-l .pointBox.point3 .planBox img {
  width: calc(100% - 440px);
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox.point3 .planBox img {
    width: 100%;
    order: 1;
  }
}
body.photowedding .secPoint .inner-l .pointBox.point3 .planBox .txt {
  width: 440px;
  padding-left: 5rem;
  text-align: left;
  padding-top: 3rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox.point3 .planBox .txt {
    width: 100%;
    padding: 1.5rem 0 0rem;
    order: 2;
  }
}
body.photowedding .secPoint .inner-l .pointBox.point3 .planBox .txt.left {
  padding-left: 0;
  padding-right: 5rem;
}
body.photowedding .secPoint .inner-l .pointBox.point3 .planBox .txt h5 {
  font-size: 3.2rem;
  font-weight: normal;
  color: #A5805F;
  margin-bottom: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPoint .inner-l .pointBox.point3 .planBox .txt h5 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
body.photowedding .secPoint .inner-l .pointBox.point3 .planBox .txt .readTxt {
  line-height: 2;
}
body.photowedding .secTeam {
  background: #DBDDCD !important;
}
body.photowedding .secTeam .inner-l h4.baseTtl {
  color: #3E3A39;
}
body.photowedding .secPhotos {
  background: #ECEEE8 !important;
  padding: 211vw 0 0 !important;
}
body.photowedding .secPhotos img.img.imgHead {
  top: 0;
}
body.photowedding .secPhotos img.img.img01 {
  max-width: 926px !important;
  width: 50% !important;
  top: 47vw !important;
}
body.photowedding .secPhotos img.img.img02 {
  max-width: 345px !important;
  left: 55% !important;
  top: 51vw !important;
  z-index: 3 !important;
  width: 20% !important;
}
body.photowedding .secPhotos img.img.img03 {
  max-width: 316px !important;
  left: 73% !important;
  top: 61vw !important;
  z-index: 2 !important;
  width: 20% !important;
}
body.photowedding .secPhotos img.img.img04 {
  top: 78vw !important;
  max-width: 691px !important;
  right: 2% !important;
  width: 40% !important;
  z-index: 6 !important;
}
body.photowedding .secPhotos img.img.img05 {
  max-width: 521px !important;
  top: 86.7vw !important;
  left: 10% !important;
  width: 27% !important;
  z-index: 7 !important;
}
body.photowedding .secPhotos img.img.img06 {
  max-width: 461px !important;
  top: 102vw !important;
  right: 0 !important;
  width: 25% !important;
  z-index: 4 !important;
  left: auto !important;
}
body.photowedding .secPhotos img.img.img07 {
  max-width: 670px !important;
  top: 113vw !important;
  width: 35% !important;
  z-index: 9 !important;
  left: 37% !important;
}
body.photowedding .secPhotos img.img.img08 {
  max-width: 388px !important;
  top: 126.5vw !important;
  left: 6% !important;
  width: 23% !important;
  z-index: 10 !important;
}
body.photowedding .secPhotos img.img.img09 {
  max-width: 550px !important;
  top: 135vw !important;
  right: 10% !important;
  width: 30% !important;
  z-index: 7 !important;
  left: auto !important;
}
body.photowedding .secPhotos img.img.img10 {
  max-width: 438px !important;
  top: 143vw !important;
  left: 24% !important;
  width: 28% !important;
  z-index: 8 !important;
}
body.photowedding .secPhotos img.img.img11 {
  max-width: 510px !important;
  top: 161vw !important;
  right: 6.1% !important;
  width: 27% !important;
  z-index: 11 !important;
}
body.photowedding .secPhotos img.img.img12 {
  max-width: 564px !important;
  top: 170vw !important;
  left: 30% !important;
  width: 37.1% !important;
  z-index: 12 !important;
}
body.photowedding .secPhotos img.img.img13 {
  max-width: 331px !important;
  top: 188vw !important;
  right: 10% !important;
  width: 21% !important;
  z-index: 13 !important;
}
body.photowedding .secPhotos img.img.imgCamera1 {
  top: 49vw !important;
  max-width: 247px !important;
  right: 0 !important;
  width: 16% !important;
  z-index: 0 !important;
}
body.photowedding .secPhotos img.img.imgCamera2 {
  top: 106vw !important;
  max-width: 145px !important;
  left: 40% !important;
  width: 9% !important;
  z-index: 9 !important;
}
body.photowedding .secPhotos img.img.imgCamera3 {
  top: 168vw !important;
  max-width: 234px !important;
  left: 12% !important;
  width: 15% !important;
  z-index: 0 !important;
}
body.photowedding .secPrice {
  background: #fff;
  padding-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPrice {
    padding: 3rem 0;
    position: relative;
  }
  body.photowedding .secPrice::before {
    content: "";
    display: block;
    position: absolute;
    background: url("/assets/img/photo-wedding/point3-bg.png") no-repeat;
    right: -2rem;
    top: -3rem;
    z-index: 1;
    background-size: 170px;
    width: 170px;
    height: 168px;
  }
}
@media screen and (max-width: 991px) {
  body.photowedding .secPrice .inner-l {
    padding: 0;
  }
}
body.photowedding .secPrice .inner-l .priceBox {
  gap: 4rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPrice .inner-l .priceBox {
    display: block;
  }
}
body.photowedding .secPrice .inner-l .priceBox .price {
  background: #ECEEE8;
  border-radius: 10px;
  padding: 6rem 0;
  width: calc(50% - 2rem);
}
@media screen and (max-width: 991px) {
  body.photowedding .secPrice .inner-l .priceBox .price {
    width: 77.5%;
    margin: 0 auto 2rem;
    padding: 3rem 0;
  }
}
body.photowedding .secPrice .inner-l .priceBox .price .ex {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  color: #80964B;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPrice .inner-l .priceBox .price .ex {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
body.photowedding .secPrice .inner-l .priceBox .price .ttl {
  font-size: 2.8rem;
  background: rgba(128, 150, 75, 0.3);
  line-height: 1;
  display: inline-block;
  padding: 0.1rem 3rem 0.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPrice .inner-l .priceBox .price .ttl {
    font-size: 1.5rem;
    padding: 0.1rem 1.5rem 0.2rem;
    margin-bottom: 0.5rem;
  }
}
body.photowedding .secPrice .inner-l .priceBox .price .ttlPrice {
  font-size: 3.7rem;
  border-bottom: 1px solid #3D3939;
  display: inline-block;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPrice .inner-l .priceBox .price .ttlPrice {
    font-size: 1.9rem;
    margin-bottom: 2rem;
  }
}
body.photowedding .secPrice .inner-l .priceBox .price .ttlPrice span {
  font-size: 2.2rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPrice .inner-l .priceBox .price .ttlPrice span {
    font-size: 1.4rem;
  }
}
body.photowedding .secPrice .inner-l .priceBox .price .ttlPrice span span {
  font-size: 1.6rem;
  margin-left: -0.7rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPrice .inner-l .priceBox .price .ttlPrice span span {
    font-size: 1.1rem;
    margin-left: -0.5rem;
  }
}
body.photowedding .secPrice .inner-l .priceBox .price .infoTtl {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPrice .inner-l .priceBox .price .infoTtl {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
body.photowedding .secPrice .inner-l .priceBox .price .readTxt {
  font-size: 1.6rem;
  line-height: 2.4;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 0 1.5rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secPrice .inner-l .priceBox .price .readTxt {
    font-size: 1.1rem;
    line-height: 2;
  }
}
body.photowedding .secTimeline {
  background: #ECEEE8 !important;
  padding-bottom: 10rem !important;
}
@media screen and (max-width: 991px) {
  body.photowedding .secTimeline {
    padding-bottom: 5rem !important;
  }
}
body.photowedding .secTimeline h3 {
  max-width: 810px !important;
  background: #6D785A !important;
  margin: 0 auto 3rem !important;
}
@media screen and (max-width: 991px) {
  body.photowedding .secTimeline h3 {
    margin: 0 auto 2rem !important;
  }
}
body.photowedding .secTimeline .readTxt .notes {
  margin-top: 3rem;
}
body.photowedding .secContact {
  background: #718162 !important;
  color: #fff;
}
@media screen and (max-width: 991px) {
  body.photowedding .secContact {
    padding: 3rem 0 5rem !important;
  }
}
body.photowedding .secContact ul.inqType li {
  color: #3E3A39;
}
body.photowedding .secContact ul.inqType li i {
  color: #718162;
}
body.photowedding .secContact ul.inqType li img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(6%) saturate(1352%) hue-rotate(48deg) brightness(94%) contrast(96%);
}
body.photowedding .secAccess {
  background: #718162 !important;
  color: #fff;
  padding-bottom: 16rem !important;
}
@media screen and (max-width: 991px) {
  body.photowedding .secAccess {
    padding-bottom: 4rem !important;
  }
}
body.photowedding .secAccess .inner-l {
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secAccess .inner-l {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 991px) {
  body.photowedding .secAccess .inner-l .map {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  body.photowedding .secAccess .inner-l .txtBox {
    padding: 2rem 0 0rem;
    width: 90%;
    margin: 0 auto;
  }
}
body.photowedding .secAccess .inner-l .txtBox .ttl2 {
  font-size: 2.5rem;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  body.photowedding .secAccess .inner-l .txtBox .ttl2 {
    font-size: 1.7rem;
  }
}
body.photowedding .secAccess .inner-l .txtBox hr {
  width: 60px;
  opacity: 1;
  margin: 3rem 0 4rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secAccess .inner-l .txtBox hr {
    display: none;
  }
}
body.photowedding .secAccess .inner-l .txtBox .address {
  font-size: 1.7rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secAccess .inner-l .txtBox .address {
    font-size: 1.1rem;
  }
}
body.photowedding .secAccess .inner-l .txtBox .tel {
  font-size: 3.8rem;
}
@media screen and (max-width: 991px) {
  body.photowedding .secAccess .inner-l .txtBox .tel {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  body.photowedding .secAccess .inner-l .txtBox .tel .tel-link a {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
body.photowedding footer#footer {
  background: #718162 !important;
  color: #fff;
}
body.photowedding footer#footer a {
  color: #fff;
}
body.photowedding footer#footer a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(99deg) brightness(102%) contrast(100%);
}
body.photowedding.new .secRead .readTxt {
  width: 600px;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead .readTxt {
    width: 100%;
  }
}
body.photowedding.new .secRead .readTxt .boldGreen {
  font-size: 2.4rem;
  color: #607B4B;
  line-height: 2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead .readTxt .boldGreen {
    font-size: 1.3rem;
  }
}
body.photowedding.new .secRead .readTxt::before {
  top: -25vw;
  bottom: auto;
}
body.photowedding.new .secRead .readTxt::after {
  bottom: -6rem;
}
body.photowedding.new .secRead h2.ttl2 {
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead h2.ttl2 {
    margin-bottom: 2rem !important;
    font-size: 1.2rem !important;
  }
}
body.photowedding.new .secRead h2.ttl2 span {
  display: inline-block;
  font-size: 5.5rem;
  margin: 3rem 0 1rem;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead h2.ttl2 span {
    font-size: 2.1rem;
    margin: 2rem 0 1rem;
  }
}
body.photowedding.new .secRead .notes {
  text-align: center;
  margin-bottom: 13rem !important;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead .notes {
    margin-bottom: 3rem !important;
    font-size: 1rem;
  }
}
body.photowedding.new .secRead .inner-m {
  padding: 0 1.5rem;
  max-width: calc(1000px + 3rem);
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead .inner-m {
    padding: 0;
    max-width: 80%;
    margin-bottom: 5rem;
  }
}
body.photowedding.new .secRead .inner-m .txtBox {
  padding: 0;
  align-items: normal;
  margin-bottom: 7rem;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead .inner-m .txtBox {
    border-radius: 10px;
    display: flex;
    margin-bottom: 1.5rem;
  }
}
body.photowedding.new .secRead .inner-m .txtBox .num {
  width: calc(100% - 700px);
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead .inner-m .txtBox .num {
    width: calc(100% - 250px);
    font-size: 1rem;
  }
}
body.photowedding.new .secRead .inner-m .txtBox .num.num1 {
  background: #80964B;
}
body.photowedding.new .secRead .inner-m .txtBox .num.num2 {
  background: #B4964B;
}
body.photowedding.new .secRead .inner-m .txtBox .num.num3 {
  background: #908CA7;
}
body.photowedding.new .secRead .inner-m .txtBox .num .numWrap span {
  font-size: 7.5rem;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead .inner-m .txtBox .num .numWrap span {
    font-size: 2.2rem;
  }
}
body.photowedding.new .secRead .inner-m .txtBox .txt {
  width: 700px;
  padding: 8rem 7rem;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead .inner-m .txtBox .txt {
    width: 250px;
    padding: 1.5rem;
  }
}
body.photowedding.new .secRead .inner-m .txtBox .txt .list {
  font-size: 1.8rem;
  margin-bottom: 4rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead .inner-m .txtBox .txt .list {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
body.photowedding.new .secRead .inner-m .txtBox .txt .planTtl {
  background: #FFFF50;
  font-size: 3.1rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 4rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead .inner-m .txtBox .txt .planTtl {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
body.photowedding.new .secRead .inner-m .txtBox .txt .info {
  font-size: 2.5rem;
  line-height: 2;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead .inner-m .txtBox .txt .info {
    font-size: 1rem;
  }
}
body.photowedding.new .secRead .inner-m .txtBox .txt .info span {
  font-weight: bold;
  margin-left: 1rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead .inner-m .txtBox .txt .info span {
    margin-left: 0.5rem;
  }
}
body.photowedding.new .secRead .inner-m .txtBox .txt .notes {
  margin-top: 3rem;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secRead .inner-m .txtBox .txt .notes {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
}
body.photowedding.new .secPoint {
  padding: 12rem 1.5rem 8rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPoint {
    padding: 4rem 1.5rem 2rem;
  }
}
body.photowedding.new .secPoint::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/photo-wedding/new/point-bg.png") no-repeat;
  width: 575px;
  height: 567px;
  z-index: -1;
  right: -5rem;
  top: 17vw;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPoint::before {
    background-size: 120px;
    width: 120px;
    right: 0;
    height: 120px;
    top: 44vw;
  }
}
body.photowedding.new .secPoint .readTtl {
  font-size: 3rem;
  margin-bottom: 8rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPoint .readTtl {
    font-size: 1.1rem;
    margin-bottom: 3rem;
  }
}
body.photowedding.new .secPoint .readTtl span {
  font-size: 5.6rem;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPoint .readTtl span {
    font-size: 1.8rem;
  }
}
body.photowedding.new .secPoint .pointBox {
  margin-bottom: 9rem;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPoint .pointBox {
    margin-bottom: 4rem;
  }
}
body.photowedding.new .secPoint .pointBox h3 {
  font-size: 3.7rem;
  border: none;
  position: relative;
  padding: 0;
  margin-bottom: 3rem;
  display: inline-block;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPoint .pointBox h3 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
body.photowedding.new .secPoint .pointBox h3::before {
  content: "";
  display: block;
  position: absolute;
  background: #FFFF50;
  width: 100%;
  height: 20px;
  z-index: -1;
  bottom: -0.5rem;
  left: 0;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPoint .pointBox h3::before {
    height: 10px;
  }
}
body.photowedding.new .secPoint .pointBox h3.lin1 {
  margin-bottom: 0.5rem;
}
body.photowedding.new .secPoint .pointBox .readTxt {
  width: 100%;
}
body.photowedding.new .secPoint .pointBox ul {
  gap: 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPoint .pointBox ul {
    gap: 1rem;
    margin-top: 2rem;
  }
}
body.photowedding.new .secPoint .pointBox ul li {
  width: calc(33.33% - 2rem);
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPoint .pointBox ul li {
    width: calc(33.33% - 0.6666666667rem);
  }
}
body.photowedding.new .secPrice {
  padding: 0 0 10rem;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPrice {
    padding: 0 0 3rem;
  }
}
body.photowedding.new .secPrice img {
  margin-bottom: 12rem;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPrice img {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPrice .priceBox .price .readTxt {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
body.photowedding.new .secTimeline {
  background: #DBDDCD !important;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secTimeline {
    padding-bottom: 2rem !important;
  }
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secTimeline h3 {
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem !important;
  }
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secTimeline .arrow {
    margin-bottom: 1rem !important;
  }
}
body.photowedding.new .secPhotos {
  padding: 169vw 0 0 !important;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPhotos {
    margin-top: 2rem;
  }
}
body.photowedding.new .secPhotos .img.img01 {
  width: 47% !important;
  top: 7vw !important;
}
body.photowedding.new .secPhotos .img.img02 {
  max-width: 584px !important;
  left: 50% !important;
  top: 7vw !important;
  width: 35% !important;
}
body.photowedding.new .secPhotos .img.img03 {
  max-width: 691px !important;
  left: 52% !important;
  top: 35vw !important;
  width: 39% !important;
}
body.photowedding.new .secPhotos .img.img04 {
  top: 42vw !important;
  max-width: 521px !important;
  left: 10% !important;
  width: 29% !important;
}
body.photowedding.new .secPhotos .img.img05 {
  max-width: 461px !important;
  top: 58vw !important;
  right: 0% !important;
  width: 26% !important;
  left: auto !important;
}
body.photowedding.new .secPhotos .img.img06 {
  max-width: 670px !important;
  top: 68.5vw !important;
  right: auto !important;
  width: 36% !important;
  left: 37% !important;
}
body.photowedding.new .secPhotos .img.img07 {
  max-width: 488px !important;
  top: 79vw !important;
  width: 26% !important;
  left: 6% !important;
}
body.photowedding.new .secPhotos .img.img08 {
  max-width: 539px !important;
  top: 90vw !important;
  left: auto !important;
  width: 29% !important;
  right: 9% !important;
  z-index: 3 !important;
}
body.photowedding.new .secPhotos .img.img09 {
  max-width: 550px !important;
  top: 97.5vw !important;
  right: auto !important;
  width: 29% !important;
  left: 24% !important;
}
body.photowedding.new .secPhotos .img.img10 {
  max-width: 510px !important;
  top: 113vw !important;
  left: auto !important;
  width: 27% !important;
  right: 4% !important;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPhotos .img.img10 {
    right: 3.2% !important;
  }
}
body.photowedding.new .secPhotos .img.img11 {
  max-width: 980px !important;
  top: 121vw !important;
  right: auto !important;
  width: 52% !important;
  left: 17.7% !important;
}
body.photowedding.new .secPhotos .img.imgCamera1 {
  top: 3vw !important;
  max-width: 247px !important;
  right: 8% !important;
  width: 13% !important;
}
@media screen and (max-width: 991px) {
  body.photowedding.new .secPhotos .img.imgCamera1 {
    right: 4% !important;
  }
}
body.photowedding.new .secPhotos .img.imgCamera2 {
  top: 63vw !important;
  max-width: 145px !important;
  left: 41% !important;
  width: 8% !important;
}
body.photowedding.new .secPhotos .img.imgCamera3 {
  top: 113vw !important;
  max-width: 234px !important;
  left: 8% !important;
  width: 13% !important;
}
body:not(.top) .topFixedBox {
  display: none;
}

/*------------------------------------------------------------
  Loader
  ------------------------------------------------------------*/
#loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  background-color: #D5D0CA;
  z-index: 10000;
  top: 0;
}
#loader h2 {
  text-align: center;
  color: #633E17;
  font-family: arial;
  font-size: 2.6rem;
  letter-spacing: 3px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  animation: float 1.5s linear infinite;
  animation-direction: alternate;
  margin-top: -10%;
}
@media screen and (max-width: 991px) {
  #loader h2 {
    font-size: 1.6rem;
  }
}
#loader.loaded {
  animation: fadeOut 0.5s forwards;
}
#loader img {
  max-width: 200px;
}
@media screen and (max-width: 991px) {
  #loader img {
    max-width: 130px;
  }
}

@keyframes float {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}/*# sourceMappingURL=page.css.map */