#mainVisual {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fef7ee;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  #mainVisual {
    height: 100svh;
  }
}
#mainVisual:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}
#mainVisual .copy {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 4rem;
  display: none;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #mainVisual .copy {
    font-size: 3rem;
  }
}
#mainVisual .copy .small {
  margin-top: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #mainVisual .copy .small {
    font-size: 1.1rem;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
#mainVisual .swiper-slide {
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#mainVisual .swiper-slide-active .slide-img,
#mainVisual .swiper-slide-duplicate-active .slide-img,
#mainVisual .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 12s linear 0s;
          animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#mainVisual .slide-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  #mainVisual .slide-img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #mainVisual .slide-img {
    width: 100%;
    height: 100%;
  }
}
#mainVisual .swiper-container {
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #mainVisual .swiper-container {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #mainVisual .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
}
#mainVisual .swiper-slide-active .slide-img,
#mainVisual .swiper-slide-duplicate-active .slide-img,
#mainVisual .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}
#mainVisual .slide-img img {
  display: block;
}

/*
.swiper-box {
    position: relative;
    overflow: hidden;
}

.swiper-container {
    width: 710px;
    overflow: visible;
    position: static;
    @media screen and (max-width: 768px) {
        width: 100%;
    }
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 10;
    background:none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev::before {
    display: none;
    position: relative;
    content: "\f104";
    font-family: "Font Awesome 5 Solid";
    font-weight: 900;
    font-size: 6rem;
    color: #fff;
    padding: 8px 12px;
    opacity: 0.8;
}
.swiper-button-prev svg {
    font-size: 6rem;
    color: #fff;
    opacity: 0.8;
    position: absolute;
    top: 0;
    transform: translateY(-25%);

    &:focus{
        outline:none;
    }

    @media screen and (max-width: 767px) {
        font-size: 4.0rem;
    }
}

.swiper-button-next::before {
    display: none;
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Solid";
    font-weight: 900;
    font-size: 6rem;
    color: #fff;
    padding: 8px 12px;
    opacity: 0.8;
}
.swiper-button-next svg {
    font-size: 6rem;
    color: #fff;
    opacity: 0.8;
    position: absolute;
    top: 0;
    transform: translateY(-25%);
    &:focus{
        outline:none;
    }
    @media screen and (max-width: 767px) {
        font-size: 4.0rem;
    }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 40px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 30px;
    left: auto;
}

.swiper-pagination-bullet-active {
    background: #fff;
}


.swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
}
*/
h2 {
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 2rem;
  }
}

.container {
  margin: 0 auto;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .container {
    width: 100%;
    padding: 0 75px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    width: 100%;
    padding: 0 50px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 25px;
    padding-bottom: 150px;
  }
}

.sub {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .sub {
    font-size: 1.2rem;
  }
}

.text {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: center;
}

.information {
  margin-top: 150px;
}
.information ul {
  margin-top: 50px;
  font-size: 1.3rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.information ul li:first-child {
  border-top: 1px dashed #eee;
}
.information ul li {
  border-bottom: 1px dashed #eee;
  padding: 20px 0;
}
.information ul li h3 {
  font-size: 1.3rem;
  color: #4aa0e2;
}
.information ul li a {
  color: #4aa0e2;
  text-decoration: none;
}

.store {
  margin-top: 150px;
}
.store .btnBox {
  text-align: center;
}
.store .btnBox a.btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  background: #222222;
  margin-top: 30px;
  padding: 0 30px;
  color: #fff;
  text-decoration: none;
}

.rental {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .rental .pctab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .rental .text {
    text-align: left;
  }
}
.rental .btnBox {
  text-align: center;
}
.rental .btnBox a.btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  background: #222222;
  margin-top: 30px;
  padding: 0 30px;
  color: #fff;
  text-decoration: none;
}

.ceremony {
  margin: 0 auto;
  padding-top: 100px;
  margin-top: 100px;
  border-top: 1px dashed #ddd;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .ceremony {
    width: 100%;
  }
}
.ceremony .sub {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.ceremony figure {
  margin-top: 80px;
  text-align: center;
}
.ceremony figure img {
  width: 100%;
}
.ceremony p {
  margin-top: 60px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .ceremony p {
    font-size: 1.5rem;
  }
}
.ceremony p .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .ceremony p .sp {
    display: inline;
  }
}

.categoriesBox {
  padding: 0 50px;
}
@media screen and (max-width: 1280px) {
  .categoriesBox {
    padding: 0;
  }
}
.categoriesBox ul.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .categoriesBox ul.categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }
}
.categoriesBox ul.categories li {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .categoriesBox ul.categories li {
    padding: 0;
    margin-bottom: 20px;
  }
}
.categoriesBox ul.categories li a {
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.categoriesBox ul.categories li a img {
  width: 100%;
}
.categoriesBox ul.categories li .category {
  margin-top: 10px;
  font-size: 1.3rem;
}/*# sourceMappingURL=index.css.map */