@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  TOP/下層共通
  ------------------------------------------------------------*/
.mainWrap .secAccess {
  background: #718162;
  padding: 0 1.5rem 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .inner {
    width: 100%;
    display: block;
  }
}
.mainWrap .secAccess .inner.access1 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .inner.access1 {
    margin-bottom: 3rem;
  }
}
.mainWrap .secAccess .inner.access2 .txtBox {
  padding: 5rem 0rem 0rem 6rem;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .inner.access2 .txtBox {
    padding: 0;
  }
}
.mainWrap .secAccess .map {
  width: 55.5%;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .map {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.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: 44.5%;
  color: #fff;
  font-weight: 100;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .txtBox {
    padding: 0;
    text-align: center;
    width: 100%;
  }
}
.mainWrap .secAccess .txtBox .ttl2 {
  font-size: 2.8rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .txtBox .ttl2 {
    font-size: 1.4rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.mainWrap .secAccess .txtBox .ttl2::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  background: #fff;
  height: 1px;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .txtBox .ttl2::after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.mainWrap .secAccess .txtBox .address {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .txtBox .address {
    font-size: 1.1rem;
  }
}
.mainWrap .secAccess .txtBox .tel {
  font-size: 3.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .txtBox .tel {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .mainWrap .secAccess .txtBox .tel span a {
    color: #fff;
  }
}
.mainWrap .secAccess .txtBox .cp {
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .mainWrap .secAccess .txtBox .cp {
    font-size: 1.1rem;
  }
}
.mainWrap .linkBanFair {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .mainWrap .linkBanFair {
    width: 100%;
  }
}
.mainWrap .linkBanFair a:hover {
  opacity: 1 !important;
}
.mainWrap .linkBanFair a:hover img {
  filter: brightness(1.05);
}

/*------------------------------------------------------------
  TOP
  ------------------------------------------------------------*/
.mainWrap.-top .secMv {
  padding: 0;
  height: calc(100vh - 95px);
  position: relative;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv {
    height: auto;
  }
}
.mainWrap.-top .secMv img.bg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  height: inherit;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv img.bg {
    margin-top: 45px;
    min-height: 550px;
  }
}
.mainWrap.-top .secMv .txtWrap {
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 200px);
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv .txtWrap {
    width: 240px;
    height: 240px;
    top: calc(50% - 120px);
    left: calc(50% - 120px);
  }
}
.mainWrap.-top .secMv .txtWrap::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, #000, rgba(0, 0, 0, 0));
  border-radius: 50%;
  filter: blur(100px);
  position: absolute;
  width: 100%;
  height: 100%;
}
.mainWrap.-top .secMv .txtWrap img {
  position: relative;
  z-index: 10;
  width: 265px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv .txtWrap img {
    width: 130px;
  }
}
.mainWrap.-top .secRead {
  padding: 21rem 1.5rem 0;
  position: relative;
  background: #d98733;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead {
    padding: 4.5rem 4rem 0;
  }
}
.mainWrap.-top .secRead::before {
  content: "";
  display: block;
  background: url("/lp/special/assets/img/read-bg1.png") no-repeat;
  position: absolute;
  width: 1222px;
  height: 781px;
  top: 31rem;
  left: 0;
  mix-blend-mode: screen;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead::before {
    background: url("/lp/special/assets/img/read-bg1-sp.png") no-repeat;
    width: 322px;
    height: 206px;
    top: 15.5rem;
  }
}
.mainWrap.-top .secRead::after {
  content: "";
  display: block;
  background: url("/lp/special/assets/img/read-bg2.png") no-repeat;
  position: absolute;
  width: 514px;
  height: 506px;
  top: 76rem;
  left: -5.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead::after {
    top: auto;
    bottom: 101rem;
    width: 128px;
    height: 126px;
    background-size: 128px;
    left: -2rem;
  }
}
.mainWrap.-top .secRead h2#concept {
  font-weight: 500;
  margin-bottom: 18rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead h2#concept {
    margin-bottom: 10rem;
  }
}
.mainWrap.-top .secRead h2#concept .conceptTtl {
  font-size: 3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead h2#concept .conceptTtl {
    font-size: 1.6rem;
  }
}
.mainWrap.-top .secRead h2#concept .-yellow {
  font-size: 6.8rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead h2#concept .-yellow {
    font-size: 3.4rem;
  }
}
.mainWrap.-top .secRead h2#concept .-yellow .small {
  font-size: 6.3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead h2#concept .-yellow .small {
    font-size: 3.3rem;
  }
}
.mainWrap.-top .secRead .readTxt {
  margin-bottom: 15rem;
  font-size: 1.8rem;
  font-weight: 100;
  position: relative;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .readTxt {
    font-size: 1.1rem;
    margin-bottom: 5rem;
  }
}
.mainWrap.-top .secRead .attBox {
  max-width: 1030px;
  margin: 0 auto 6rem;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .attBox {
    margin: 0 auto 5rem;
  }
}
.mainWrap.-top .secRead .attBox .txtArea {
  width: calc(100% - 430px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .attBox .txtArea {
    width: 100%;
    order: 2;
  }
}
.mainWrap.-top .secRead .attBox .txtArea .ttl {
  color: #fff100;
  font-size: 3rem;
  letter-spacing: 0.14em;
  font-weight: 100;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .attBox .txtArea .ttl {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secRead .attBox .txtArea .readTxt {
  margin-bottom: 0;
  line-height: 2.4;
  font-weight: 100;
}
.mainWrap.-top .secRead .attBox img {
  width: 430px;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .attBox img {
    width: 100%;
    order: 1;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secRead .linkBanFair {
  padding-top: 7.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .linkBanFair {
    padding-top: 0;
  }
}
.mainWrap.-top .secRead img.btm {
  margin: 14.5rem -1.5rem 0;
  max-width: calc(100% + 3rem);
  width: calc(100% + 3rem);
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead img.btm {
    margin: 7rem -4rem 0;
    max-width: calc(100% + 8rem);
    width: calc(100% + 8rem);
  }
}
.mainWrap.-top .secReason {
  background: #f1f2f0;
  color: #3e3a39;
  padding-top: 13.5rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secReason {
    padding-top: 5rem;
    padding-bottom: 3rem;
    overflow: inherit;
  }
}
.mainWrap.-top .secReason::before, .mainWrap.-top .secReason::after {
  display: none;
}
.mainWrap.-top .secReason::after {
  content: "";
  display: block;
  background: url("/lp/special/assets/img/reason-bg.png") no-repeat;
  position: absolute;
  width: 1920px;
  height: 482px;
  top: 85rem;
  background-position: calc(100% + 7rem) center;
  left: 0;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secReason::after {
    width: 118px;
    height: 116px;
    background-size: 118px;
    background-position: 0.5rem center;
    top: auto;
    bottom: -5rem;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secReason .attBox {
    margin-bottom: 4rem;
  }
}
.mainWrap.-top .secReason .attBox .txtArea .ttl {
  color: #a9805f;
}
.mainWrap.-top .secSeries {
  background: #e7dfd4;
  padding-top: 11rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secSeries {
    padding: 5rem 4rem 3rem;
  }
}
.mainWrap.-top .secSeries h2 {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secSeries h2 {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
.mainWrap.-top .secSeries .readTxt {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secSeries .readTxt {
    margin-bottom: 4rem;
  }
}
.mainWrap.-top .secSeries .attBox {
  width: 1030px;
  margin: 0 auto 7.5rem;
  align-items: center;
  background: #fff;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secSeries .attBox {
    margin: 0 auto 4.5rem;
    width: 100%;
  }
}
.mainWrap.-top .secSeries .attBox img {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secSeries .attBox img {
    width: 100%;
    order: 1;
  }
}
.mainWrap.-top .secSeries .attBox .txtArea {
  width: 50%;
  font-weight: 100;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secSeries .attBox .txtArea {
    width: 100%;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 2;
  }
}
.mainWrap.-top .secSeries .attBox .txtArea .subTtl {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secSeries .attBox .txtArea .subTtl {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secSeries .attBox .txtArea .ttl {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #a9805f;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secSeries .attBox .txtArea .ttl {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secSeries .attBox .txtArea .season {
  font-size: 1.8rem;
  color: #a9805f;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secSeries .attBox .txtArea .season {
    font-size: 1.1rem;
  }
}
.mainWrap.-top .secPhotos .linkBanFair {
  padding: 12rem 0;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secPhotos .linkBanFair {
    padding: 4rem 4rem 3rem;
  }
}
.mainWrap.-top .secPhotos {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secPhotos {
    padding: 1rem 0;
  }
}
.mainWrap.-top .secPhotos .grid {
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secPhotos .grid {
    gap: 1rem;
  }
}
.mainWrap.-top .secPhotos .grid img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.mainWrap.-top .secPhotos .grid .img06 {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secPhotos .grid .img06 {
    grid-row: 4/6;
    height: 210px;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secPhotos .grid .img07, .mainWrap.-top .secPhotos .grid .img08 {
    height: 100px;
  }
}
.mainWrap.-top .secPhotos .grid .img09 {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secPhotos .grid .img09 {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secPhotos .grid .img01 {
    grid-column: 1/3;
  }
}
.mainWrap.-top .secPhotos .grid.grid1 {
  grid-template-columns: 2fr 1.1fr 1.03fr;
  margin-bottom: 2rem;
}
.mainWrap.-top .secPhotos .grid.grid1 .img01 {
  grid-row: 1/3;
}
.mainWrap.-top .secPhotos .grid.grid1 .img03 {
  grid-row: 2/3;
}
.mainWrap.-top .secPhotos .grid.grid2 {
  grid-template-columns: 405fr 334fr 778fr 345fr;
}
.mainWrap.-top .secPhotos .grid.grid2 .img06 {
  grid-row: 1/3;
}
.mainWrap.-top .secPhotos .grid.grid2 .img08 {
  grid-row: 2/3;
}
.mainWrap.-top .secPhotos .grid.grid2 .img09 {
  grid-row: 1/3;
}
.mainWrap.-top .secContact {
  background: #718162;
  padding-top: 14.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact {
    padding: 4rem 4rem 7rem;
  }
}
.mainWrap.-top .secContact h2 {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact h2.baseTtl img {
    width: 104px;
  }
}
.mainWrap.-top .secContact .formBox {
  background: #EAEAE4;
  padding: 8.5rem 3rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .formBox {
    padding: 4rem 0 3rem;
    width: 90%;
    margin: 0 auto 4rem;
  }
}
.mainWrap.-top .secContact .formBox .formInner {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .formBox .formInner {
    width: 75%;
  }
}
.mainWrap.-top .secContact .formBox .formInner dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .formBox .formInner dl {
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secContact .formBox .formInner dl dt {
  width: 380px;
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .formBox .formInner dl dt {
    width: 100%;
    font-size: 1.1rem;
    padding-top: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secContact .formBox .formInner dl dt span {
  margin-right: 2rem;
  color: #717071;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .formBox .formInner dl dt span {
    margin-right: 1rem;
  }
}
.mainWrap.-top .secContact .formBox .formInner dl dt span.required {
  color: #FF9221;
}
.mainWrap.-top .secContact .formBox .formInner dl dd {
  width: calc(100% - 380px);
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .formBox .formInner dl dd {
    width: 100%;
    font-size: 1.6rem;
  }
}
.mainWrap.-top .secContact .formBox .formInner dl dd input, .mainWrap.-top .secContact .formBox .formInner dl dd textarea {
  padding: 0.5rem 1rem 0.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .formBox .formInner dl dd input, .mainWrap.-top .secContact .formBox .formInner dl dd textarea {
    padding: 0.3rem 0.5rem;
    font-size: 1.6rem;
  }
}
.mainWrap.-top .secContact .formBox .formInner dl dd input:focus, .mainWrap.-top .secContact .formBox .formInner dl dd input:focus-visible, .mainWrap.-top .secContact .formBox .formInner dl dd textarea:focus, .mainWrap.-top .secContact .formBox .formInner dl dd textarea:focus-visible {
  outline: 1px solid #A8BD85;
}
.mainWrap.-top .secContact .formBox .formInner .notes {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .formBox .formInner .notes {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
  }
}
.mainWrap.-top .secContact .formBox .formInner .btnBox {
  justify-content: center;
  gap: 2rem 3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .formBox .formInner .btnBox {
    gap: 1rem 0;
    flex-direction: column;
    align-items: center;
  }
}
.mainWrap.-top .secContact .formBox .formInner .btnBox input {
  background: #718162;
  color: #fff;
  font-size: 2rem;
  width: 210px;
  height: 55px;
  padding: 0;
  line-height: 55px;
  border-radius: 28px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .formBox .formInner .btnBox input {
    font-size: 1.2rem;
    width: 110px;
    height: 25px;
    line-height: 25px;
  }
}
.mainWrap.-top .secContact .formBox .formInner .btnBox input:focus, .mainWrap.-top .secContact .formBox .formInner .btnBox input:focus-visible {
  outline: none;
}
.mainWrap.-top .secContact .formBox .formInner .btnBox input:hover {
  opacity: 0.8;
}
.mainWrap.-top .secContact .formBox .mw_wp_form_confirm .formInner dl dt {
  padding-top: 0;
}
.mainWrap.-top .secContact .formBox .mw_wp_form_confirm .formInner dl dt span {
  display: none;
}
.mainWrap.-top .secLinks {
  background: #d98733;
  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;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.orgwed {
    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: 654px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.orgwed .txtBox img {
    position: relative;
    top: 0;
    right: 0;
    width: 90%;
    margin-bottom: 2rem;
  }
}
.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 {
  padding-bottom: 16vw;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .pageBox.schfaq {
    padding-bottom: 0;
  }
}
.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 .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: -7vw;
  padding-bottom: 9vw;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secLinks .photoBox .pageBox {
    display: block;
    padding-bottom: 5rem;
    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: 5rem 0 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: #D5D0CA;
  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 Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-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.-top .secCamp {
  padding: 12rem 1.5rem 0;
  margin-top: 95px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secCamp {
    padding: 3rem 0 0;
    margin-top: 0;
  }
}
.mainWrap.-top .secCamp .inner-m {
  position: relative;
  background: #BDDCE2;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secCamp .inner-m {
    width: 95%;
  }
}
.mainWrap.-top .secCamp .inner-m::before {
  content: url("/lp/cp2023/assets/img/cp-bg01.png");
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.mainWrap.-top .secCamp .inner-m::after {
  content: url("/lp/cp2023/assets/img/cp-bg02.png");
  position: absolute;
  right: 0;
  bottom: -7px;
  z-index: -1;
}
.mainWrap.-top .secCamp .inner-m .cir {
  background: #2C8092;
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  width: 210px;
  height: 210px;
  position: absolute;
  border-radius: 105px;
  padding: 2.5rem 0 0rem;
  top: 4rem;
  left: 5rem;
  transform: rotate(-7deg);
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secCamp .inner-m .cir {
    font-size: 2rem;
    width: 135px;
    height: 135px;
    padding: 2.5rem 0 0rem;
    top: 1rem;
    left: 1rem;
    transform: rotate(-5deg);
  }
}
.mainWrap.-top .secCamp .inner-m .cir .centerBold {
  font-weight: 700;
  margin: 0rem 0 1rem;
}
.mainWrap.-top .secCamp .inner-m .cir .centerBold span {
  font-size: 7.3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secCamp .inner-m .cir .centerBold span {
    font-size: 3.5rem;
  }
}
.mainWrap.-top .secCamp .inner-m .ttl1 {
  color: #2C8092;
  font-size: 5.8rem;
  font-weight: 500;
  padding: 6rem 0 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secCamp .inner-m .ttl1 {
    font-size: 3.2rem;
    padding: 16rem 0 2rem 0;
  }
}
.mainWrap.-top .secCamp .inner-m .ttl2 {
  color: #2C8092;
  font-size: 2.6rem;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.4);
  padding: 1.5rem 0;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secCamp .inner-m .ttl2 {
    font-size: 1.8rem;
  }
}
.mainWrap.-top .secCamp .inner-m .infoTxt {
  padding: 1.5rem 0;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secCamp .inner-m .infoTxt {
    padding: 1.5rem;
  }
}
.mainWrap.-top .secCamp .inner-m .infoTxt .ttl {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secCamp .inner-m .infoTxt .ttl {
    font-size: 1.2rem;
  }
}
.mainWrap.-top .secCamp .inner-m .infoTxt .readTxt {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secCamp .inner-m .infoTxt .readTxt {
    font-size: 1.2rem;
  }
}
.mainWrap.-top .secCamp .inner-m .sns {
  justify-content: center;
  padding: 0 0 2rem;
  font-size: 4rem;
  gap: 5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secCamp .inner-m .sns {
    padding: 0 0 1rem;
  }
}
.mainWrap.-top .secCamp .inner-m .sns a i {
  color: #2C8092;
}

#sm-overlay-search-box {
  display: none;
}

/*------------------------------------------------------------
  下層ページ共通
  ------------------------------------------------------------*/
.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: #d98733;
  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: 991px) {
  .secContact ul.inqType {
    width: 100%;
    margin: 0 auto;
    gap: 2rem;
  }
}
.secContact ul.inqType li {
  width: calc(33.33% - 3.34rem);
  background: #EAEAE4;
  text-align: center;
  padding: 6rem 1.5rem 6rem;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li {
    width: 100%;
    padding: 2rem 2rem 2.5rem;
  }
}
.secContact ul.inqType li i {
  font-size: 6rem;
  margin-bottom: 4rem;
  color: #718162;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li i {
    font-size: 3.4rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li .tbWrap {
    text-align: center;
  }
}
.secContact ul.inqType li h3.ttl {
  font-size: 1.9rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li h3.ttl {
    padding: 0.5rem 2rem 0;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
}
.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%;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li .pageLink a {
    background: #718162;
    color: #fff;
    font-size: 1rem;
    padding: 0.5rem 2rem 0.6rem;
  }
}
.secContact ul.inqType li img {
  height: auto;
  width: 60px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li img {
    height: auto;
    margin-bottom: 1rem;
    width: 34px;
  }
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li .linkWrap {
    text-align: center;
  }
}
.secContact ul.inqType li .tel {
  font-size: 2.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li .tel {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    background: #718162;
    display: inline-block;
    padding: 0rem 2rem 0.2rem;
    color: #fff;
  }
  .secContact ul.inqType li .tel span a {
    color: #fff;
  }
}

.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: 9rem;
  justify-content: center;
  margin-bottom: 5rem;
}
@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 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;
}
@media screen and (max-width: 991px) {
  body.aboutus .secProduce .place .placeBox .more {
    font-size: 1.5rem;
  }
}
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: #d98733;
}
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: #d98733;
}
@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: #d98733;
}
body.blog, body.blogDetail {
  background: #d98733;
}
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 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 .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;
}
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: #d98733;
    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: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100px);
}
body.bridalphoto .mainWrap.-top .secRead {
  background: #E1CBB6;
}
body.bridalphoto .mainWrap.-top .secRead h2.minTtl {
  font-size: 2.6rem;
  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 .secPhotos {
  position: relative;
  padding: 155vw 0 0;
  background: #E1CBB6;
}
@media screen and (max-width: 991px) {
  body.bridalphoto .mainWrap.-top .secPhotos {
    overflow: inherit;
    padding-top: 280vw;
  }
}
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.1%;
  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.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;
  }
}
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.gnav-none header .navbar,
body.gnav-none header .rightFixedBox,
body.gnav-none header .topFixedBox {
  display: none !important;
}

/*------------------------------------------------------------
  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 */