@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
/*------------------------------------------------------------
  TOP
  ------------------------------------------------------------*/
.mainWrap {
  background: url(/assets/img/bg-wood.webp) repeat center top;
  overflow-x: hidden;
  margin: 0;
}
.mainWrap .linkBtn a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  width: 512px;
  height: 75px;
  background: #000;
  margin: 0 auto;
  line-height: 75px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .mainWrap .linkBtn a {
    font-size: 1.2rem;
    width: 280px;
    height: 40px;
    line-height: 40px;
  }
}
.mainWrap .linkBtn a img {
  width: 14px;
  position: absolute;
  right: 1.5rem;
  top: 3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap .linkBtn a img {
    width: 11px;
    right: 1rem;
    top: 1.4rem;
  }
}
.mainWrap.-top section {
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .mainWrap.-top section {
    width: 100%;
    max-width: 375px;
  }
}
.mainWrap.-top .secMv {
  height: 1080px;
  position: relative;
  z-index: 20;
}
@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: 100%;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv img.bg {
    height: 520px;
  }
}
.mainWrap.-top .secMv img.btm {
  position: absolute;
  left: 50rem;
  top: 10rem;
  z-index: 10;
  max-width: 1000px;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secMv img.btm {
    max-width: 326px;
    bottom: inherit;
    top: 7rem;
    left: 0;
  }
}
.mainWrap.-top .secRead {
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead {
    padding-bottom: 10rem;
  }
}
.mainWrap.-top .secRead::before {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/read-bg-left.png") no-repeat;
  width: 260px;
  height: 568px;
  z-index: 10;
  top: 12rem;
  left: 1rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead::before {
    left: -2rem;
    width: 92px;
    background-size: 92px;
    height: 200px;
    top: 3.5rem;
  }
}
.mainWrap.-top .secRead::after {
  content: "";
  display: block;
  position: absolute;
  background: url("/assets/img/read-bg-right.png") no-repeat;
  width: 147px;
  height: 259px;
  z-index: 10;
  top: 79rem;
  right: 28rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead::after {
    width: 46px;
    background-size: 46px;
    top: 48rem;
    right: -1rem;
    height: 85px;
  }
}
.mainWrap.-top .secRead > .txtBox {
  font-size: 3rem;
  line-height: 50px;
  margin-top: 16rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead > .txtBox {
    font-size: 1.1rem;
    line-height: 22px;
    padding-top: 20rem;
    margin-top: 0;
    padding-bottom: 24rem;
  }
}
.mainWrap.-top .secRead > .txtBox::before {
  content: "";
  display: block;
  position: absolute;
  --sample-color: 255 255 255;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--sample-color)), rgb(var(--sample-color)/0%));
  border-radius: 50%;
  filter: blur(50px);
  width: 700px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  top: -26rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead > .txtBox::before {
    top: 8rem;
    width: 300px;
  }
}
.mainWrap.-top .secRead .imgArea {
  position: relative;
  padding-bottom: 85rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .imgArea {
    position: absolute;
    width: 100%;
    top: 0rem;
    max-width: 375px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.mainWrap.-top .secRead .imgArea img {
  position: absolute;
}
.mainWrap.-top .secRead .imgArea .img1 {
  width: 362px;
  position: absolute;
  top: -17rem;
  left: 15rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .imgArea .img1 {
    width: 138px;
    top: 0;
    left: 4rem;
  }
}
.mainWrap.-top .secRead .imgArea .img2 {
  position: absolute;
  width: 362px;
  right: 22rem;
  top: -18rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .imgArea .img2 {
    width: 117px;
    top: 1rem;
    right: 5rem;
  }
}
.mainWrap.-top .secRead .imgArea .img3 {
  position: absolute;
  width: 243px;
  top: 5rem;
  left: 54rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .imgArea .img3 {
    width: 76px;
    top: 11.5rem;
    left: 4rem;
  }
}
.mainWrap.-top .secRead .imgArea .img4 {
  position: absolute;
  width: 460px;
  top: 6rem;
  right: 5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .imgArea .img4 {
    width: 146px;
    top: 9.5rem;
    right: -1rem;
  }
}
.mainWrap.-top .secRead .imgArea .img5 {
  position: absolute;
  width: 298px;
  top: 19rem;
  left: 15rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .imgArea .img5 {
    width: 95px;
    top: 19.5rem;
    left: -1rem;
  }
}
.mainWrap.-top .secRead .imgArea .img6 {
  width: 361px;
  position: absolute;
  top: 17rem;
  left: 89rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .imgArea .img6 {
    width: 115px;
    top: 32.5rem;
    left: 19.7rem;
  }
}
.mainWrap.-top .secRead .imgArea .img7 {
  position: absolute;
  width: 326px;
  top: 31rem;
  left: 54rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .imgArea .img7 {
    width: 108px;
    left: 2rem;
    top: 32.5rem;
  }
}
.mainWrap.-top .secRead .imgArea .img8 {
  position: absolute;
  width: 298px;
  top: 39rem;
  right: 30rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .imgArea .img8 {
    width: 95px;
    top: 20rem;
    right: -1rem;
  }
}
.mainWrap.-top .secRead .imgArea .img9 {
  position: absolute;
  width: 177px;
  top: 49rem;
  right: 8rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .imgArea .img9 {
    width: 55px;
    top: 30.5rem;
    right: 0rem;
  }
}
.mainWrap.-top .secRead .imgArea .img10 {
  position: absolute;
  width: 240px;
  top: 60rem;
  left: 8rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .imgArea .img10 {
    width: 76px;
    top: 41.5rem;
    left: 0rem;
  }
}
.mainWrap.-top .secRead .imgArea .img11 {
  width: 312px;
  position: absolute;
  top: 55rem;
  left: 45rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .imgArea .img11 {
    width: 100px;
    top: 44rem;
    left: 9rem;
  }
}
.mainWrap.-top .secRead .imgArea .img12 {
  position: absolute;
  width: 388px;
  right: 37rem;
  top: 72rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .imgArea .img12 {
    width: 124px;
    right: 1rem;
    top: 50rem;
  }
}
.mainWrap.-top .secRead .whyBox {
  background: url(/assets/img/read-why-bg.png?20251221) no-repeat center top;
  padding-top: 45rem;
  padding-bottom: 28.5rem;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .whyBox {
    background: url(/assets/img/read-why-bg-sp.png?20251221) no-repeat center top;
    background-size: 375px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-top: 4rem;
  }
}
.mainWrap.-top .secRead .whyBox .txtBox {
  font-size: 1.8rem;
  line-height: 37px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .whyBox .txtBox {
    font-size: 1rem;
    line-height: 19px;
    padding-top: 16.3rem;
    padding-bottom: 7rem;
    letter-spacing: 0;
  }
}
.mainWrap.-top .secRead .whyBox img {
  position: absolute;
  width: 735px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -14rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .whyBox img {
    bottom: -9rem;
    width: 275px;
  }
}
.mainWrap.-top .secRead .answerBox {
  background: url(/assets/img/read-answer-bg.png) no-repeat 32.8rem top;
  padding-top: 30.5rem;
  padding-bottom: 0rem;
  position: relative;
  z-index: -2;
  margin-top: -8rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox {
    background: url(/assets/img/read-answer-bg-sp.png) no-repeat 0rem top;
    background-size: 394px;
    margin-top: 1rem;
    padding-top: 15rem;
  }
}
.mainWrap.-top .secRead .answerBox .mainTtl {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .mainTtl {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 2.5rem;
  }
}
.mainWrap.-top .secRead .answerBox .mainTtl img {
  width: 124px;
  vertical-align: -36px;
  filter: brightness(0) saturate(100%) invert(27%) sepia(50%) saturate(255%) hue-rotate(341deg) brightness(96%) contrast(89%);
  margin-right: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .mainTtl img {
    width: 57px;
    vertical-align: -15px;
    margin-right: 0.7rem;
  }
}
.mainWrap.-top .secRead .answerBox .pointBox {
  margin: 0 auto;
  width: 650px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .pointBox {
    width: 275px;
    margin-bottom: 3.5rem !important;
  }
}
.mainWrap.-top .secRead .answerBox .pointBox.point1 {
  margin-bottom: 26rem;
}
.mainWrap.-top .secRead .answerBox .pointBox.point2 {
  margin-bottom: 24rem;
}
.mainWrap.-top .secRead .answerBox .pointBox.point3 {
  margin-bottom: 30rem;
}
.mainWrap.-top .secRead .answerBox .pointBox .ttl {
  font-size: 3.2rem;
  padding-left: 6rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .pointBox .ttl {
    font-size: 1.8rem;
    padding-left: 0;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secRead .answerBox .pointBox .ttl img {
  width: 66px;
  vertical-align: -2px;
  margin-right: 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .pointBox .ttl img {
    width: 39px;
    vertical-align: -2px;
    margin-right: 0.5rem;
  }
}
.mainWrap.-top .secRead .answerBox .pointBox .ttl span {
  font-size: 2.3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .pointBox .ttl span {
    font-size: 1.1rem;
  }
}
.mainWrap.-top .secRead .answerBox .pointBox .txtBox {
  line-height: 28px;
  text-align: left;
  padding-left: 16rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .pointBox .txtBox {
    padding-left: 5rem;
    font-size: 1.1rem;
    line-height: 19px;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .imgBox {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .imgBox img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 68px;
  }
}
.mainWrap.-top .secRead .answerBox .imgWave {
  position: absolute;
  top: 58.5rem;
  z-index: -1;
  left: 0;
  right: 0;
}
.mainWrap.-top .secRead .answerBox .imgWave .img {
  width: 197px; /* 標準サイズ */
  position: absolute;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img1 {
  width: 290px;
  right: 26rem;
  top: 0rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img2 {
  right: 56rem;
  top: 11rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img3 {
  right: 76.7rem;
  top: 14rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img4 {
  right: 97.4rem;
  top: 18rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img5 {
  right: 118.1rem;
  top: 21rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img6 {
  width: 290px;
  left: 24.2rem;
  top: 28rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img7 {
  width: 290px;
  left: 24.2rem;
  top: 48.5rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img8 {
  left: 54.2rem;
  top: 58.5rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img9 {
  left: 74.9rem;
  top: 61.5rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img10 {
  left: 95.6rem;
  top: 64.5rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img11 {
  left: 116.3rem;
  top: 67.5rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img12 {
  right: 26rem;
  top: 77.5rem;
  width: 290px;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img13 {
  right: 26rem;
  top: 98.1rem;
  width: 290px;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img14 {
  right: 56rem;
  top: 110rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img15 {
  right: 76.7rem;
  top: 113rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img16 {
  right: 97.3rem;
  top: 116rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img17 {
  right: 117.9rem;
  top: 119rem;
}
.mainWrap.-top .secRead .answerBox .imgWave .img.img18 {
  left: 24.4rem;
  top: 124rem;
  width: 290px;
}
.mainWrap.-top .secRead .answerBox .reco {
  width: 512px;
  margin: 0 auto;
  padding: 1rem 0 2.5rem 6rem;
  position: relative;
  margin-bottom: 30.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .reco {
    width: 280px;
    padding: 1rem 0 1rem 1.5rem;
    margin-bottom: 14rem;
  }
}
.mainWrap.-top .secRead .answerBox .reco::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(250, 203, 142, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.mainWrap.-top .secRead .answerBox .reco .ttl {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .reco .ttl {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secRead .answerBox .reco .ttl img {
  width: 40px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .reco .ttl img {
    width: 35px;
    vertical-align: -13px;
  }
}
.mainWrap.-top .secRead .answerBox .reco ul {
  font-size: 1.4rem;
  line-height: 27px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .reco ul {
    font-size: 1.1rem;
    line-height: 14px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .reco ul li {
    margin-bottom: 1rem;
    padding-left: 1.3rem;
    position: relative;
  }
}
.mainWrap.-top .secRead .answerBox .reco ul li::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/read-answer-check.png") no-repeat;
  width: 18px;
  height: 17px;
  margin-right: 0.3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .reco ul li::before {
    width: 11px;
    background-size: 11px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0.2rem;
  }
}
.mainWrap.-top .secRead .answerBox .linkBtn {
  margin-bottom: 19rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .linkBtn {
    margin-bottom: 8rem;
  }
}
.mainWrap.-top .secRead .answerBox .linkBtn a {
  background: #00809a;
}
.mainWrap.-top .secRead .answerBox .btm {
  width: 735px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secRead .answerBox .btm {
    width: 320px;
  }
}
.mainWrap.-top .secStory {
  background: url(/assets/img/bg-wood.webp) repeat center top;
  top: -18rem;
  margin-bottom: -18rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory {
    padding-bottom: 5rem;
  }
}
.mainWrap.-top .secStory::before {
  content: "";
  display: block;
  background: rgb(177, 116, 47);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}
.mainWrap.-top .secStory > img {
  width: 776px;
  margin: 0 auto 1.5rem;
  display: block;
  padding-top: 21rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory > img {
    width: 270px;
    padding-top: 12rem;
  }
}
.mainWrap.-top .secStory .introTxt {
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory .introTxt {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
}
.mainWrap.-top .secStory .introTxt span {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory .introTxt span {
    font-size: 1.1rem;
  }
}
.mainWrap.-top .secStory ul.slickSlide {
  margin: 0 auto 10rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory ul.slickSlide {
    margin-bottom: 3rem;
  }
}
.mainWrap.-top .secStory ul.slickSlide .slide-arrow {
  position: absolute;
  top: 43rem;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory ul.slickSlide .slide-arrow {
    top: 34rem;
  }
}
.mainWrap.-top .secStory ul.slickSlide .slide-arrow.prev-arrow {
  left: calc(50% - 27rem);
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory ul.slickSlide .slide-arrow.prev-arrow {
    left: calc(50% - 17.5rem);
  }
}
.mainWrap.-top .secStory ul.slickSlide .slide-arrow.next-arrow {
  right: calc(50% - 27rem);
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory ul.slickSlide .slide-arrow.next-arrow {
    right: calc(50% - 17.5rem);
  }
}
.mainWrap.-top .secStory ul.slickSlide .slide-arrow:hover {
  opacity: 0.7;
}
.mainWrap.-top .secStory ul.slickSlide .slide-arrow img {
  width: 19px;
}
.mainWrap.-top .secStory ul.slickSlide li {
  background: #fff;
  border-radius: 300px;
  margin: 0 3.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory ul.slickSlide li {
    margin: 0 1rem;
  }
}
.mainWrap.-top .secStory ul.slickSlide li.story1 {
  background: #ffc4b8;
}
.mainWrap.-top .secStory ul.slickSlide li.story2 {
  background: #bedaac;
}
.mainWrap.-top .secStory ul.slickSlide li.story3 {
  background: #d1bada;
}
.mainWrap.-top .secStory ul.slickSlide li.story4 {
  background: #a3bce2;
}
.mainWrap.-top .secStory ul.slickSlide li.story5 {
  background: #ffe9a9;
}
.mainWrap.-top .secStory ul.slickSlide li.story6 {
  background: #f7c9dd;
}
.mainWrap.-top .secStory ul.slickSlide li.story7 {
  background: #f8c499;
}
.mainWrap.-top .secStory ul.slickSlide li.story8 {
  background: #adcbdd;
}
.mainWrap.-top .secStory ul.slickSlide li .liInner {
  width: 255px;
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory ul.slickSlide li .liInner {
    width: 205px;
    padding-top: 4.5rem;
    padding-bottom: 8rem;
  }
}
.mainWrap.-top .secStory ul.slickSlide li .liInner .ttlImg {
  width: 173px;
  margin-bottom: -1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory ul.slickSlide li .liInner .ttlImg {
    width: 134px;
    margin-bottom: -1rem;
  }
}
.mainWrap.-top .secStory ul.slickSlide li .liInner .ttl1 {
  font-size: 1.2rem;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.5rem 0 0.7rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory ul.slickSlide li .liInner .ttl1 {
    font-size: 1.1rem;
    padding: 0.3rem 0 0.3rem;
  }
}
.mainWrap.-top .secStory ul.slickSlide li .liInner .ttl2 {
  line-height: 22px;
  padding-top: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory ul.slickSlide li .liInner .ttl2 {
    font-size: 1.2rem;
    line-height: 16px;
  }
}
.mainWrap.-top .secStory ul.slickSlide li .liInner .centerImg {
  width: 318px;
  margin: 0 -3.5rem 0;
  max-width: inherit;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory ul.slickSlide li .liInner .centerImg {
    width: 230px;
    margin: 0 -1.5rem 0;
  }
}
.mainWrap.-top .secStory ul.slickSlide li .liInner .readTxt {
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-bottom: 3rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secStory ul.slickSlide li .liInner .readTxt {
    font-size: 1.1rem;
    line-height: 16px;
    padding-bottom: 2rem;
  }
}
.mainWrap.-top .secStory .linkBtn a {
  background: #fff;
  color: #008044;
}
.mainWrap.-top .secAss {
  background: url(/assets/img/story-bg.png) no-repeat right 0;
  height: 1791px;
  position: relative;
  top: -14rem;
  padding-top: 14rem;
  margin-bottom: -24rem;
  z-index: 20;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAss {
    background-size: 495px;
    top: -2.5rem;
    padding-top: 0rem;
    margin-bottom: 3.5rem;
    height: 500px;
    background-position: -4.5rem top;
  }
}
.mainWrap.-top .secAss .txtArea {
  width: 512px;
  margin: 0 auto;
  padding-top: 54rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAss .txtArea {
    padding-top: 18.5rem;
    width: 200px;
  }
}
.mainWrap.-top .secAss .txtArea .read1 {
  line-height: 27px;
  margin-bottom: 0rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAss .txtArea .read1 {
    font-size: 0.9rem;
    line-height: 14px;
    letter-spacing: 0;
  }
}
.mainWrap.-top .secAss .txtArea .ttl {
  font-size: 6.7rem;
  letter-spacing: 0.07em;
  margin-bottom: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAss .txtArea .ttl {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secAss .txtArea .read2 {
  font-size: 3.4rem;
  margin-bottom: 4.5rem;
  line-height: 48px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAss .txtArea .read2 {
    font-size: 1.1rem;
    line-height: 16px;
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secAss .linkBtn a {
  background: #00809a;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAss .linkBtn a {
    width: 190px;
    font-size: 1.1rem;
    padding-right: 1.5rem;
  }
}
.mainWrap.-top .secFlow {
  background: url(/assets/img/bg-wood.webp) repeat center top;
  top: -13rem;
  padding-top: 11rem;
  margin-bottom: -13rem;
  padding-bottom: 13rem;
  z-index: 15;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFlow {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.mainWrap.-top .secFlow::before {
  content: "";
  display: block;
  background: rgb(177, 116, 47);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}
.mainWrap.-top .secFlow::after {
  content: "";
  display: block;
  background: url("/assets/img/flow-img.png") no-repeat;
  position: absolute;
  bottom: -8rem;
  right: 34rem;
  width: 333px;
  height: 333px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFlow::after {
    width: 160px;
    background-size: 160px;
    height: 160px;
    right: -3rem;
    bottom: -2rem;
  }
}
.mainWrap.-top .secFlow .ttl {
  font-size: 3.5rem;
  color: #fff;
  letter-spacing: 0.05em;
  width: 800px;
  margin: 0 auto 5rem;
  padding-left: 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFlow .ttl {
    font-size: 1.6rem;
    width: auto;
    margin-bottom: 2.5rem;
  }
}
.mainWrap.-top .secFlow .ttl img {
  width: 92px;
  vertical-align: -22px;
  margin-right: 1rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFlow .ttl img {
    width: 56px;
    vertical-align: -17px;
  }
}
.mainWrap.-top .secFlow .inner-s {
  font-size: 2.7rem;
  color: #fff;
  font-weight: bold;
  line-height: 42px;
  position: relative;
  left: 13rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFlow .inner-s {
    left: 5rem;
    font-size: 1.1rem;
    line-height: 14px;
  }
}
.mainWrap.-top .secFlow .inner-s .num {
  margin-right: 2.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFlow .inner-s .num {
    margin-right: 0.5rem;
  }
}
.mainWrap.-top .secFlow .inner-s .small {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFlow .inner-s .small {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFlow .inner-s .small .tbBlock {
    display: inline-block !important;
  }
}
.mainWrap.-top .secFlow .inner-s .arrow {
  margin: 1rem 0 1rem 5.5rem;
}
.mainWrap.-top .secFlow .inner-s .linkBtn a {
  margin-left: 0;
  margin-top: 7rem;
  background: #d6b08a;
  color: #000;
}
.mainWrap.-top .secContact {
  background: url(/assets/img/contact-bg.webp) repeat center top;
  padding-top: 10rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact {
    padding: 5rem 3rem 0;
  }
}
@media screen and (max-width: 1199px) {
  .mainWrap.-top .secContact .inner-l {
    max-width: 100vw;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .inner-l {
    padding: 0;
  }
}
.mainWrap.-top .secContact .introTxt {
  font-size: 7.8rem;
  text-align: center;
  margin-bottom: 3.5rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .introTxt {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
  }
}
.mainWrap.-top .secContact .readTxt {
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secContact .readTxt {
    font-size: 1.2rem;
    margin-bottom: 5rem;
  }
}
.mainWrap.-top .secShareW {
  background: #ffc842;
  padding-top: 6rem;
  padding-bottom: 12.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secShareW {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.mainWrap.-top .secShareW .main {
  width: 525px;
  margin: 0 auto 5rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secShareW .main {
    width: 311px;
    margin-bottom: 2.5rem;
  }
}
.mainWrap.-top .secShareW .readTxt {
  font-size: 2.3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secShareW .readTxt {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
  }
}
.mainWrap.-top .secAccess {
  background: #19325a;
  padding: 11rem 0 0rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAccess {
    padding-top: 6rem;
  }
}
.mainWrap.-top .secAccess .logo {
  width: 505px;
  display: block;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAccess .logo {
    width: 293px;
    margin-bottom: 3rem;
  }
}
.mainWrap.-top .secAccess .readTxt {
  margin-bottom: 6rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAccess .readTxt {
    font-size: 1.2rem;
    line-height: 26px;
    margin-bottom: 4rem;
  }
}
.mainWrap.-top .secAccess .ttl {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAccess .ttl {
    font-size: 3rem;
    line-height: 46px;
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secAccess .read2 {
  color: #fff;
  margin-bottom: 9rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAccess .read2 {
    margin-bottom: 5.5rem;
    font-size: 1.2rem;
  }
}
.mainWrap.-top .secAccess .map {
  width: 55.5%;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAccess .map {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.mainWrap.-top .secAccess .map iframe {
  border: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  filter: grayscale(100%);
}
.mainWrap.-top .secAccess .txtBox {
  padding: 5rem 0rem 0rem 6rem;
  width: 44.5%;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAccess .txtBox {
    padding: 0;
    width: 100%;
    padding-left: 4rem;
  }
}
.mainWrap.-top .secAccess .txtBox .ttl2 {
  font-size: 2.8rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAccess .txtBox .ttl2 {
    font-size: 1.4rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.mainWrap.-top .secAccess .txtBox .ttl2::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  background: #fff;
  height: 1px;
  bottom: 0;
}
.mainWrap.-top .secAccess .txtBox .address {
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAccess .txtBox .address {
    font-size: 1.1rem;
  }
}
.mainWrap.-top .secAccess .txtBox .tel {
  font-size: 3.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAccess .txtBox .tel {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .mainWrap.-top .secAccess .txtBox .tel span a {
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAccess .txtBox .notes {
    font-size: 1.2rem;
  }
}
.mainWrap.-top .secAccess .txtBox .cp {
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secAccess .txtBox .cp {
    font-size: 1.1rem;
  }
}
.mainWrap.-top .secFormAss .assInner {
  background: url("/assets/img/ass-bg.png") no-repeat;
  width: 1224px;
  height: 2549px;
  padding: 0 !important;
  padding-top: 1px !important;
  margin-top: 5rem;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .assInner {
    background: url("/assets/img/ass-bg-sp.png") no-repeat;
    width: 375px;
    background-position: center top;
    margin-top: 3rem;
    margin-bottom: 5rem;
    height: 935px;
  }
}
.mainWrap.-top .secFormAss .modalClose {
  width: 58px;
  position: absolute;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
}
.mainWrap.-top .secFormAss .modalClose:hover {
  opacity: 0.7;
}
.mainWrap.-top .secFormAss .ttl1 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  letter-spacing: 0.18em;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .ttl1 {
    font-size: 1.1rem;
    margin-top: 1.7rem;
    margin-bottom: 0;
  }
}
.mainWrap.-top .secFormAss .ttl2 {
  font-size: 4.7rem;
  color: #fff;
  letter-spacing: 0.07em;
  margin-top: -1rem;
  margin-bottom: -4.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .ttl2 {
    font-size: 2.2rem;
    margin-top: -0.7rem;
    margin-bottom: -0.3rem;
  }
}
.mainWrap.-top .secFormAss .ttlImg {
  width: 834px;
  margin-left: 32rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .ttlImg {
    position: absolute;
    left: 0rem;
    top: -2.3rem;
    width: 177px;
    height: 88px;
    margin: 0;
  }
}
.mainWrap.-top .secFormAss .introTxt {
  text-align: center;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .introTxt {
    font-size: 1.1rem;
    line-height: 14px;
    letter-spacing: 0;
  }
}
.mainWrap.-top .secFormAss .formInner {
  padding-top: 10rem;
  padding-left: 27rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner {
    padding-top: 2rem;
    padding-left: 9rem;
  }
}
.mainWrap.-top .secFormAss .formInner dl.mainQ {
  margin-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner dl.mainQ {
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secFormAss .formInner dl.mainQ dt .ttl {
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner dl.mainQ dt .ttl {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
  }
}
.mainWrap.-top .secFormAss .formInner dl.mainQ dt .ttl img {
  width: 44px;
  vertical-align: -21px;
  position: absolute;
  left: -8rem;
  top: -0.4rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner dl.mainQ dt .ttl img {
    width: 12px;
    vertical-align: -5px;
    margin-right: 0.2rem;
    left: -2rem;
    top: 0.3rem;
  }
}
.mainWrap.-top .secFormAss .formInner dl.mainQ dt .infoTxt {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner dl.mainQ dt .infoTxt {
    font-size: 0.8rem;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
    max-width: 189px;
  }
}
.mainWrap.-top .secFormAss .formInner dl.mainQ dt .infoTxt2 {
  color: #946134;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner dl.mainQ dt .infoTxt2 {
    font-size: 0.9rem;
    margin-bottom: -0.1rem;
    margin-left: -1.5rem;
    margin-top: -0.4rem;
  }
}
.mainWrap.-top .secFormAss .formInner dl.mainQ dt .infoTxt2 img {
  width: 32px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner dl.mainQ dt .infoTxt2 img {
    width: 15px;
    vertical-align: -7px;
  }
}
.mainWrap.-top .secFormAss .formInner dl.mainQ dd p {
  display: flex;
  flex-direction: column;
  gap: 0.7rem 0;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner dl.mainQ dd p {
    gap: 0.1rem 0;
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner dl.mainQ dd p .wpcf7-form-control-wrap {
    line-height: 14px;
  }
}
.mainWrap.-top .secFormAss .formInner dl.mainQ dd p input, .mainWrap.-top .secFormAss .formInner dl.mainQ dd p textarea {
  width: 670px;
  border-radius: 7px;
  border: 1px solid #aaa;
  padding: 0.8rem 0 0.8rem 1rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner dl.mainQ dd p input, .mainWrap.-top .secFormAss .formInner dl.mainQ dd p textarea {
    width: 195px;
    padding: 0 0 0 0.5rem;
    font-size: 1.2rem;
    border-radius: 5px;
    line-height: 14px;
  }
}
.mainWrap.-top .secFormAss .formInner dl.mainQ dd p textarea {
  height: 130px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner dl.mainQ dd p textarea {
    height: 32px;
    margin-bottom: -0.2rem;
  }
}
.mainWrap.-top .secFormAss .formInner .subInner {
  width: 670px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner .subInner {
    width: 195px;
  }
}
.mainWrap.-top .secFormAss .formInner .subInner .subIntro {
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner .subInner .subIntro {
    font-size: 0.8rem;
    line-height: 12px;
    margin-bottom: 0.1rem;
  }
}
.mainWrap.-top .secFormAss .formInner .subInner dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner .subInner dl {
    margin-bottom: -0.2rem;
  }
}
.mainWrap.-top .secFormAss .formInner .subInner dl dt {
  font-size: 1.7rem;
  width: 180px;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner .subInner dl dt {
    font-size: 0.8rem;
    width: 100px;
  }
}
.mainWrap.-top .secFormAss .formInner .subInner dl dt .required {
  font-size: 1.3rem;
  color: #da0012;
  margin-left: 0.2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner .subInner dl dt .required {
    font-size: 0.7rem;
  }
}
.mainWrap.-top .secFormAss .formInner .subInner dl dd {
  width: calc(100% - 180px);
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner .subInner dl dd {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner .subInner dl dd .wpcf7-form-control-wrap {
    line-height: 14px;
  }
}
.mainWrap.-top .secFormAss .formInner .subInner dl dd input[type=text] {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #aaa;
  padding: 0.8rem 0 0.8rem 1rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner .subInner dl dd input[type=text] {
    padding: 0 0 0 0.5rem;
    font-size: 1.2rem;
    border-radius: 5px;
    line-height: 14px;
  }
}
.mainWrap.-top .secFormAss .formInner .subInner dl dd input[type=checkbox] {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  margin-right: 1rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner .subInner dl dd input[type=checkbox] {
    width: 12px;
    height: 12px;
    vertical-align: -2px;
    margin-right: 0.5rem;
  }
}
.mainWrap.-top .secFormAss .formInner .subInner dl.mailConfirm dt {
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner .subInner dl.mailConfirm dt {
    font-size: 0.8rem;
  }
}
.mainWrap.-top .secFormAss .formInner .subInner dl.mailConfirm dt .required {
  display: block;
  margin-top: -0.2rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner .subInner dl.agree {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
.mainWrap.-top .secFormAss .formInner .subInner .privacyNotes {
  font-size: 1.4rem;
  margin-top: -1.5rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner .subInner .privacyNotes {
    font-size: 0.8rem;
    margin-top: -1rem;
    text-align: left;
    margin-bottom: 1rem;
    line-height: 10px;
  }
}
.mainWrap.-top .secFormAss .formInner .subInner .linkBtn input {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  width: 380px;
  height: 60px;
  background: #00809a;
  margin: 0 auto;
  line-height: 60px;
  position: relative;
  border: none;
}
@media screen and (max-width: 991px) {
  .mainWrap.-top .secFormAss .formInner .subInner .linkBtn input {
    width: 205px;
    height: 20px;
    font-size: 0.9rem;
    line-height: 20px;
  }
}
.mainWrap.-top .secFormAss .formInner .subInner .linkBtn input:hover {
  opacity: 0.8;
}

body.contact .mainWrap {
  position: relative;
  z-index: 0;
}
body.contact .mainWrap::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
body.contact .mainWrap .screen-reader-response {
  display: none;
}
body.contact .mainWrap .wpcf7-response-output {
  color: #da0012;
  text-align: center;
  font-weight: bold;
  margin-top: -9rem;
}
@media screen and (max-width: 991px) {
  body.contact .mainWrap .wpcf7-response-output {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
body.contact .mainWrap dl.agree span.wpcf7-not-valid-tip {
  position: relative;
  bottom: inherit;
  top: -0.1rem;
}
@media screen and (max-width: 991px) {
  body.contact .mainWrap dl.agree span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: inherit;
    top: -0.1rem;
    left: 5.8rem;
    width: 75px;
    display: inline-block;
  }
}
body.contact .mainWrap dl dd p {
  position: relative;
}
body.contact .mainWrap dl dd p .wpcf7-not-valid-tip {
  font-size: 1.2rem;
  color: #da0012;
  bottom: -1.6rem;
  position: absolute;
  left: 0.5rem;
}
@media screen and (max-width: 991px) {
  body.contact .mainWrap dl dd p .wpcf7-not-valid-tip {
    font-size: 0.7rem;
    bottom: -0.6rem;
  }
}

#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: #00809a;
  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 #000;
  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 #000;
  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:nth-child(1) .linkWrap {
  text-align: left;
}
.secContact ul.inqType li:nth-child(2) .linkWrap {
  padding-top: 1rem;
}
.secContact ul.inqType li i {
  font-size: 6rem;
  margin-bottom: 4rem;
  color: #a9802c;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li i {
    font-size: 3.4rem;
    margin-bottom: 1rem;
  }
}
.secContact ul.inqType li .tbWrap {
  width: 280px;
  border-bottom: 1px solid #000;
  margin: 0 auto;
  height: 190px;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li .tbWrap {
    width: auto;
    height: auto;
    padding-bottom: 1rem;
  }
}
.secContact ul.inqType li h3.ttl {
  font-size: 1.9rem;
  line-height: 2;
  margin-bottom: 5rem;
}
@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::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 5px;
  vertical-align: 1px;
  margin-right: -0.5rem;
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li .pageLink::before {
    margin-right: -1rem;
    width: 7px;
    height: 7px;
    vertical-align: 2px;
  }
}
@media screen and (max-width: 991px) {
  .secContact ul.inqType li .pageLink a {
    padding: 0 0.5rem 0;
    font-size: 1.3rem;
  }
}
.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;
  }
}
.secContact .btm {
  margin-top: 13.5rem;
}
@media screen and (max-width: 991px) {
  .secContact .btm {
    margin-top: 5rem;
    margin-left: -3rem;
    width: calc(100% + 6rem);
    max-width: inherit;
  }
}

.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: inherit;
  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 #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: inherit;
}
@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 #000;
  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: #00809a;
}
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: #00809a;
  color: #fff;
}
body.originalwedding .secReco {
  padding: 0 1.5rem;
}
body.originalwedding .secReco .caseBox {
  border-bottom: 1px solid #000;
  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 #000;
  border-bottom: 3px solid #000;
  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 #000;
  border-bottom: 3px solid #000;
  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: 1199px) {
  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: 1199px) {
  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: #00809a;
}
@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: #000;
  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: #00809a;
}
body.blog, body.blogDetail {
  background: #00809a;
}
body.blog .secBlog ul.navi, body.blogDetail .secBlog ul.navi {
  gap: 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1199px) {
  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: 1199px) {
  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: inherit;
}
@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: #00809a;
  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: inherit;
  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;
}
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 #000;
  }
}
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: #00809a;
    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: #00809a;
}
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: #00809a;
}
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: #00809a;
}
@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: #00809a;
}
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: inherit;
  letter-spacing: 0em;
}
@media screen and (max-width: 1199px) {
  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: 1199px) {
  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: 1199px) {
  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: #00809a;
  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 */